MCP client for Pine Labs payment gateway -- connect Claude Desktop, Cursor, VS Code, and other AI assistants to Pine Labs payment APIs using your
MCP client for Pine Labs payment gateway -- connect Claude Desktop, Cursor, VS Code, and other AI assistants to Pine Labs payment APIs using your client credentials. That is what the pinelabs online mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 13 tools. What each one is for:
get_api_documentation — Readlist_plural_apis — Readdetect_stack — Readintegrate_pinelabs_checkout — ReadOrders — The Orders tool exposed by this serverRefunds — The Refunds tool exposed by this serverSettlements — The Settlements tool exposed by this serverPayouts — The Payouts tool exposed by this serverSubscriptions — The Subscriptions tool exposed by this serverBenefits — If you are connecting to a self-hosted remote deployment instead of the Pine Labs hosted service, replace the remote URL below withPrerequisites — npx is required to proxy the remote MCP connection. Install Node.js (which includes npm and npx):macOS — The macOS tool exposed by this serverConfiguration is passed through the environment: PINELABS_CLIENT_ID, PINELABS_CLIENT_SECRET, PINELABS_ENV, YOUR_ID, YOUR_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Pinelabs Online MCP's toolset — get_api_documentation, list_plural_apis, detect_stack and 10 more — is a fair guide to whether it matches your workflow. It is maintained by plural-pinelabs; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_api_documentation | Read |
| list_plural_apis | Read |
| detect_stack | Read |
| integrate_pinelabs_checkout | Read |
| Orders | The Orders tool exposed by this server. |
| Refunds | The Refunds tool exposed by this server. |
| Settlements | The Settlements tool exposed by this server. |
| Payouts | The Payouts tool exposed by this server. |
| Subscriptions | The Subscriptions tool exposed by this server. |
| Benefits | If you are connecting to a self-hosted remote deployment instead of the Pine Labs hosted service, replace the remote URL below with <your-mcp-server-url>. |
| Prerequisites | npx is required to proxy the remote MCP connection. Install Node.js (which includes npm and npx): |
| macOS | The macOS tool exposed by this server. |
| Windows | Alternatively, download from [https://nodejs.org/](https://nodejs.org/). |
{
"mcpServers": {
"pinelabs": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"PINELABS_CLIENT_ID",
"-e",
"PINELABS_CLIENT_SECRET",
"-e",
"PINELABS_ENV",
"pinelabs/mcp:latest"
],
"env": {
"PINELABS_CLIENT_ID": "<your-client-id>",
"PINELABS_CLIENT_SECRET": "<your-client-secret>",
"PINELABS_ENV": "prod"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| PINELABS_CLIENT_ID | Configuration value read at startup. | Optional |
| PINELABS_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| PINELABS_ENV | Configuration value read at startup. | Optional |
| YOUR_ID | Configuration value read at startup. | Optional |
| YOUR_SECRET | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.