Skip to main content
Glama
agentbankmcp

agentbank-merchant-mcp

Official
by agentbankmcp

@curless/agentbank-merchant-mcp

Merchant-side MCP server for agentbank (the "Stripe for AI agents"). Lets a merchant read their own orders and live Curless wallet balance (real funds settled into the merchant's Curless account) from an MCP client such as Claude Desktop.

Authenticated by your Curless API key via env — no OAuth. Renders an MCP Apps card (orders / balance widget) in hosts that support it, with a markdown table fallback everywhere else. Kept separate from the buyer-side MCP so the two personas don't share a tool surface.

Published to npm as @curless/agentbank-merchant-mcp.

Tools

  • list_orders — this merchant's orders (what agents have paid), newest first.

  • get_balance — the live Curless wallet balance per currency (available / frozen).

Related MCP server: Mercury MCP

Install (Claude Desktop)

Desktop extension (.mcpb): install agentbank-merchant.mcpb and enter your Curless API key + merchant id when prompted.

Or via claude_desktop_config.json:

{
  "mcpServers": {
    "agentbank-merchant": {
      "command": "/usr/local/bin/npx",
      "args": ["-y", "@curless/agentbank-merchant-mcp"],
      "env": {
        "AGENTBANK_MERCHANT_TOKEN": "<your-curless-api-key>",
        "AGENTBANK_MERCHANT_ID": "888888"
      }
    }
  }
}

env

what

AGENTBANK_MERCHANT_TOKEN

your Curless API key (issued by Curless at onboarding)

AGENTBANK_MERCHANT_ID

your Curless merchant id, e.g. 888888

The server talks to https://mcp.curless.ai by default — no need to configure it. (Local dev only: set AGENTBANK_API_URL=http://localhost:3000 to point at a local API.)

Build the desktop extension (.mcpb)

npm install
npm run build:mcpb     # esbuild → self-contained server bundle, then `mcpb pack`

This writes mcpb/server/index.js (a single self-contained ESM bundle) and packs agentbank-merchant.mcpb. Both are git-ignored build artifacts.

License

MIT © robin

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentbankmcp/agentbank-merchant-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server