← Registry

General Tools

tereno.xyz

Provides general-purpose tools through the Model Context Protocol.

x402 supported1 endpoint13 known toolsFirst detected August 5, 2026Last detected August 6, 2026

ENDPOINT 1

https://www.tereno.xyz/api/mcp

No auth detected

MCP server metadata

Name
tereno
Version
1.0.0
Capabilities
tools
Server instructions

Check before you sign, and check again before you exit. Every tool returns a verdict with the evidence behind it, explicit limitations, the block it stops being valid at, and a receipt. To watch a position rather than screen one, poll contract_change on the addresses you hold: it names what moved under you, a proxy upgrade, an admin swap, a bytecode change or a contract that just got paused. Tools are paid per call with x402 in USDC on Base: calling one returns HTTP 402 with a PAYMENT-REQUIRED header, and the same call retried with a PAYMENT-SIGNATURE header returns the answer. Deterministic answers are shared, so reusing one another agent already paid for costs less. Anything tied to your intent stays private: transaction_intent_guard is never cached, shared or resold. If you need a capability that is not listed, declare a no-cost demand pledge at POST /api/v1/demand-pledges; it earns a bounded credit only if this same wallet later pays for that named capability.

Known tools 13

tereno_catalog

Free.

Inferred read-only
tereno_price

Free.

Inferred read-only
tereno_receipt

Free.

Inferred read-only
tereno_evidence_reference

Free.

Inferred read-only
contract_guard

Is this Base contract safe to interact with?

Inferred read-only
contract_change

Did this token's contract change under you?

Inferred read-only
contract_interface

What standard does this Base contract implement?

Inferred read-only
token_metadata

What token is this?

Inferred read-only
chain_snapshot

What is the current state of Base?

Inferred read-only
evidence_artifact

Can this public Tereno artifact be reused?

Inferred read-only
web_compile

Turn a public web page into bounded, LLM-ready Markdown with resolved links, citations and a content-addressed artifact.

Inferred read-only
transaction_intent_guard

Is this transaction safe to sign?

Inferred read-only
demand_pledge

Free market-signal pledge.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tereno]
url = "https://www.tereno.xyz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tereno": {
      "type": "http",
      "url": "https://www.tereno.xyz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tereno
Remote MCP URL: https://www.tereno.xyz/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tereno": {
      "url": "https://www.tereno.xyz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tereno": {
      "type": "http",
      "url": "https://www.tereno.xyz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tereno",
  "transport": "streamable-http",
  "url": "https://www.tereno.xyz/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.