SERVER

PineLabs Plural PG — Payment Gateway MCP Server

Rank #18351

mcp.so/pinelabs-mcp-server/plural-pinelabs

Create payment orders, subscriptions, and UPI payments via Pine Labs' Plural payment gateway.

First listed
Apr 16, 2026
Last publish date
Apr 18, 2026
OVERVIEW

PineLabs Plural PG — Payment Gateway MCP Server is a Model Context Protocol (MCP) server published by plural-pinelabs. It ranks #18351 of 58,832 servers tracked on MCP Toplist. PineLabs Plural PG — Payment Gateway MCP Server is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Apr 16, 2026 and most recently updated on Apr 18, 2026.

STANDING
#18,351of 58,832 tracked serversTop 50%

Ranks ahead of 40,481 of 58,832 servers on MCP Toplist.

CONNECT

Use PineLabs Plural PG — Payment Gateway MCP Server

Add PineLabs Plural PG — Payment Gateway MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

Remote · HTTP
{
  "mcpServers": {
    "plural-pinelabs": {
      "url": "https://mcp.pinelabs.com/mcp"
    }
  }
}
Python package (PyPI)
{
  "mcpServers": {
    "plural-pinelabs": {
      "command": "uvx",
      "args": [
        "pinelabs-mcp-server"
      ],
      "env": {
        "PINELABS_CLIENT_ID": "<your PINELABS_CLIENT_ID>",
        "PINELABS_CLIENT_SECRET": "<your PINELABS_CLIENT_SECRET>",
        "PINELABS_ENV": "<your PINELABS_ENV>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

Docker image
{
  "mcpServers": {
    "plural-pinelabs": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "pinelabs/mcp:latest"
      ],
      "env": {
        "PINELABS_CLIENT_ID": "<your PINELABS_CLIENT_ID>",
        "PINELABS_CLIENT_SECRET": "<your PINELABS_CLIENT_SECRET>",
        "PINELABS_ENV": "<your PINELABS_ENV>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

REGISTRIES

Listed on 3 registries

ORGANIZATION

plural-pinelabs

Organization
Total servers
1
Total versions
1
VERSIONS

Available versions (1)

VersionPublished
0.1.2Apr 18, 2026
FAQ

Frequently asked questions

What is PineLabs Plural PG — Payment Gateway MCP Server?
Create payment orders, subscriptions, and UPI payments via Pine Labs' Plural payment gateway.
Who maintains PineLabs Plural PG — Payment Gateway MCP Server?
PineLabs Plural PG — Payment Gateway MCP Server is maintained by plural-pinelabs, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
Is PineLabs Plural PG — Payment Gateway MCP Server an official MCP server?
Yes — PineLabs Plural PG — Payment Gateway MCP Server is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
How many versions does PineLabs Plural PG — Payment Gateway MCP Server have?
MCP Toplist tracks 1 version of PineLabs Plural PG — Payment Gateway MCP Server, most recently published on Apr 18, 2026.
Where can I find the source code for PineLabs Plural PG — Payment Gateway MCP Server?
The source code for PineLabs Plural PG — Payment Gateway MCP Server is hosted at github.com/plural-pinelabs/pinelabs-online-mcp.
EXPLORE