Odel
jPOS MCP Server

jPOS MCP Server

Local
@mohisyed4PythonMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIjpos-mcp-serverv0.1.1

Run

uvx jpos-mcp-server

MCP client config

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