A Model Context Protocol (MCP) server for Pine Labs payment APIs
Project description
Pine Labs MCP Server
mcp-name: io.github.plural-pinelabs/pinelabs-online-mcp
A Model Context Protocol (MCP) server that exposes Pine Labs Online payment APIs (payment links, checkout orders, card payments, UPI intent/QR, OTP, order status, success-rate analytics, etc.) as tools consumable by MCP-compatible LLM clients.
Installation
pip install pinelabs-mcp-server
Usage
After installation the pinelabs-mcp-server entry point is available:
pinelabs-mcp-server
Configure credentials and environment via environment variables (see config.py
and the repository documentation for the full list). At minimum you will need:
PINELABS_CLIENT_IDPINELABS_CLIENT_SECRETPINELABS_BASE_URL
MCP client configuration
Example mcp.json snippet:
{
"mcpServers": {
"pinelabs": {
"command": "pinelabs-mcp-server"
}
}
}
Features
- Payment Links (create, fetch, cancel)
- Checkout Orders
- Card Payments & Card Details
- UPI Intent / QR
- OTP flows
- Order status & Success-rate analytics
- Built-in PII filtering, prompt-guard, circuit breaker, metrics and health endpoints
Links
- Homepage: https://github.com/pinelabs/pinelabs-mcp-server
- Issues: https://github.com/pinelabs/pinelabs-mcp-server/issues
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pinelabs_mcp_server-0.1.2.tar.gz.
File metadata
- Download URL: pinelabs_mcp_server-0.1.2.tar.gz
- Upload date:
- Size: 112.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
424bd8b78163a5f594cac604d1404c0a973e786472a936eba1e2a143088170c2
|
|
| MD5 |
6de99c76599bad878156f124c6480368
|
|
| BLAKE2b-256 |
fce12b9b99e93044b6fddf9e6f73b8631bb1389cd78718c7b28d05d4f9b51f58
|
File details
Details for the file pinelabs_mcp_server-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pinelabs_mcp_server-0.1.2-py3-none-any.whl
- Upload date:
- Size: 68.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
caae209266e1a5f262bce150a53bc564cef5cdf58d2d2b38b9ec4e51447ea019
|
|
| MD5 |
c6d85035f88f94b888cde22a06b22da2
|
|
| BLAKE2b-256 |
fea444a0a677df5067ab7ad050bb6729b73fa0fb9450dff6ea97525af5676e48
|