RouteMesh MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROUTEMESH_API_KEY | Yes | Your RouteMesh API key. Required to authenticate and route RPC requests. | |
| ROUTEMESH_BASE_URL | No | Primary RouteMesh API base URL. Defaults to the public RouteMesh API. | |
| ROUTEMESH_MGMT_TOKEN | No | Optional customer management token. When set, the server exposes customer-scoped tools (and provider-scoped tools if the token's customer is linked to a provider). | |
| ROUTEMESH_API_SERVER_URL | No | Base URL for the RouteMesh API server used by rpc_list_chains (GET /chains). | |
| ROUTEMESH_BACKUP_BASE_URL | No | Backup RouteMesh API base URL used on retryable failures after ROUTEMESH_BASE_URL. |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rpc_list_chainsA | Discover supported chains from RouteMesh API server (GET /chains) and filter by chain ID or name query. |
| rpc_callB | Call any JSON-RPC method on a RouteMesh-supported chain. Useful as an escape hatch. |
| rpc_get_blockC | Fetch block data by block number/tag or by block hash on a given chain. |
| rpc_get_transactionC | Fetch a transaction by hash. |
| rpc_get_transaction_receiptC | Fetch a transaction receipt by hash. |
| rpc_get_logsB | Query indexed logs/events with block range and topic filters. |
| rpc_get_balanceC | Fetch the native token balance for an address. |
| rpc_call_contractA | Execute a read-only contract call via eth_call using pre-encoded calldata. |
| rpc_estimate_gasB | Estimate gas for a transaction request. |
| rpc_get_fee_dataA | Fetch current gas price, max priority fee and a one-block fee history sample. |
| rpc_trace_transactionC | Attempt transaction tracing using trace_transaction or debug_traceTransaction. |
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
- 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/routemesh/routemesh-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server