Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Maib

FreeNot checked

MCP server for MAIB — e-commerce payments, cards (Moldova)

GitHubEmbed

About

MCP server for MAIB — e-commerce payments, cards (Moldova)

README

MCP server for MAIB e-commerce payments (Moldova). Supports payments, refunds, recurring billing, one-click payments, and transaction status via OAuth 2.0.

Tools (8)

Tool Description
create_payment Create a new MAIB payment
get_payment Get payment details by ID
refund_payment Refund a payment
create_recurring Create recurring payment
get_recurring Get subscription details
cancel_recurring Cancel a subscription
create_one_click_payment One-click payment with saved card
get_transaction_status Get detailed transaction status

Quick Start

{
  "mcpServers": {
    "maib": {
      "command": "npx",
      "args": ["-y", "@theyahia/maib-mcp"],
      "env": {
        "MAIB_CLIENT_ID": "<YOUR_CLIENT_ID>",
        "MAIB_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
        "MAIB_PROJECT_ID": "<YOUR_PROJECT_ID>"
      }
    }
  }
}

Environment Variables

Variable Required Description
MAIB_CLIENT_ID Yes OAuth client ID from MAIB developer portal
MAIB_CLIENT_SECRET Yes OAuth client secret
MAIB_PROJECT_ID Yes Project ID from MAIB dashboard

Demo Prompts

  • "Create a payment for 500 MDL for an electronics order"
  • "Check payment status for pay-12345"
  • "Refund 200 MDL from payment pay-67890"
  • "Create a one-click payment of 100 MDL using saved card biller-001"
  • "Set up a recurring payment of 50 MDL"

License

MIT

from github.com/theYahia/maib-mcp

Installing Maib

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/theYahia/maib-mcp

FAQ

Is Maib MCP free?

Yes, Maib MCP is free — one-click install via Unyly at no cost.

Does Maib need an API key?

No, Maib runs without API keys or environment variables.

Is Maib hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Maib in Claude Desktop, Claude Code or Cursor?

Open Maib on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Maib with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs