Skip to main content
Glama
routemesh

RouteMesh MCP Server

Official
by routemesh

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ROUTEMESH_API_KEYYesYour RouteMesh API key. Required to authenticate and route RPC requests.
ROUTEMESH_BASE_URLNoPrimary RouteMesh API base URL. Defaults to the public RouteMesh API.
ROUTEMESH_MGMT_TOKENNoOptional 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_URLNoBase URL for the RouteMesh API server used by rpc_list_chains (GET /chains).
ROUTEMESH_BACKUP_BASE_URLNoBackup 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/routemesh/routemesh-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server