{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server-card.schema.json",
  "serverInfo": {
    "name": "Datahyena",
    "version": "1.0.0",
    "description": "MCP access to Datahyena, a growth-signals API. Read-only tools cover funding rounds, acquisitions, executive moves, companies, and investors. Every record is deduplicated across the outlets that reported it and resolved to canonical companies and investors. One credit per record returned."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://api.datahyena.com/mcp",
    "authorization": {
      "type": "oauth2",
      "resourceMetadata": "https://api.datahyena.com/.well-known/oauth-protected-resource",
      "authorizationServerMetadata": "https://api.datahyena.com/.well-known/oauth-authorization-server"
    }
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "sampling": false
  },
  "tools": [
    "funding_events",
    "acquisitions",
    "exec_moves",
    "companies",
    "investors"
  ],
  "documentation": "https://datahyena.com/docs/mcp"
}
