Loading MCP server directory, please wait...
Create payment orders, checkout, subscriptions & UPI via PineLabs Plural PG gateway
npx @getmcp/cli add io.github.plural-pinelabs/pinelabs-online-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
PINELABS_CLIENT_IDPine Labs Client ID from your merchant dashboard
PINELABS_CLIENT_SECRETPine Labs Client Secret from your merchant dashboard
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.plural-pinelabs/pinelabs-online-mcp": {
"command": "uvx",
"args": [
"pinelabs-mcp-server",
"stdio"
],
"env": {
"PINELABS_CLIENT_ID": "",
"PINELABS_CLIENT_SECRET": "",
"PINELABS_ENV": "uat"
}
}
}
}