agentbank-merchant-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agentbank-merchant-mcpShow my recent orders"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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 |
| your Curless API key (issued by Curless at onboarding) |
| your Curless merchant id, e.g. |
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
This server cannot be installed
Maintenance
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