Monei MCP Server

MONEI MCP Server — Connect your MONEI account to AI assistants (Claude, ChatGPT) via OAuth 2.0

Local serverstdioGo

What is the Monei MCP server?

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.

What the server does

Generate payment links, check transaction status, and browse your payment history — all through natural language conversation.

  • 🔗 Payment Links — — Create and share payment links with customers via AI
  • 🔍 Transaction Lookup — — Get payment details and status by ID
  • 📊 Payment History — — Search and filter your transaction history
  • 📋 Subscriptions — — View subscription details and status
  • 🏢 Account Info — — Access your merchant account configuration
  • 🔐 OAuth 2.0 — — Secure merchant authentication with scoped permissions

Installation

@monei/mcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Available tools

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 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

Credentials and setup notes

Configuration 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.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Monei.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

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.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
InstallationThe Installation tool exposed by this server.
ConfigurationThe Configuration tool exposed by this server.
generate_payment_linkThe generate_payment_link tool exposed by this server.
get_paymentThe get_payment tool exposed by this server.
list_paymentsThe list_payments tool exposed by this server.
get_subscriptionThe get_subscription tool exposed by this server.
list_subscriptionsThe list_subscriptions tool exposed by this server.
get_account_infoThe get_account_info tool exposed by this server.

How to install the Monei MCP server

{
  "mcpServers": {
    "monei": {
      "url": "https://your-domain.com/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
MONEI_CLIENT_IDConfiguration value read at startup.Optional
MONEI_CLIENT_SECRETCredential the server authenticates with.Yes
MONEI_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Monei to Prerequisites.
  • Use Monei to Installation.
  • Use Monei to Configuration.

Frequently asked questions

It connects Monei to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (Prerequisites, Installation, Configuration, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Monei directly.