Iso8583 Bridge MCP Server
Rank #65,854io.github.CSOAI-ORG/iso8583-bridge-mcp
Bridge ISO 8583 card-payment messages to ONE OS — parse, map, govern (PCI-DSS / scheme rules).
Iso8583 Bridge MCP Server is a Model Context Protocol (MCP) server published by CSAO-ORG. It ranks #65,854 of 115,591 servers tracked on MCP Toplist. Iso8583 Bridge MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 19, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 49,737 of 115,591 servers on MCP Toplist.
Use Iso8583 Bridge MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add iso8583-bridge-mcp -- uvx iso8583-bridge-mcp[mcp_servers.iso8583-bridge-mcp]
command = "uvx"
args = ["iso8583-bridge-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"iso8583-bridge-mcp": {
"command": "uvx",
"args": [
"iso8583-bridge-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"iso8583-bridge-mcp": {
"command": "uvx",
"args": [
"iso8583-bridge-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"iso8583-bridge-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"iso8583-bridge-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"iso8583-bridge-mcp": {
"command": "uvx",
"args": [
"iso8583-bridge-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"iso8583-bridge-mcp": {
"command": "uvx",
"args": [
"iso8583-bridge-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.CSOAI-ORG%2Fiso8583-bridge-mcp)<a href="https://mcptoplist.com/server/io.github.CSOAI-ORG%2Fiso8583-bridge-mcp"><img src="https://mcptoplist.com/badge/io.github.CSOAI-ORG%2Fiso8583-bridge-mcp.svg" alt="MCP Toplist: #65,854 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
CSAO-ORG
Other servers by CSAO-ORG
- Edi Bridge MCP Server#65,848 · 1 ver
- Fix Bridge MCP Server#65,849 · 1 ver
- Gs1 Bridge MCP Server#65,851 · 1 ver
- Hl7 Fhir Bridge MCP Server#65,852 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 19, 2026 |
Frequently asked questions
- Who maintains Iso8583 Bridge MCP Server?
- Iso8583 Bridge MCP Server is maintained by CSAO-ORG, which publishes 5 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Iso8583 Bridge MCP Server listed on the Official MCP Registry?
- Yes — Iso8583 Bridge MCP Server is listed on the Official MCP Registry.
- How many versions does Iso8583 Bridge MCP Server have?
- MCP Toplist tracks 1 version of Iso8583 Bridge MCP Server, most recently published on Aug 19, 2026.
- Where can I find the source code for Iso8583 Bridge MCP Server?
- The source code for Iso8583 Bridge MCP Server is hosted at github.com/CSAO-ORG/iso8583-bridge-mcp.