agentbank-merchant-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENTBANK_API_URL | No | Local dev only: URL to point at a local API (default: https://mcp.curless.ai) | |
| AGENTBANK_MERCHANT_ID | Yes | Your Curless merchant id, e.g. 888888 | |
| AGENTBANK_MERCHANT_TOKEN | Yes | Your Curless API key (issued by Curless at onboarding) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_ordersA | List this merchant's orders (what agents have paid you), newest first. Filter by status / protocol / currency / date. |
| get_summaryA | This merchant's order roll-up: count + gross by currency + breakdowns by protocol/status. Same status/protocol/currency/date filters as list_orders. |
| get_balanceB | This merchant's live Curless wallet balance, per currency. |
| get_orderA | One order's full detail — line items + the card it was paid with. Pass the order id from list_orders. |
| list_refund_requestsA | Buyers' refund requests on your orders. Default lists status=requested (the queue awaiting your decision); pass status to filter, or status=all for the full history. |
| approve_refundA | Approve a refund request → forwarded to Curless; the order refunds once Curless confirms. Pass the refund request id (rfr_…). |
| reject_refundA | Reject a refund request (optional note). Pass the refund request id (rfr_…). |
| refund_orderA | Directly refund one of your orders (no buyer request needed). Pass the order id (ord_…); optional partial |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Merchant card |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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