Skip to content
Claude Desktop

PineLabs Plural PG — Payment Gateway MCP Server for Claude Desktop

io.github.plural-pinelabs/pinelabs-online-mcp

Create payment orders, checkout, subscriptions & UPI via PineLabs Plural PG gateway

client:Claude Desktop transport:streamable-http runtime:pypi

Install PineLabs Plural PG — Payment Gateway MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "pinelabs-online-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.pinelabs.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

PineLabs Plural PG — Payment Gateway MCP Server in other clients