{"profile":"basescan-agent","serverInfo":{"name":"BaseScan-Agent","version":"1.0.0","env":"Base L2"},"protocol":"MCP over JSON-RPC 2.0","transport":{"endpoint":"https://base-scan-xi.vercel.app/mcp","method":"POST","contentType":"application/json"},"capabilities":{"tools":{},"prompts":{},"resources":{},"logging":{}},"tools":[{"name":"base_contract_audit","description":"Perform a deep security audit on a specified Base L2 smart contract.","inputSchema":{"type":"object","properties":{"contract_address":{"type":"string","description":"The 0x... address of the Base contract."},"depth":{"type":"string","enum":["quick","deep","comprehensive"],"description":"Level of audit depth."}},"required":["contract_address"]}},{"name":"track_base_whale","description":"Trace significant fund movements for a specific wallet on the Base network.","inputSchema":{"type":"object","properties":{"wallet":{"type":"string","description":"Target wallet address or ENS."},"min_amount_usd":{"type":"number","description":"Minimum transaction value in USD to track."}},"required":["wallet"]}},{"name":"gas_optimizer","description":"Get real-time gas estimations and best execution windows on Base.","inputSchema":{"type":"object","properties":{"tx_type":{"type":"string","enum":["swap","transfer","mint"],"description":"Type of transaction."}},"required":["tx_type"]}},{"name":"health_audit","description":"Run an intensive self-diagnostic check on the BaseScan-Agent runtime.","inputSchema":{"type":"object","properties":{"window":{"type":"string","description":"Time window, e.g., '1h', '24h'."}},"required":["window"]}},{"name":"multi_agent_swarm","description":"Run dispatcher, observer, and finisher sequentially for a complex Base mission.","inputSchema":{"type":"object","properties":{"mission":{"type":"string","description":"Mission description."}},"required":["mission"]}}],"prompts":[{"name":"generate_audit_report","description":"Creates a detailed, readable Markdown report from raw contract audit data.","arguments":[{"name":"scan_results","description":"JSON string of the raw contract scan.","required":true}]},{"name":"swarm_setup","description":"Architect a custom Base network multi-agent workflow.","arguments":[{"name":"objective","description":"The primary goal of the swarm.","required":true}]}],"resources":[{"uri":"resource://basescan/live-gas-metrics","name":"base_gas_metrics","description":"Real-time Gwei, base fee, and priority fee data for the Base network.","mimeType":"application/json"},{"uri":"resource://basescan/verified-contracts","name":"verified_contracts_base","description":"A rolling ledger of recently verified Base smart contracts.","mimeType":"application/json"}]}