Skip to content
Cursor

jPOS MCP Server for Cursor

io.github.mohisyed/jpos-mcp-server

MCP server for jPOS and ISO 8583. Deterministic payment protocol tools for AI agents.

client:Cursor transport:stdio runtime:pypi

Install jPOS MCP Server in Cursor

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

{
  "mcpServers": {
    "jpos-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "jpos-mcp-server"
      ]
    }
  }
}

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

jPOS MCP Server in other clients