Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Tereno on Base

REMOTE · WWW.TERENO.XYZ · 2 COMPONENTS · SCANNED SEP 25

Check a Base contract, transaction or web page before you act. Free pricing, paid per call in USDC.

−5 this week 73 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security66
  • The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
  • Authorisation not fully verified: no authorisation is required to call this server, and 10 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
  • HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
  • The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
  • DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
Schema Quality & AI Usability74
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1473 tokens (~147/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management59
  • Stability check failed: schema churn in the 30 days we've observed: 6 tool removals, 0 breaking changes, 0 auth/transport breaks, 1 additions. See how to fix → Fail
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "tereno_publish" implies "publish" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the Tereno on Base MCP server?

Tereno on Base is a hosted endpoint at https://www.tereno.xyz/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · www.tereno.xyz

# add to Claude Code
claude mcp add --transport http xyz-tereno-tereno 'https://www.tereno.xyz/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "xyz-tereno-tereno": {
      "url": "https://www.tereno.xyz/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "xyz-tereno-tereno": {
      "type": "http",
      "url": "https://www.tereno.xyz/api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.xyz-tereno-tereno]
url = "https://www.tereno.xyz/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xyz-tereno-tereno": {
      "type": "remote",
      "url": "https://www.tereno.xyz/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add xyz-tereno-tereno --url 'https://www.tereno.xyz/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  xyz-tereno-tereno:
    url: "https://www.tereno.xyz/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "xyz-tereno-tereno": {
      "Transport": "http",
      "Url": "https://www.tereno.xyz/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add xyz-tereno-tereno -t streamable-http -u 'https://www.tereno.xyz/api/mcp'
// mcp.json
{
  "mcpServers": {
    "xyz-tereno-tereno": {
      "type": "http",
      "url": "https://www.tereno.xyz/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 21 Sept 26 −5
    • Stability: pass → fail ▼ security
    • A breaking change shipped without a version bump: still 1.0.0 ▼ security
    • Tool “aerodrome_swap_guard” was removed ▼ security
    • Tool “contract_change” was removed ▼ security
    • Tool “contract_interface” was removed ▼ security
    • Tool “evidence_artifact” was removed ▼ security
    • Tool “hyperliquid_market_check” was removed ▼ security
    • Tool “morpho_collateral_guard” was removed ▼ security
    • Tool “obligation_verdict” was removed ▼ security
    • Tool “tereno_find_claims” was removed ▼ security
    • Tool “trade_execution_notarize” was removed ▼ security
    • Tool “transaction_intent_guard” was removed ▼ security
    • Tool “uniswap_v4_hook_guard” was removed ▼ security
    • Tool “web_compile” was removed ▼ security
    • Tool “rwa_market_guard” was removed ▼ security
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “tereno_catalog” rewrote its description, which is the text the model reads security
    • Schema quality: 3664 → 1473 ▲ functional
    • “tereno_price” added an optional parameter “question” cosmetic
    • “tereno_price” reworded the description of “capability” cosmetic
    • “tereno_price” dropped the optional parameter “artifactId” cosmetic
    • “tereno_price” dropped the optional parameter “url” cosmetic
  • 20 Sept 26 0
    • New tool “hyperliquid_market_check” functional
  • 19 Sept 26 0
    • New tool “prediction_evidence” functional
  • 14 Sept 26 0
    • New tool “trade_execution_notarize” functional
  • 13 Sept 26 +1
    • DNSSEC: fail → pass ▲ security
  • 12 Sept 26 0
    • Tool “aerodrome_swap_guard” rewrote its description, which is the text the model reads security
    • Tool “contract_guard” rewrote its description, which is the text the model reads security
    • Tool “transaction_intent_guard” rewrote its description, which is the text the model reads security
    • Schema quality: 2603 → 3201 ▼ functional
    • New tool “morpho_collateral_guard” functional
    • New tool “rwa_market_guard” functional
    • New tool “uniswap_v4_hook_guard” functional
    • “aerodrome_swap_guard” added an optional parameter “amountIn” cosmetic
    • “aerodrome_swap_guard” added an optional parameter “minAmountOut” cosmetic
    • “aerodrome_swap_guard” added an optional parameter “routerType” cosmetic
    • “aerodrome_swap_guard” added an optional parameter “tokenIn” cosmetic
    • “aerodrome_swap_guard” added an optional parameter “tokenOut” cosmetic
    • “aerodrome_swap_guard” made “data” optional cosmetic
    • “aerodrome_swap_guard” made “from” optional cosmetic
    • “aerodrome_swap_guard” made “to” optional cosmetic
  • 5 Sept 26 0
    • New tool “aerodrome_swap_guard” functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Probed https://www.tereno.xyz/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=www.tereno.xyz CN=YR2,O=Let's Encrypt,C=US 15 Sept 2026 14 Dec 2026 RSA 2048 SHA256-RSA 63769fea79765136c738f624e4ba8f93e8a
SANs: www.tereno.xyz
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC secure

Validation of www.tereno.xyz. — Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
xyz. present 3599, 18130 8, 8 Verified
tereno.xyz. present 8685, 49643 13, 13 Verified
www.tereno.xyz. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000
content-security-policy frame-ancestors 'none'
x-content-type-options nosniff
x-frame-options DENY
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=(), payment=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://www.tereno.xyz/api/mcp Verified 200
http (plaintext) http://www.tereno.xyz/api/mcp HTTPS enforced 308 https://www.tereno.xyz/api/mcp
MCP tools · 10 exposed · ~1,308 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
chain_snapshot ~95

What is the current state of Base? Latest block number, timestamp, base fee and suggested gas fees in a single cheap call — no parameters required. Paid per call with x402 on Base: $0.002 to $0.005 USDC depending on how much of the answer the network already has. Shared: reusing an answer another agent already paid for costs less, and the wallet that produced it earns a bounded credit.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

contract_guard ~108

Is this Base contract safe to interact with? Check whether an address is executable code, detect common proxy and pause signals, and return a bounded action verdict. Paid per call with x402 on Base: $0.02 to $0.1 USDC depending on how much of the answer the network already has. Shared: reusing an answer another agent already paid for costs less, and the wallet that produced it earns a bounded credit.

NameTypeReqDescription
addressstringyesBase contract address to check.

No output schema declared.

No examples provided.

demand_pledge ~85

Free market-signal pledge. It earns no credit now; a bounded non-transferable credit is released only if this same wallet later settles the named capability after it exists.

NameTypeReqDescription
capabilitystringyes2-64 character capability id, e.g. wallet-scam-classification.
walletstringyesYour Base wallet; must later be the x402 payer.

No output schema declared.

No examples provided.

prediction_evidence ~146

Returns current, sourced and machine-readable evidence supporting or contradicting a prediction-market proposition. Paid per call with x402 on Base: $0.01 to $0.05 USDC depending on how much of the answer the network already has. Shared: reusing an answer another agent already paid for costs less, and the wallet that produced it earns a bounded credit.

NameTypeReqDescription
contextobject–Optional contextual metadata.
marketstring–Market venue identifier (e.g. polymarket, omen, kalshi). Defaults to polymarket.
marketUrlstring–Optional market URL for resolution rules extraction.
questionstringyesPrediction market question or proposition.

No output schema declared.

No examples provided.

tereno_catalog ~52

Free. The full capability catalog: what each one answers, its price tiers in USDC on Base, how long an answer stays valid, and whether it is shared or private. Read this before paying for anything.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tereno_evidence_reference ~128

Free. Resolve an artifactId another agent handed you: producer, validity window and the exact normalized input needed to reproduce it. Supply a stable opaque installationId to participate in the cross-agent reference experiment; it is hashed, deduplicated daily and never creates payment or credit.

NameTypeReqDescription
artifactIdstringyesPublic Tereno artifact id received from another agent.
channelstring–Optional lowercase channel label, e.g. mcp or dex-bot.
installationIdstring–Stable opaque id for this receiving installation; do not use a wallet or secret.

No output schema declared.

No examples provided.

tereno_price ~126

Free. Indicative price and reuse tier for one specific input, without binding a quote or revealing a wallet. Returns hit when another agent already paid to compute this and it is still fresh, partial when only the durable half survives, miss when nothing is there to reuse. The gap between those tiers is what reuse is worth.

NameTypeReqDescription
addressstring–Base contract address, for the capabilities that take one.
capabilitystringyesCapability id: token.metadata, chain.snapshot, contract.guard or prediction.evidence.
questionstring–Proposition, for prediction.evidence.

No output schema declared.

No examples provided.

tereno_publish ~372

Free, no payment and no gas. Submit a contract bytecode fingerprint you computed yourself. Tereno recomputes it against chain state: a mismatch burns the submission, a match makes you the seeder and pays you the reuse dividend in non-transferable credits whenever another wallet's settled call reuses it. Supply an ERC-8004 agentId you own and the passing audit is also projected to the Reputation Registry on Base under tag tereno.audit. No agentId yet? This tool has no HTTP-only sibling here: pay POST /api/v1/agents/register once (small flat fee, covers the mint gas) to get one, then publish again with it.

NameTypeReqDescription
addressstringyesBase contract address the fingerprint is for.
agentIdstring–Optional ERC-8004 agentId you own, as a decimal string. Ownership is verified against ownerOf before anything is written on-chain; an unverifiable claim is skipped and changes nothing about the publi…
bytecodeBytesnumber–Length of the deployed bytecode in bytes. Must be 0 exactly when bytecodeHash is omitted.
bytecodeHashstring–keccak256 of the deployed bytecode you read. Omit only for an address with no code.
computedAtBlocknumberyesBlock number you read the bytecode at.
registerIfMissingboolean–Explicit consent to be attested via a Tereno-delegated identity you already paid POST /api/v1/agents/register for. Bind it by signing <contract-address>:erc8004-register as the resource. Does not its…
walletstringyesYour Base wallet. Becomes the seeder and earns the reuse dividend.

No output schema declared.

No examples provided.

tereno_receipt ~78

Free. Look up what a settled invocation actually charged: capability, version, cache tier, list price, credit applied, price paid and whether it settled on chain. Use it to check that a call you or another agent paid for was billed the way it was quoted.

NameTypeReqDescription
invocationIdstringyesInvocation id from a receiptUrl.

No output schema declared.

No examples provided.

token_metadata ~118

What token is this? Read a Base token's name, symbol, decimals and total supply as one typed, cache-shared answer with block-level freshness. Paid per call with x402 on Base: $0.01 to $0.03 USDC depending on how much of the answer the network already has. Shared: reusing an answer another agent already paid for costs less, and the wallet that produced it earns a bounded credit.

NameTypeReqDescription
addressstringyesBase token contract address to read name, symbol, decimals and total supply from.

No output schema declared.

No examples provided.

Common questions

What is the Tereno on Base MCP server?

Tereno on Base is an MCP server listed in the public MCP registry as xyz.tereno/tereno. Check a Base contract, transaction or web page before you act. Free pricing, paid per call in USDC. This page covers its hosted endpoint (https://www.tereno.xyz/api/mcp).

Is the Tereno on Base MCP server safe to use?

Tereno on Base scores 73 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Tereno on Base MCP server expose?

Tereno on Base exposes 10 tools: tereno_catalog, tereno_price, tereno_receipt, tereno_evidence_reference, tereno_publish, and 5 more. Their descriptions and schemas cost roughly 1,308 tokens of context every time the server is loaded.

Does the Tereno on Base MCP server require authentication?

No. We connected to Tereno on Base without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Tereno on Base MCP server still maintained?

Tereno on Base is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.