ENDPOINT 1
https://www.tereno.xyz/api/mcp
MCP server metadata
- Name
- tereno
- Version
- 1.0.0
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
web_compileTurn a public web page into bounded, LLM-ready Markdown with resolved links, citations and a content-addressed artifact.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.