Raycast MCP Support
RouteMesh is now included in Raycast's official Model Context Protocol Registry.
You can see the listing on Raycast's MCP Registry page and in the Raycast extensions source where RouteMesh appears under OFFICIAL_ENTRIES.
Why this matters
For teams already using Raycast and MCP clients, this makes RouteMesh easier to discover and configure in everyday AI workflows.
The official entry maps directly to the published package: command npx, args -y @routemesh/mcp, and env ROUTEMESH_API_KEY.
What RouteMesh MCP gives you
@routemesh/mcp is a local stdio MCP server for cross-chain RPC access through RouteMesh.
It supports chain discovery, generic JSON-RPC calls, blocks, transactions, receipts, logs, balances, fee data, contract reads, gas estimation, and best-effort transaction tracing.
This gives AI assistants one MCP integration for common on-chain investigation workflows across multiple EVM chains.
Quick start
Run RouteMesh MCP with ROUTEMESH_API_KEY=your_key_here npx -y @routemesh/mcp.
Then add the same command and environment variable to your MCP client config.
References
Raycast MCP Registry page: https://www.raycast.com/raycast/model-context-protocol-registry
Raycast registry source (OFFICIAL_ENTRIES): https://raw.githubusercontent.com/raycast/extensions/main/extensions/model-context-protocol-registry/src/registries/builtin/entries.ts
RouteMesh MCP repository: https://github.com/routemesh/routemesh-mcp