Model Context Protocol server for interacting with iaptic
Connect For Iaptic to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Model Context Protocol server for interacting with iaptic. The for iaptic mcp server is what makes that connection.
A Model Context Protocol server for interacting with the Iaptic API. This server allows Claude or other AIs to interact with your Iaptic data to answer questions about your customers, purchases, transactions, and statistics.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Customers — The Customers tool exposed by this serverPurchases — The Purchases tool exposed by this serverTransactions — The Transactions tool exposed by this serverStatistics — The Statistics tool exposed by this serverEvents — The Events tool exposed by this serverStripe — The Stripe tool exposed by this serverConfiguration is passed through the environment: YOUR_API_KEY. 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.
Installation goes through your MCP client rather than a global install: point it at @smithery/cli on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. For Iaptic's toolset — Customers, Purchases, Transactions and 3 more — is a fair guide to whether it matches your workflow. It is maintained by iaptic; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against For Iaptic's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Customers | The Customers tool exposed by this server. |
| Purchases | The Purchases tool exposed by this server. |
| Transactions | The Transactions tool exposed by this server. |
| Statistics | The Statistics tool exposed by this server. |
| Events | The Events tool exposed by this server. |
| Stripe | The Stripe tool exposed by this server. |
{
"mcpServers": {
"server-iaptic": {
"command": "npx",
"args": ["-y", "@smithery/cli"],
"env": {
"YOUR_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| YOUR_API_KEY | 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.