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.

xyz.tenzro/tenzro

REMOTE · MCP.TENZRO.XYZ · SCANNED AUG 23

Tenzro Network MCP server: wallet, identity, payments, inference, staking, bridges, verification.

Available components

−66 this week 0 Trust /100

Dead

Every channel of this server has been unreachable for long enough to be marked dead. Its trust score is pinned to 0 and does not recover automatically: even once the server responds again it stays dead until it is manually reinstated.

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 Security0
Transport & Reachability0
Schema Quality & AI Usability0
  • Schema not yet verified: we couldn't read the endpoint's schema.Unverified
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage0
  • Tool coverage not yet verified: we couldn't read the endpoint's tools.Unverified
Tool Safety

Not scored yet: our latest scan of this component recorded no findings here. It fills in the next time we score it.

Capabilities0
  • Capabilities not yet verified: we couldn't read the endpoint's capabilities.Unverified

Unverified: 4 categories

Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

How do I install the xyz.tenzro/tenzro MCP server?

xyz.tenzro/tenzro is a hosted endpoint at https://mcp.tenzro.xyz/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 · mcp.tenzro.xyz

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

  • 23 Aug 26 −16

    The score moved with no change recorded against any check. We would rather say so than guess.

  • 19 Aug 26 −17

    The score moved with no change recorded against any check. We would rather say so than guess.

  • 18 Aug 26 −16

    The score moved with no change recorded against any check. We would rather say so than guess.

  • 17 Aug 26 −17

    The score moved with no change recorded against any check. We would rather say so than guess.

  • 16 Aug 26 −16

    The score moved with no change recorded against any check. We would rather say so than guess.

  • 11 Aug 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
  • 9 Aug 26 0
    • Endpoint reachability: reachable → unreachable security
    • Stability: fail → unverified security
    • HSTS header: fail → unverified security
    • HTTPS: pass → unverified security
    • Authorization: pass → unverified security
    • TLS certificate: pass → unverified security
    • Transport: pass → fail security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 8 Aug 26 +1
    • This server's schema is too large to store in full, so we cannot compare its tools day to day 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 23 Aug 2026 · Probed https://mcp.tenzro.xyz/mcp

TLS unreached
DNSSEC insecure

Validation of mcp.tenzro.xyz. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
xyz. present 3599, 18130 8, 8 Verified
tenzro.xyz. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Inconclusive

We could not reach the endpoint well enough to judge its authorisation posture.

Result Inconclusive

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

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.tenzro.xyz/mcp Unreachable
http (plaintext) http://mcp.tenzro.xyz/mcp Inconclusive 404
MCP tools · 535 exposed · ~57,551 tokens partial

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
erc8004_encode_set_agent_wallet ~154

No description provided.

NameTypeReqDescription
agent_idyes
deadlineintegeryes
new_walletstringyes
signaturestringyes
NameTypeReqDescription
resultyes

No examples provided.

erc8004_encode_set_metadata ~120

No description provided.

NameTypeReqDescription
agent_idyes
metadata_keystringyes
metadata_valuestringyes
NameTypeReqDescription
resultyes

No examples provided.

erc8004_encode_validation_request ~146

No description provided.

NameTypeReqDescription
agent_idyes
request_hashstringyes
request_uristringyes
validator_addressstringyes
NameTypeReqDescription
resultyes

No examples provided.

erc8004_encode_validation_response ~193

No description provided.

NameTypeReqDescription
request_hashstringyes
responseintegeryes
response_hashstringyes
response_uristringyes
tagstringyes
NameTypeReqDescription
resultyes

No examples provided.

exchange_token ~322

No description provided.

NameTypeReqDescription
child_bearer_didstringyes
child_dpop_jktstringyes
requested_aap_capabilitiesarrayyes
requested_raryes
requested_ttl_secsinteger|null
subject_tokenstringyes
NameTypeReqDescription
resultyes

No examples provided.

export_keystore ~73

No description provided.

NameTypeReqDescription
passwordstringyes
wallet_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

file_inference_challenge ~123

No description provided.

NameTypeReqDescription
challengerstringyes
commitment_hashstringyes
reasonstring|null
NameTypeReqDescription
resultyes

No examples provided.

file_insurance_claim ~191

No description provided.

NameTypeReqDescription
against_agent_didstringyes
amount_requestedstringyes
claimant_addressstringyes
claimant_didstringyes
narrativestring|null
nonceintegeryes
receipt_refsarray|null
NameTypeReqDescription
resultyes

No examples provided.

file_storage_usage ~57

No description provided.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultyes

No examples provided.

file_zk_fraud_proof ~145

No description provided.

NameTypeReqDescription
commitmentstringyes
NameTypeReqDescription
resultyes

No examples provided.

finalize_challenge ~145

No description provided.

NameTypeReqDescription
challenge_idstringyes
forceboolean|null
NameTypeReqDescription
resultyes

No examples provided.

finalize_passkey_recovery ~50

No description provided.

NameTypeReqDescription
recovery_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

find_best_agent_for_capability ~129

No description provided.

NameTypeReqDescription
capabilitystringyes
NameTypeReqDescription
resultyes

No examples provided.

forecast ~209

No description provided.

NameTypeReqDescription
frequency_secondsinteger|null
historyarrayyes
horizonintegeryes
model_idstringyes
quantilesarray|null
NameTypeReqDescription
resultyes

No examples provided.

forget_identity ~126

