Skip to content
Gemini CLI

jPOS MCP Server for Gemini CLI

io.github.mohisyed/jpos-mcp-server

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

client:Gemini CLI transport:stdio runtime:pypi

Install jPOS MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

jPOS MCP Server in other clients