xyz.tereno/tereno is an MCP server that check a Base contract, transaction or web page before you act. Free pricing, paid per call in USDC. Its tool list has not been published yet over http and stdio, requires no API key, and scores 57/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"tereno": {
"args": [
"-y",
"tereno-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Ask what it costs before you pay for it. Free catalog, pricing and receipt tools work with no wallet and no signup; paid answers settle per call in USDC, and reusing an answer another agent already paid for costs less.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'tereno-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked tereno-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser / finance
Chrome DevTools for coding agents
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
MCP server paired with a browser extension that enables AI agents to control the user's browser.
MCP Security Weekly
Get CVE alerts and security updates for xyz.tereno/tereno and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Ask what it costs before you pay for it. Free catalog, pricing and receipt tools work with no wallet and no signup; paid answers settle per call in USDC, and reusing an answer another agent already paid for costs less.
npx -y tereno-mcp
An agent that reads a contract, signs a transaction or scrapes a page is acting on information it cannot verify. Most tools answer what something is. None of them tell you how long that answer stays true.
tereno-mcp puts Tereno inside any MCP client. Every
paid answer comes back with the evidence behind it, the limits of that evidence,
and the block it stops being valid at.
tereno_price tells you the cost and whether the
answer already exists, without a wallet and without committing to anything.Add it to any MCP client — Claude Desktop, Claude Code, Cursor, Cline, Windsurf:
{
"mcpServers": {
"tereno": {
"command": "npx",
"args": ["-y", "tereno-mcp"]
}
}
}
Restart the client. Nothing else to configure — the free tools work immediately.
| Tool | The question it answers |
|---|---|
📖 tereno_catalog | What can Tereno answer, what does it cost, how long does each answer stay valid? |
🏷️ tereno_price | What would this exact call cost right now — and does the answer already exist? |
🧾 tereno_receipt | What did a settled call actually charge: tier, list price, credit applied, price paid? |
tereno_price is the one worth knowing about. It names the reuse tier out loud:
hit another agent already paid to compute this and it is still fresh
partial the durable half survived; only the expired part is recomputed
miss nothing to reuse — this call computes it, and the next asker pays less
| Tool | Price | The question it answers |
|---|---|---|
🚦 transaction_intent_guard | $0.005 | Is this safe to sign? Simulation, gas, balance and allowance deltas, unlimited-approval flags |
🛡️ contract_guard | $0.001–3 | Is this contract safe to interact with? (code, proxy, pause) |
🕵️ contract_change | $0.001–2 | Did it change since last look? (rug-pull-after-audit detector) |
🪙 token_metadata | $0.001–3 | What token is this, really? (name, symbol, decimals, supply) |
🧬 contract_interface | $0.001–2 | ERC-20? NFT? Proxy? One bounded probe |
⛽ chain_snapshot | $0.001–2 | Latest Base block, base fee and suggested gas, zero parameters |
📄 web_compile | $0.001–5 | Public URL → bounded Markdown with resolved links, citations and a reusable artifact |
🔎 evidence_artifact | $0.001–3 | Can this public artifact be reused? Provenance, field validi |