{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "serverInfo": {
    "name": "AgentFi-News-Intelligence",
    "version": "1.0.0",
    "description": "MCP gateway card for AgentFi.News — institutional intelligence on autonomous finance and real-time AI agent capital execution."
  },
  "transport": {
    "type": "sse",
    "endpoint": "https://agentfi.news/api/mcp"
  },
  "capabilities": {
    "prompts": true,
    "resources": true,
    "tools": true
  },
  "tools": [
    {
      "name": "get_platform_brief",
      "description": "Return the AgentFi.News institutional platform brief."
    },
    {
      "name": "list_intelligence_surfaces",
      "description": "List live dashboards and machine-readable discovery URLs."
    }
  ]
}
