{"profile":"novachain-agents","serverInfo":{"name":"NovaChain Agents","version":"1.0.0"},"protocol":"MCP over JSON-RPC 2.0","transport":{"endpoint":"https://novachain-agent.vercel.app/mcp","method":"POST","contentType":"application/json"},"capabilities":{"tools":{},"prompts":{},"resources":{}},"tools":[{"name":"agent_status","description":"Audit live agent health, queue pressure, and assignment load.","inputSchema":{"type":"object","properties":{"lane":{"type":"string","description":"Agent lane or squad name"}},"required":["lane"]}},{"name":"route_task","description":"Route an incoming task to the most appropriate execution lane.","inputSchema":{"type":"object","properties":{"task":{"type":"string","description":"Task to route"}},"required":["task"]}},{"name":"wallet_watch","description":"Track wallet-aware triggers for automation or alerts.","inputSchema":{"type":"object","properties":{"wallet":{"type":"string","description":"Wallet address or label"}},"required":["wallet"]}},{"name":"health_audit","description":"Generate a control-room style summary of current runtime health.","inputSchema":{"type":"object","properties":{"window":{"type":"string","description":"Time window to audit"}},"required":["window"]}},{"name":"multi_agent","description":"Run dispatcher, observer, and finisher in sequence.","inputSchema":{"type":"object","properties":{"task":{"type":"string","description":"Mission to coordinate"}},"required":["task"]}}],"prompts":[{"name":"swarm_setup","description":"Build an operating plan for a new agent swarm.","arguments":[{"name":"mission","description":"Mission objective","required":false}]},{"name":"mcp_playbook","description":"Generate an MCP usage playbook for control-room operators.","arguments":[{"name":"scope","description":"Operational scope to cover","required":false}]}],"resources":[{"uri":"resource://novachain/dashboard-metrics","name":"dashboard_metrics","description":"Live dashboard metrics for agent throughput and task health.","mimeType":"application/json"},{"uri":"resource://novachain/agent-registry","name":"agent_registry","description":"Registry of active NovaChain lanes and their status.","mimeType":"application/json"}]}