TWZRD Agent Intel
x402/twzrd-agent-intelx402 service listed on awesome-x402: TWZRD Agent Intel [x402: $0.001/call on eip155:8453, category=compute]
Tools · 23
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. …
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 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…
Independent root verification (see tools/root_verifier.py for the recompute logic).
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…
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…
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 …
Returns market shape / structure signals for a ticker (concentration, venue fragmentation, settlement patterns). Excellent for understanding *how* a market actually trades on-chain. Tick…
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…
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…
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.…
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…
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) …
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…
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…
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…
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 …
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…
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…
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, …
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…
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.
Deactivate a re-call watch by ID. payer_wallet must match the owner.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"twzrd_agent_intel": {
"url": "https://intel.twzrd.xyz/mcp",
"transport": "http"
}
}
}