Skip to main content
Glama
agentbankmcp

agentbank-merchant-mcp

Official
by agentbankmcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENTBANK_API_URLNoLocal dev only: URL to point at a local API (default: https://mcp.curless.ai)
AGENTBANK_MERCHANT_IDYesYour Curless merchant id, e.g. 888888
AGENTBANK_MERCHANT_TOKENYesYour 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

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 amount + reason. Omit amount for a FULL refund. If you DO pass a partial amount, it is in the ORDER’S minor units — read the order first (get_order / list_orders) to see its currency and total, because the units differ by currency.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Merchant card

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