Skip to content
Back to search
100
MCP live http

TWZRD Agent Intel

x402/twzrd-agent-intel

x402 service listed on awesome-x402: TWZRD Agent Intel [x402: $0.001/call on eip155:8453, category=compute]

Uptime
50.0%
2 probes
Response
589ms
last probe
Tools
23
callable

Tools · 23

get_readiness_card_tool

Free pre-spend gate. Pass seller_wallet (or resource_name for marketplace listings). Check decision in the response (top-level, no nesting via MCP): "block" -> DO NOT PAY. Stop. …

evaluate_x402_resource

One-shot x402 guard. Fetches resource_url, extracts the seller wallet from the 402 accepts array (prefers Solana network entries), runs TWZRD preflight, and returns a spending decision. …

low_level_preflight

Low-level preflight check. Returns a richer result object including the upsell path to the paid /v1/intel/trust surface with v6 receipt. Prefer get_readiness_card for most callers. Use t…

verify_root_inputs

Independent root verification (see tools/root_verifier.py for the recompute logic).

get_solana_market_status

Health probe for the Solana Market API data backend. Call this to gate or degrade gracefully BEFORE the other get_solana_market_* tools: it does a short-timeout hit on the data service a…

get_solana_market_visibility_map

Returns the current Solana Market API visibility map (which markets have meaningful on-chain settlement activity and liquidity signals). Returns metadata-market count, on-chain-trade-mar…

get_solana_market_orderbook_depth

Returns normalized orderbook depth and liquidity profile for a specific ticker from Solana Market API data. Tickers are prediction-market event tickers (e.g. KXUSNFP-26MAY01), not spot …

get_solana_market_shape

Returns market shape / structure signals for a ticker (concentration, venue fragmentation, settlement patterns). Excellent for understanding *how* a market actually trades on-chain. Tick…

get_solana_market_onchain_trades_summary

Returns recent on-chain trade and settlement activity. - With `ticker`: raw per-market trade rows from the live by-market feed (/onchain-trades-by-market). - Without `ticker`: aggr…

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). U…

get_top_intel_agents

Leaderboard of the most active paying agents on the network, each with its real intel score. The free discovery flywheel: find credible counterparties by actual on-chain payment activity.…

get_provider_reputation

Free discovery: corpus-backed SELLER reputation for a merchant/provider wallet. Answers "is this provider organic, narrow, or a wash fleet?" from the merchant's inbound payment graph ove…

get_merchant_card

Free merchant card: demand quality around a Solana receive wallet. Dual input (PR-3): pass ``wallet`` and/or ``resource_id``. Resource resolves via the first-party registry (TWZRD seed) …

is_wash_fleet

Free discovery: cheap circular-flow (wash) check for a payer wallet. Returns the CATEGORICAL classification (clean / self_pay / reciprocal / self+reciprocal), an is_circular bool, and th…

verify_receipt

Free utility: offline-verify a portable v5/v6 trust receipt — the "after you pay" half of the loop. Recomputes the Keccak256 leaf from the receipt's preimage (tamper-evidence) AND ve…

get_facilitator_footprint

Free discovery: which x402 facilitators a payer has settled through, and how many. unique_facilitators = 1 is a thin/captive agent (locked to one rail); breadth across facilitators indic…

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. See WHO a counterparty transacts …

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). Convenience for triaging a set of candidate counterparties at once…

compare_wallets

Free discovery: side-by-side intel for two wallets (e.g. choosing between two candidate providers). Returns both full score objects and which ranks higher by the wash-discounted effective…

get_x402_directory

Combined three-bazaar x402 service directory. Merges PayAI Bazaar, CDP Bazaar (Coinbase), and Agentic Market into a unified view indexed by payTo wallet with source tags, TWZRD wash overlay, …

twzrd_watch_add

Register a re-call watch on a seller wallet. After registration, TWZRD will proactively re-check the seller's trust intel when `recheck_after_unix` elapses and POST a notification to your web…

twzrd_watch_list

List active re-call watches for your agent wallet. Each watch shows the seller, current score/decision, and recheck_after_unix timestamp — the exact signal for when to re-call.

twzrd_watch_remove

Deactivate a re-call watch by ID. payer_wallet must match the owner.

Similar MCP servers embedding-nearest

TWZRD Agent Intelligence
Trust + receipt layer for x402 agents on Solana: free preflight + paid signed V6 trust receipt.
0 tools
TWZRD Agent Intelligence
Trust + receipt layer for x402 agents on Solana: free preflight + paid signed V6 trust receipt.
0 tools · streamable-http
Agent402 live
x402 service listed on awesome-x402: Agent402 [x402: $0.001/call on eip155:8453, category=utility]
33 tools · http
agent-tools (x402 directory) live
Discover and call x402 paid services — search by intent, filter by price/chain.
5 tools · streamable-http
io.github.twzrd-sol/twzrd-mcp
Auto-pay MCP for the TWZRD Trust API: free preflight + x402-paid Solana trust intel
0 tools
Ontario Protocol live
x402 service listed on awesome-x402: Ontario Protocol [x402: $0.001/call on eip155:8453, category=utility]
27 tools · http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "twzrd_agent_intel": {
      "url": "https://intel.twzrd.xyz/mcp",
      "transport": "http"
    }
  }
}