PineLabs Plural PG — Payment Gateway MCP Server
Rank #18436mcp.so/pinelabs-mcp-server/plural-pinelabs
Create payment orders, subscriptions, and UPI payments via Pine Labs' Plural payment gateway.
PineLabs Plural PG — Payment Gateway MCP Server is a Model Context Protocol (MCP) server published by plural-pinelabs. It ranks #18436 of 58,900 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.
Ranks ahead of 40,464 of 58,900 servers on MCP Toplist.
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.
{
"mcpServers": {
"plural-pinelabs": {
"url": "https://mcp.pinelabs.com/mcp"
}
}
}{
"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.
{
"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.
Listed on 3 registries
plural-pinelabs
Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Apr 18, 2026 |
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.