revolut-merchant-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REVOLUT_SANDBOX | No | false = production (guarded) | true |
| REVOLUT_API_VERSION | No | Sent as Revolut-Api-Version | 2024-09-01 |
| REVOLUT_MCP_ALLOW_WRITES | No | Register the create/cancel tools | false |
| REVOLUT_MERCHANT_SECRET_KEY | Yes | Merchant API secret (sandbox or live) | |
| REVOLUT_I_UNDERSTAND_PRODUCTION | No | Required to run against production | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_customersB | List Merchant customers, optionally filtered by exact email address. |
| get_customerC | Retrieve a single Merchant customer by its id. |
| list_ordersC | List recent Merchant orders. |
| get_orderB | Retrieve a single Merchant order by its id. |
| list_subscriptionsC | List subscriptions, optionally filtered by customer id. |
| get_subscriptionC | Retrieve a single subscription by its id. |
| list_plansB | List Merchant subscription plans. |
| get_planA | Retrieve a single plan, including its variations, by id. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/Sherman-Studio/revolut-merchant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server