← Registry

Security & Testing

twzrd.xyz

This MCP server provides tools for preflight checks, resource evaluation, input verification, and market health probes, likely for ensuring security and readiness of API interactions.

x402 supported1 endpoint24 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://intel.twzrd.xyz/mcp

No auth detected

MCP server metadata

Name
twzrd-agent-intel
Version
0.5.9
Capabilities
experimentalpromptsresourcestools
Server instructions

TWZRD is pre-spend trust for the x402 SERVICE you are about to buy (seller + resource), not a payer-graph explorer. PRIMARY WORKFLOW (use these first): (1) evaluate_x402_resource(resource_url) when you have a URL — fetches 402, extracts seller, preflight; if you need to discover what is callable, use HTTP GET /v1/intel/resources (resource join SOT: listed|live_402 discovery claims separate from settlement trust) — not a new MCP tool; (2) get_merchant_card(wallet) — route on next_action.decision (refuse | insufficient_evidence | no_negative_signal); wash_flagged=true refuses; null means never evaluated (NOT clean); (3) get_readiness_card_tool(seller_wallet|resource) — free decision allow|warn|block + reason_codes + recommended_action + maximum_recommended_spend_usdc (advisory, not legal advice); (4) verify_receipt — offline check of a signed V6 receipt after paid trust. (5) twzrd_watch_add — re-check seller after recheck_after_unix (when watch lane enabled). On block / recommended_action=do_not_pay: do not pay. On warn: respect cap. On allow: proceed only under agent policy. Discovery: prefer HTTP GET /v1/intel/resources (callable catalog + settlement join; stays off the MCP tool list so tool count remains 24). Optional ingested-listing overlay: get_x402_directory. Paid portable proof: GET /v1/intel/trust/{pubkey}?seller_wallet=<payTo> ($0.05 USDC). New here? twzrd_demo_gate runs a zero-setup, no-spend proof of this gate (block path aborts, no wallet, no USDC). get_top_intel_agents is secondary corpus research (who is paying), not the default start path. Streamable-http: Accept application/json, text/event-stream is optimal; plain application/json / */* / missing Accept are accepted (server normalizes). MACHINE RE-CALL: paid receipts carry twzrd_receipt.preimage.{recheck_after_unix, staleness_days, score_decay_model}; re-call trust when due. score_decay_model is 'step:<=7d=1.0,<=30d=0.8,<=90d=0.5,>90d=0.25'. Payer holds USDC for paid calls; gas is sponsored. PUSH RE-CALL (watch lane): after preflight or paid trust, register a watch with twzrd_watch_add(payer_wallet, seller_wallet, webhook_url?) - TWZRD re-checks the seller when recheck_after_unix elapses and POSTs to your webhook when the score/decision materially changes. Poll-only agents omit webhook_url and check twzrd_watch_list(payer_wallet). twzrd_watch_remove(watch_id, payer_wallet) deactivates.

Known tools 24

get_readiness_card_tool

PRIMARY free pre-spend gate (advisory).

Inferred read-only
evaluate_x402_resource

One-shot x402 guard.

Inferred read-only
low_level_preflight

Low-level preflight check.

Inferred read-only
verify_root_inputs

Independent root verification (see tools/root_verifier.

Inferred read-only
get_solana_market_status

Health probe for the Solana Market API data backend.

Inferred read-only
get_solana_market_visibility_map

Returns the current Solana Market API visibility map (which markets have meaningful on-chain settlement activity and liquidity signals).

Inferred read-only
get_solana_market_orderbook_depth

Returns normalized orderbook depth and liquidity profile for a specific ticker from Solana Market API data.

Inferred read-only
get_solana_market_shape

Returns market shape / structure signals for a ticker (concentration, venue fragmentation, settlement patterns).

Inferred read-only
get_solana_market_onchain_trades_summary

Returns recent on-chain trade and settlement activity.

Potential side effects
score_wallet_for_intel

Free discovery: real 0-100 intel score for a wallet from its observed x402 payment history across the broader x402 ecosystem (paid calls, distinct counterparties, volume, recency).

Potential side effects
get_top_intel_agents

Leaderboard of observed payer wallets in the x402 settlement graph, each with its intel score.

Inferred read-only
get_provider_reputation

Free discovery: corpus-backed SELLER reputation for a merchant/provider wallet.

Inferred read-only
get_merchant_card

Free merchant card: observed inbound payment-graph quality around a Solana receive wallet.

Potential side effects
is_wash_fleet

Free discovery: cheap circular-flow (wash) check for a payer wallet.

Inferred read-only
verify_receipt

Free utility: offline-verify a portable v5/v6 trust receipt — the "after you pay" half of the loop.

Potential side effects
get_facilitator_footprint

Free discovery: which x402 facilitators a payer has settled through, and how many.

Inferred read-only
get_counterparties

Free discovery (capped teaser): the top-N merchants a wallet actually pays, by event count, with per-edge tx_count / total_usdc / first+last timestamps.

Inferred read-only
score_wallets_batch

Free discovery: score up to 25 wallets in a single call (each via the same transparent model as score_wallet_for_intel).

Inferred read-only
compare_wallets

Free discovery: side-by-side intel for two wallets (e.

Inferred read-only
get_x402_directory

Wash overlay on ingested PayAI/CDP/Agentic listings (PayAI not_indexed).

Inferred read-only
twzrd_watch_add

Register a re-call watch on a seller wallet.

Inferred read-only
twzrd_watch_list

List active re-call watches for your agent wallet.

Inferred read-only
twzrd_watch_remove

Deactivate a re-call watch by ID.

Inferred read-only
twzrd_demo_gate

Runnable, no-spend proof of the TWZRD buyer-side x402 trust gate - discoverable at runtime with no install and no human.

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.twzrd-agent-intel]
url = "https://intel.twzrd.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "twzrd-agent-intel": {
      "type": "http",
      "url": "https://intel.twzrd.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: twzrd-agent-intel
Remote MCP URL: https://intel.twzrd.xyz/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": {
    "twzrd-agent-intel": {
      "url": "https://intel.twzrd.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "twzrd-agent-intel": {
      "type": "http",
      "url": "https://intel.twzrd.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "twzrd-agent-intel",
  "transport": "streamable-http",
  "url": "https://intel.twzrd.xyz/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for twzrd.xyz was fetched 2026-08-03T16:18:37.469Z and is being refreshed.

Trust status Trusted

twzrd.xyz is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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