TWZRD Agent Intel
TWZRD Agent Intel — Solana on-chain agent trust scoring via MCP; 4 free too…
TWZRD Agent Intel exposes solana on-chain agent trust scoring via MCP; 4 free tools to score, resolve and verify AI agent wallets We verified a keyless GET endpoint returning JSON (Blockchain). Check the provider docs for rate limits and terms before production use.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
GET https://intel.twzrd.xyz/
{
"service": "TWZRD Agent Intelligence",
"description": "Trust + receipt layer agents call before and after paying, on Solana mainnet (x402).",
"start_here": "/llms.txt",
"discovery": {
"llms_txt": "/llms.txt",
"openapi": "/openapi.json",
"x402": "/.well-known/x402",
"receipt_pubkey": "/.well-known/twzrd-receipt-pubkey",
"agent_card": "/.well-known/agent-card.json",
"mcp_card": "/mcp/agent-intel-mcp-card.json"
},
"marketplaces": {
"smithery": {
"server_url": "https://smithery.ai/servers/wzrd/twzrd-agent-intel",
"badge_url": "https://smithery.ai/badge/wzrd/twzrd-agent-intel",
"transport": "streamable-http"
}
},
"endpoints": {
"preflight": {
"method": "POST",
"path": "/v1/intel/preflight",
"price_usdc": 0
},
"trust": {
"method": "GET",
"path": "/v1/intel/trust/{pubkey}",
"price_usdc": 0.05,
"returns": "live trust intel + signed V6 receipt (score_version intel_renorm_v1)"
},
"example_receipt": {
"method": "GET",
"path": "/v1/receipts/example",
"price_usdc": 0,
"returns": "free no-wallet SAMPLE signed receipt to verify offline before spending"
},
"receipt_verify": {
"method": "POST",
"path": "/v1/receipts/verify",
"price_usdc": 0
},
"health": {
"method": "GET",
"path": "/health",
"price_usdc": 0
}
},
"quickstart": "Try it free, no wallet: GET /v1/receipts/example -> save twzrd_receipt -> POST /v1/receipts/verify (or npx twzrd-receipt-verifier). Then POST /v1/intel/preflight, pay only if approved via GET /v1/intel/trust/{pubkey}."
}curl "https://intel.twzrd.xyz/"const res = await fetch("https://intel.twzrd.xyz/");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://intel.twzrd.xyz/")
print(res.json())BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET
/PROBEDTWZRD Agent Intel — Solana on-chain agent trust scoring via MCP; 4 free too…
/?limit=5Paginated variant with limit parameter.
/v1/intel/trust/{pubkey}Live trust intelligence for a Solana agent pubkey (identity age, execution integrity, payment history, counterparty brea
/v1/intel/quick/{pubkey}Cheap $0.001 quick reputation check: basic tier + score only. Entry point for agents to qualify a counterparty before a
/v1/intel/solana_market_orderbook_depthSolana Market normalized orderbook depth and liquidity profile for a ticker (query: ticker, optional merchant = provider
/v1/intel/solana_market_shapeSolana Market market structure signals for a ticker (concentration, venue fragmentation, settlement patterns). Query: ti
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Not tracked yet. Shape-change history starts once this API joins our probe schedule.
TWZRD Agent Intel: common questions
Is TWZRD Agent Intel free to use?
Yes — TWZRD Agent Intel is a free crypto & web3 API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.
Does TWZRD Agent Intel need an API key?
No — TWZRD Agent Intel needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).
Can I call TWZRD Agent Intel from the browser?
Not directly — TWZRD Agent Intel doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.
Is TWZRD Agent Intel up right now?
TWZRD Agent Intel is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.