Gateway
Freeby MCP Community
MCP Server for Inyo Gateway - Payment processing APIs exposed via Model Context Protocol
v1.0.6Added Apr 12, 2026
Gateway MCP Server
MCP Server for Inyo Gateway - Payment processing APIs exposed via Model Context Protocol
Installation
npx -y @inyo-global/gateway-mcp
Reviews
Installation
Quick install
npx -y @inyo-global/gateway-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"gateway": {
"command": "npx",
"args": ["-y", "@inyo-global/gateway-mcp"]
}
}
}