Skip to content
Back to MainStreet

Card snapshot

avisradar-production.up.railway.app · 2026-06-07 05:13:09 UTC · 92ea8266e990f8c7b07f23d2849b0c1c4b12b95e687984feb772459fb8f030c1

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "MainStreet",
  "description": "Onchain reputation oracle for AI agents on Base. Vet any agent before paying it via x402. Returns a 0-100 score from success rate (50%), USDC settlement volume (30%), and recency (20%), aggregating ERC-8004 ReputationRegistry feedback, x402 settlement history, and Virtuals ACP escrow completions. Multi-source identity verification (Virtuals + Farcaster + Coinbase CB1 + Basenames) with 17 identity proof types and reverse-discovery by proof type across 891 indexed agents. Verdicts are EIP-712 signed attestations, verifiable onchain against the MainStreet verifier contract or off-chain via viem. ERC-8004 agentId 53953.",
  "url": "https://avisradar-production.up.railway.app/api/agent",
  "preferredTransport": "JSONRPC",
  "version": "0.9.0",
  "documentationUrl": "https://github.com/philpof102-svg/mainstreet",
  "iconUrl": "https://avisradar-production.up.railway.app/mainstreet.html",
  "provider": {
    "organization": "MainStreet",
    "url": "https://avisradar.app"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "reputation-agent-score",
      "name": "AI agent reputation score (ERC-8004)",
      "description": "Returns a 0-100 reputation score for any AI agent active onchain on Base. Score = success rate 50% + USDC settlement volume 30% + recency 20%. Aggregates ERC-8004 ReputationRegistry feedback, x402 settlement volume/success rate, and Virtuals ACP escrow completions. Free preview returns score + verdict; full profile requires an ERC-8004 attestation or a $0.05 USDC live re-score. For buyer/orchestrator agents vetting a service provider before paying.",
      "tags": [
        "reputation",
        "ai-agent",
        "erc-8004",
        "x402",
        "acp",
        "agent-trust",
        "orchestrator",
        "scoring"
      ],
      "examples": [
        "Score agent 0xAC3ca7c5d3cDD7702fd08F9C4C28dAA22296aDa9",
        "What is the reputation of this Base agent before I pay it?"
      ]
    },
    {
      "id": "preflight-vetting",
      "name": "Pre-payment preflight (anti-phishing)",
      "description": "Returns BLOCK | CAUTION | PROCEED | PROCEED_LOW_VALUE plus reasoning for any address before an x402 payment. Trust-shield evaluates deterministic flags including known-sniper, denylisted, all-probes-failed, single-payer, suspicious-tld, and admin-path. Sub-50ms, free.",
      "tags": [
        "anti-phishing",
        "preflight",
        "trust-shield",
        "x402",
        "safety",
        "buyer-protection"
      ],
      "examples": [
        "Is it safe to pay 0x... via x402?",
        "Run a preflight check on this agent address."
      ]
    },
    {
      "id": "agent-discovery-match",
      "name": "Intent-based agent discovery",
      "description": "Given an intent (e.g. 'weather data'), returns ranked, category-boosted, trust-filtered agents from 891 indexed agents. Red-shielded agents are dropped automatically when safe-only filtering is on. Also supports browse-by-category and leaderboard.",
      "tags": [
        "discovery",
        "matching",
        "marketplace",
        "agent-search",
        "category"
      ],
      "examples": [
        "Find a trustworthy agent that provides onchain data.",
        "List safe agents in the data-onchain category."
      ]
    },
    {
      "id": "reverse-discovery-by-proof",
      "name": "Reverse discovery by identity proof",
      "description": "List all wallets verified by a given platform / proof type (e.g. virtuals-agent, farcaster, coinbase-cb1, basename). Covers 17 identity proof types. Bulk export of all multi-source proofs available as a paid endpoint ($1 USDC).",
      "tags": [
        "identity",
        "proofs",
        "reverse-discovery",
        "multi-source",
        "verification"
      ],
      "examples": [
        "List every wallet with a Virtuals agent proof.",
        "Which addresses are verified via Farcaster?"
      ]
    },
    {
      "id": "signed-attestation-verify",
      "name": "EIP-712 signed attestation + onchain verify",
      "description": "Fetch a free cryptographically-signed (EIP-712) attestation of an agent's score, and verify it off-chain (viem/ecrecover) or onchain against the MainStreet verifier contract 0x7397adb9713934c36d22aa54b4dbbcd70263592b on Base. Attestation freshness is 24h. Turns an HTTP read into oracle-grade, checkable trust.",
      "tags": [
        "attestation",
        "eip-712",
        "onchain",
        "verifier",
        "signature",
        "oracle"
      ],
      "examples": [
        "Give me a signed attestation for this agent's score.",
        "Verify this MainStreet attestation onchain."
      ]
    },
    {
      "id": "deployer-token-reputation",
      "name": "Token deployer + token-buyer reputation",
      "description": "Reputation for token deployers and tokens: deployer score, top deployers, token preflight (deployer rep + buyer trust + contract safety), buyer-side token trust, recent launches, and sniper-wallet detection.",
      "tags": [
        "token",
        "deployer",
        "rug-detection",
        "sniper",
        "buyer-trust",
        "due-diligence"
      ],
      "examples": [
        "Check the deployer reputation for this token.",
        "Run a token preflight before I buy."
      ]
    },
    {
      "id": "batch-score-lookup",
      "name": "Batch score lookup",
      "description": "Submit a list of addresses and receive scores for all of them in one call. For orchestrators ranking or filtering many candidate agents at once.",
      "tags": [
        "batch",
        "bulk",
        "scoring",
        "orchestrator"
      ],
      "examples": [
        "Score these 20 agent addresses at once."
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://avisradar-production.up.railway.app/api/agent"
    },
    {
      "transport": "MCP",
      "url": "https://avisradar-production.up.railway.app/mcp"
    }
  ],
  "x-mainstreet": {
    "operator": {
      "address": "0xAC3ca7c5d3cDD7702fd08F9C4C28dAA22296aDa9",
      "chain": "eip155:8453",
      "liveScoreUrl": "https://avisradar-production.up.railway.app/api/agent/score/0xAC3ca7c5d3cDD7702fd08F9C4C28dAA22296aDa9"
    },
    "payTo": "0xAC3ca7c5d3cDD7702fd08F9C4C28dAA22296aDa9",
    "currency": "USDC",
    "paymentChain": "eip155:8453",
    "pricingModel": "freemium-x402",
    "erc8004": {
      "agentId": "53953",
      "globalId": "eip155:8453:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432#53953",
      "identityRegistry": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
      "reputationRegistry": "0x8004BAa17C55a88189AE136b182e5fdA19dE9b63"
    },
    "verifierContract": {
      "address": "0x7397adb9713934c36d22aa54b4dbbcd70263592b",
      "chain": "eip155:8453",
      "basescan": "https://basescan.org/address/0x7397adb9713934c36d22aa54b4dbbcd70263592b"
    },
    "mcp": {
      "endpoint": "https://avisradar-production.up.railway.app/mcp",
      "transport": "streamable-http",
      "toolCount": 19,
      "tools": [
        "mainstreet_score",
        "mainstreet_preflight",
        "mainstreet_verify",
        "mainstreet_attestation",
        "mainstreet_vet",
        "mainstreet_match",
        "mainstreet_pick",
        "mainstreet_compare",
        "mainstreet_leaderboard",
        "mainstreet_deployer",
        "mainstreet_scores_batch",
        "mainstreet_find_verified",
        "mainstreet_catalog",
        "mainstreet_audit_info",
        "mainstreet_revenue",
        "mainstreet_agents_of_interest",
        "mainstreet_bazaar_scored",
        "mainstreet_top_buyers",
        "mainstreet_top_raters"
      ],
      "setup": "claude mcp add --transport http mainstreet https://avisradar-production.up.railway.app/mcp"
    },
    "sdk": {
      "npm": "@raskhaaa/mainstreet-oracle",
      "install": "npm install @raskhaaa/mainstreet-oracle",
      "version": "0.9.0"
    },
    "identity": {
      "basename": "mainstreetxyz.base.eth",
      "didWeb": "did:web:avisradar-production.up.railway.app",
      "farcaster": "rakshasar",
      "github": "philpof102-svg/mainstreet",
      "npm": "@raskhaaa/mainstreet-oracle"
    },
    "scoringFormula": "successRate*0.50 + usdcVolume*0.30 + recency*0.20",
    "stats": {
      "agentsIndexed": 891,
      "identityProofTypes": 17,
      "bazaarResources": 5
    }
  },
  "supportsAuthenticatedExtendedCard": false
}