If you're an agent dev landing on this page, you can have MainStreet integrated and returning verdicts before your coffee cools. No registration. No API key. Free 100 calls/day. Credits when you need scale.
curl -s https://avisradar-production.up.railway.app/api/agent/health | head -c 300
{"error":"..."} something is down ; ping @rakshasar.curl -s -X POST https://avisradar-production.up.railway.app/api/agent/check \
-H "content-type: application/json" \
-d '{"subject":"0xAC3ca7c5d3cDD7702fd08F9C4C28dAA22296aDa9","type":"wallet","depth":"instant"}'
{ verdict: SAFE | CAUTION | BLOCK, score, attestation, credits_remaining, expires_at }. SAFE = OK to route USDC, CAUTION = surface to user, BLOCK = refuse. Verdict TTL = 300s.For Claude Code / Claude Desktop / Cursor / Windsurf / Cline :
claude mcp add --transport http mainstreet https://avisradar-production.up.railway.app/mcp
Or via npm (stdio transport) :
npx @raskhaaa/mainstreet-oracle@latest mainstreet-mcp
mainstreet_check, mainstreet_score, mainstreet_search, mainstreet_leaderboard, mainstreet_audit_info, mainstreet_compare, mainstreet_history. Try : "Is 0x... a SAFE counterparty?" in any MCP-aware chat.curl -X POST https://avisradar-production.up.railway.app/api/agent/credits/topup \
-H "content-type: application/json" \
-d '{"tier":"5","buyer":"0xYourAgentWallet"}'
Tiers : $5 → 1100 (+10%), $25 → 6000 (+20%), $100 → 25000 (+25%). Per-call cost : 1 credit for instant, 5 for full.
curl -s https://avisradar-production.up.railway.app/api/agent/attestation/0xAC3ca7c5d3cDD7702fd08F9C4C28dAA22296aDa9
requireMinScore() on MainStreetVerifier at 0x7397adb9713934c36d22aa54b4dbbcd70263592b on Base. ~$0.00003 gas per verify.Your agent can now refuse to pay a BLOCK-rated counterparty, surface a CAUTION verdict in its reasoning trace, or proceed automatically on SAFE. Every verdict is timestamped, signed, and onchain-verifiable.
/check right before generateText({tools}) or right before signing an x402 settlement. The 300s TTL means you cache the verdict for the next 5 minutes — no per-tool-call cost if your agent loops on the same counterparty.
Full landing Code snippets (12 languages) Score formula Live leaderboard GitHub
One person runs this (Phil). Open an issue at github.com/philpof102-svg/mainstreet or DM @rakshasar. Response within 24h.