MONEI MCP Server — Connect your MONEI account to AI assistants (Claude, ChatGPT) via OAuth 2.0
Connect Monei to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MONEI MCP Server — Connect your MONEI account to AI assistants (Claude, ChatGPT) via OAuth 2.0. The monei mcp server is what makes that connection.
Generate payment links, check transaction status, and browse your payment history — all through natural language conversation.
@monei/mcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Prerequisites — The Prerequisites tool exposed by this serverInstallation — The Installation tool exposed by this serverConfiguration — The Configuration tool exposed by this servergenerate_payment_link — The generate_payment_link tool exposed by this serverget_payment — The get_payment tool exposed by this serverlist_payments — The list_payments tool exposed by this serverget_subscription — The get_subscription tool exposed by this serverlist_subscriptions — The list_subscriptions tool exposed by this serverget_account_info — The get_account_info tool exposed by this serverConfiguration is passed through the environment: MONEI_CLIENT_ID, MONEI_CLIENT_SECRET, MONEI_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.
Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Monei's toolset — Prerequisites, Installation, Configuration and 6 more — is a fair guide to whether it matches your workflow. It is maintained by monei; 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 |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
| Configuration | The Configuration tool exposed by this server. |
| generate_payment_link | The generate_payment_link tool exposed by this server. |
| get_payment | The get_payment tool exposed by this server. |
| list_payments | The list_payments tool exposed by this server. |
| get_subscription | The get_subscription tool exposed by this server. |
| list_subscriptions | The list_subscriptions tool exposed by this server. |
| get_account_info | The get_account_info tool exposed by this server. |
{
"mcpServers": {
"monei": {
"url": "https://your-domain.com/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MONEI_CLIENT_ID | Configuration value read at startup. | Optional |
| MONEI_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| MONEI_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.