Skip to content

Gateway

Free

by MCP Community

MCP Server for Inyo Gateway - Payment processing APIs exposed via Model Context Protocol

v1.0.6Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Gateway MCP Server

MCP Server for Inyo Gateway - Payment processing APIs exposed via Model Context Protocol

Installation

npx -y @inyo-global/gateway-mcp

Reviews

Leave a Review

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"]
    }
  }
}