Create payment orders, checkout, subscriptions & UPI via PineLabs Plural PG gateway
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-plural-pinelabs-pinelabs-online-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Create payment orders, checkout, subscriptions & UPI via PineLabs Plural PG gateway
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / ecommerce
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
An MCP server for Massive.com Financial Market Data
Allow parsing of object rest/spread
Trustless escrow for AI agent-to-agent transactions on Base L2 with ERC-8004 identity and USDC.
MCP Security Weekly
Get CVE alerts and security updates for io.github.plural-pinelabs/pinelabs-online-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Pine Labs MCP Server is a production-grade Model Context Protocol (MCP) server that connects AI assistants and agentic applications to the Pine Labs payment gateway. It exposes Pine Labs' online payment APIs -- payment links, checkout orders, UPI intent payments, subscriptions, and transaction reporting -- as structured MCP tools that any compatible AI client can invoke.
Built for fintech developers integrating payment gateway capabilities into AI-driven workflows, this server enables programmatic access to the full Pine Labs payment API surface through natural-language AI interfaces such as VS Code Copilot, Claude Desktop, and Cursor.
Choose your preferred deployment method:
The Pine Labs MCP Server exposes 50+ tools across multiple categories. Each tool maps to a specific Pine Labs payment API endpoint.
| Tool | Description | API Reference |
|---|---|---|
create_payment_link | Create a new payment link for collecting payments | Payment Link - Create |
get_payment_link_by_id | Fetch a payment link by its payment link ID | Payment Link - Get by ID |
get_payment_link_by_merchant_reference | Fetch a payment link by its merchant payment link reference | Payment Link - Get by Reference |
cancel_payment_link | Cancel an active payment link | Payment Link - Cancel |
resend_payment_link_notification | Resend a payment link notification to the customer | Payment Link - Resend |
| Tool | Description | API Reference |
|---|---|---|
get_order_by_order_id | Retrieve order details by order ID | Order - Get by ID |
cancel_order | Cancel a pre-authorized payment against an order | Order - Cancel |
| Tool | Description | API Reference |
|---|---|---|
create_order | Create a new checkout order and generate a checkout link | Order - Create |
| Tool | Description | API Reference |
|---|---|---|
create_plan | Create a new subscription plan | Plan - Create |
get_plans | Retrieve subscription plans | Plan - Get All |
get_plan_by_id | Retrieve a subscription plan by plan ID | Plan - Get Specific |
get_plan_by_merchant_reference | Retrieve a plan by merchant plan reference | [Plan - Get Specific](https://developer.pinelabsonline.co |