Back to Apps

Tempo MCP
Supports UIby yongkangc
Interact with the Tempo blockchain to query balances, swap tokens, and manage onchain data.
0 stars
Works in:CodexGemini CLICursorWindsurfVS Code Copilot
Exposes:Tools
What it does
Tempo MCP connects AI agents to the Tempo blockchain, enabling them to perform real-time onchain operations including balance checks, token swaps, and transaction decoding.
Tools
tempo_get_balance: Retrieve token balances for a specific address.tempo_get_transaction: Get detailed information about a transaction via its hash.tempo_decode_transaction: Decode and provide a human-readable explanation of a transaction.tempo_get_dex_quote: Get current swap quotes from the DEX.tempo_list_tokens: List all available tokens on the network.tempo_transfer: Execute token transfers to a target address.tempo_swap: Perform token swaps on the DEX.tempo_faucet: Request testnet tokens from the faucet.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"tempo": {
"command": "tempo-mcp"
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Codex
- Gemini CLI
- Cursor
- Windsurf
- VS Code
Quick install
cargo install tempo-mcpInformation
- Pricing
- free
- Published
- 4/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
command = "tempo-mcp"Cursor
Add to Cursor MCP settingsWindsurf
Add to mcp_config.jsonGemini CLI
{
"mcpServers": {
"tempo": {
"command": "tempo-mcp"
}
}
}Claude Desktop
{
"mcpServers": {
"tempo": {
"command": "tempo-mcp"
}
}
}





