← Index

PineLabs Plural PG — Payment Gateway MCP Server

io.github.plural-pinelabs/pinelabs-online-mcp·v0.1.2·Finance & Payments
Quality Score
90
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.pinelabs.com/mcp
Claude Desktop (uvx)
{
  "mcpServers": {
    "pinelabs-online-mcp": {
      "command": "uvx",
      "args": [
        "pinelabs-mcp-server"
      ],
      "env": {
        "PINELABS_CLIENT_ID": "<your-pinelabs_client_id>",
        "PINELABS_CLIENT_SECRET": "<your-pinelabs_client_secret>",
        "PINELABS_ENV": "uat"
      }
    }
  }
}
Claude Desktop (Docker)
{
  "mcpServers": {
    "pinelabs-online-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "pinelabs/mcp:latest"
      ],
      "env": {
        "PINELABS_CLIENT_ID": "<your-pinelabs_client_id>",
        "PINELABS_CLIENT_SECRET": "<your-pinelabs_client_secret>",
        "PINELABS_ENV": "uat"
      }
    }
  }
}
§02  Environment variables
PINELABS_CLIENT_ID
requiredsecret

Pine Labs Client ID from your merchant dashboard

PINELABS_CLIENT_SECRET
requiredsecret

Pine Labs Client Secret from your merchant dashboard

PINELABS_ENV

Target environment for API calls

PINELABS_CLIENT_ID
requiredsecret

Pine Labs Client ID from your merchant dashboard

PINELABS_CLIENT_SECRET
requiredsecret

Pine Labs Client Secret from your merchant dashboard

PINELABS_ENV

Target environment for API calls

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Finance & Payments