PerformanceBlog
Tempo MCP serverGive agents search and read tools for Tempo docs
Skip to content
LogoLogo

JSON-RPC API

The Tempo API exposes a JSON-RPC entrypoint for raw, node-level chain access alongside its REST and Indexer surfaces. Through it, Tempo nodes serve all standard Ethereum JSON-RPC methods (eth_, net_, web3_, txpool_, trace_, debug_) plus Tempo-specific namespaces for fork scheduling, consensus data, and node administration.

Point any Ethereum-compatible client at the hosted entrypoint, or run your own node:

ChainRPC URL
Mainnethttps://api.tempo.xyz/rpc
Testnethttps://api.tempo.xyz/rpc/testnet

Connect to Tempo JSON-RPC with tools

Use the Tempo JSON-RPC API with command-line tools, TypeScript clients, React hooks, or Rust providers.

Tempo JSON-RPC endpoints