No description provided.

NameTypeReqDescription
didstringyes
NameTypeReqDescription
resultyes

No examples provided.

freeze_address ~82

No description provided.

NameTypeReqDescription
addressstringyes
reasonstringyes
token_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

function_deploy ~229

No description provided.

NameTypeReqDescription
capabilities
deadline_msinteger|null
did_envelopestring|null
fuel_limitinteger|null
max_price_per_hourstring|null
namestringyes
owner_didstringyes
price_per_request
region_hintstring|null
replicasinteger|null
wasm_blob_hashstringyes
NameTypeReqDescription
resultyes

No examples provided.

function_get ~41

No description provided.

NameTypeReqDescription
idstringyes
NameTypeReqDescription
resultyes

No examples provided.

function_remove ~65

No description provided.

NameTypeReqDescription
did_envelopestring|null
idstringyes
owner_didstringyes
NameTypeReqDescription
resultyes

No examples provided.

generate_keypair ~54

No description provided.

NameTypeReqDescription
key_typestringyes
NameTypeReqDescription
resultyes

No examples provided.

generate_vrf_proof ~126

No description provided.

NameTypeReqDescription
alphastringyes
secret_keystringyes
NameTypeReqDescription
resultyes

No examples provided.

get_agent_bond ~70

No description provided.

NameTypeReqDescription
agent_didstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_agent_capability_attestations ~78

No description provided.

NameTypeReqDescription
agent_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_agent_daily_spend ~161

No description provided.

NameTypeReqDescription
agent_didstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_agent_jwk ~113

No description provided.

NameTypeReqDescription
keyidstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_agent_template ~49

No description provided.

NameTypeReqDescription
template_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_agent_template_stats ~53

No description provided.

NameTypeReqDescription
template_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_app ~48

No description provided.

NameTypeReqDescription
app_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_approval ~120

No description provided.

NameTypeReqDescription
approval_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_approval_gate ~62

No description provided.

NameTypeReqDescription
gate_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_approval_request ~59

No description provided.

NameTypeReqDescription
request_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_balance ~44

No description provided.

NameTypeReqDescription
addressstringyes
NameTypeReqDescription
addressstringyes
balance_weistringyes

No examples provided.

get_block ~36

No description provided.

NameTypeReqDescription
heightintegeryes
NameTypeReqDescription
resultyes

No examples provided.

get_block_range ~105

No description provided.

NameTypeReqDescription
end_heightintegeryes
max_resultsinteger|null
start_heightintegeryes
NameTypeReqDescription
resultyes

No examples provided.

get_bridge_routes ~65

No description provided.

NameTypeReqDescription
dest_chainstringyes
source_chainstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_capability_attestations ~159

No description provided.

NameTypeReqDescription
capabilitystringyes
verified_onlyboolean|null
NameTypeReqDescription
resultyes

No examples provided.

get_capital_intent ~43

No description provided.

NameTypeReqDescription
intent_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_compute_bond ~106

No description provided.

NameTypeReqDescription
provider_didstring|null
NameTypeReqDescription
resultyes

No examples provided.

get_database ~26

No description provided.

NameTypeReqDescription
database_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_database_partition ~36

No description provided.

NameTypeReqDescription
database_idstringyes
partition_indexintegeryes
NameTypeReqDescription
resultyes

No examples provided.

get_dispute ~109

No description provided.

NameTypeReqDescription
dispute_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_download_progress ~47

No description provided.

NameTypeReqDescription
model_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_escrow ~109

No description provided.

NameTypeReqDescription
escrow_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_events ~177

No description provided.

NameTypeReqDescription
addressesarray|null
event_typesarray|null
from_blockinteger|null
from_sequenceinteger|null
limitinteger|null
to_blockinteger|null
NameTypeReqDescription
resultyes

No examples provided.

get_fee_market ~153

No description provided.

NameTypeReqDescription
blocksinteger|null
reward_percentilesarray|null
NameTypeReqDescription
resultyes

No examples provided.

get_fee_route ~59

No description provided.

NameTypeReqDescription
fee_route_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_file ~82

No description provided.

NameTypeReqDescription
file_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_inference_challenge ~76

No description provided.

NameTypeReqDescription
challenge_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_inference_commitment ~127

No description provided.

NameTypeReqDescription
commitment_hashstringyes
NameTypeReqDescription
resultyes

No examples provided.

get_key_shares ~54

No description provided.

NameTypeReqDescription
wallet_idstringyes
NameTypeReqDescription
resultyes

No examples provided.

Common questions

What is the xyz.tenzro/tenzro MCP server?

xyz.tenzro/tenzro is an MCP server listed in the public MCP registry as xyz.tenzro/tenzro. Tenzro Network MCP server: wallet, identity, payments, inference, staking, bridges, verification. This page covers its hosted endpoint (https://mcp.tenzro.xyz/mcp).

Is the xyz.tenzro/tenzro MCP server safe to use?

xyz.tenzro/tenzro scores 0 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.

Does the xyz.tenzro/tenzro MCP server require authentication?

Its publisher declares no required credentials for xyz.tenzro/tenzro. We have not been able to confirm that against the live endpoint, and a server can require authorisation without declaring it here.

Is the xyz.tenzro/tenzro MCP server still maintained?

xyz.tenzro/tenzro has been unreachable for long enough that we treat it as dead, and its score is pinned to zero. We last reached this channel on 8 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.