Skip to content
Cursor

iso8583 bridge mcp for Cursor

io.github.csoai-org/iso8583-bridge-mcp

Bridge ISO 8583 card-payment messages to ONE OS — parse, map, govern (PCI-DSS / scheme rules).

client:Cursor transport:stdio runtime:pypi

Install iso8583 bridge mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "iso8583-bridge-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "iso8583-bridge-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

iso8583 bridge mcp in other clients