PineLabs Plural PG — Payment Gateway MCP Server✓
io.github.plural-pinelabs/pinelabs-online-mcp · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.plural-pinelabs/pinelabs-online-mcp",
"description": "Create payment orders, checkout, subscriptions & UPI via PineLabs Plural PG gateway",
"title": "PineLabs Plural PG — Payment Gateway MCP Server",
"repository": {
"url": "https://github.com/plural-pinelabs/pinelabs-online-mcp",
"source": "github",
"id": "1212551094"
},
"version": "0.1.2",
"websiteUrl": "https://developer.pinelabsonline.com",
"packages": [
{
"registryType": "pypi",
"identifier": "pinelabs-mcp-server",
"version": "0.1.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Run in stdio transport mode",
"value": "stdio",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Pine Labs Client ID from your merchant dashboard",
"isRequired": true,
"isSecret": true,
"name": "PINELABS_CLIENT_ID"
},
{
"description": "Pine Labs Client Secret from your merchant dashboard",
"isRequired": true,
"isSecret": true,
"name": "PINELABS_CLIENT_SECRET"
},
{
"description": "Target environment for API calls",
"default": "uat",
"choices": [
"uat",
"prod"
],
"name": "PINELABS_ENV"
}
]
},
{
"registryType": "oci",
"identifier": "pinelabs/mcp:latest",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"type": "named",
"name": "-i"
}
],
"environmentVariables": [
{
"description": "Pine Labs Client ID from your merchant dashboard",
"isRequired": true,
"isSecret": true,
"name": "PINELABS_CLIENT_ID"
},
{
"description": "Pine Labs Client Secret from your merchant dashboard",
"isRequired": true,
"isSecret": true,
"name": "PINELABS_CLIENT_SECRET"
},
{
"description": "Target environment for API calls",
"default": "uat",
"choices": [
"uat",
"prod"
],
"name": "PINELABS_ENV"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.pinelabs.com/mcp",
"headers": [
{
"description": "Pine Labs Client ID from your merchant dashboard",
"isRequired": true,
"isSecret": true,
"name": "X-Client-Id"
},
{
"description": "Pine Labs Client Secret from your merchant dashboard",
"isRequired": true,
"isSecret": true,
"name": "X-Client-Secret"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"aliases": [
"pinelabs",
"pine labs",
"pinelabs online",
"pine labs online",
"pinelabs-online",
"plural",
"plural online",
"pluralonline",
"pinelabs plural",
"pg",
"pl",
"pl pg",
"payment gateway",
"online payment gateway",
"checkout gateway",
"pg checkout",
"payment checkout",
"online checkout",
"payments api",
"payment api",
"pg api",
"checkout api",
"payment integration",
"gateway integration",
"pine",
"pinelabs pg"
],
"canonical_owner": "pinelabs",
"domain": "payments",
"keywords": [
"payments",
"online payments",
"payment processing",
"digital payments",
"accept payments",
"checkout",
"online checkout",
"payment checkout",
"hosted checkout",
"payment page",
"gateway",
"payment gateway",
"payment-gateway",
"online gateway",
"upi",
"cards",
"credit card",
"debit card",
"netbanking",
"wallet",
"emi",
"cardless emi",
"subscriptions",
"recurring payments",
"orders",
"order payments",
"collect payments",
"payments api",
"payment api",
"checkout api",
"gateway api",
"payment integration",
"sdk",
"create payment",
"initiate payment",
"process payment"
],
"priority": 10,
"status": "active"
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}