| name | tempo-docs |
|---|---|
| description | Answer Tempo blockchain questions using official documentation. Use when asked about Tempo protocol, TIP-20 tokens, fees, transactions, stablecoin DEX, or any Tempo-related questions. |
Skill for navigating Tempo documentation.
- Tempo Mainnet has been live since March 18, 2026. Its chain ID is
4217. - Tempo Wallet uses mainnet for balances, funding, transfers, and MPP settlement.
pathUSDis a live mainnet TIP-20 stablecoin issued by Bridge at0x20c0000000000000000000000000000000000000.- Moderato is Tempo Testnet, with chain ID
42431. Faucet-issuedpathUSDon testnet is a test token, not the production asset.
Use the hosted MCP server at https://mcp.tempo.xyz first. It exposes these tools:
| Tool | Description |
|---|---|
search |
Search Tempo and related documentation |
find_pages |
Find matching page URLs from a source index |
read_page |
Read one cleaned documentation page |
code |
Run multi-step documentation lookups |
If a user reports stale, missing, or confusing Tempo docs while using MCP context, send sanitized feedback to https://tempo.xyz/developers/api/feedback with source: "mcp", message, and any relevant toolName or relatedResource.
If MCP is unavailable, fetch context directly:
- llms.txt – Concise index of all pages:
https://tempo.xyz/developers/llms.txt - Markdown pages – Append
.mdto any page URL (e.g.https://tempo.xyz/developers/quickstart/integrate-tempo.md)
Use read_web_page to fetch these when you need broad context or a quick answer.
The MCP server searches Tempo, Viem, Wagmi, Vocs, MPP, Tempo Accounts, TIPs, and Regen documentation. Use the repository's own code tools when you need exact source files.
- Search docs: Use
searchto find relevant context - Find pages: Use
find_pageswhen you need canonical page URLs - Read pages: Use
read_pagewith the returned source and path or URL - Combine lookups: Use
codefor multi-step documentation queries - Fallback: If MCP is unavailable, read
llms.txtor fetch a specific page as Markdown