{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.0",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "databridge-inc-api",
    "title": "DataBridge Inc Internal Data API",
    "version": "2.4.1"
  },
  "description": "Internal data access API with user management, configuration, and credential storage",
  "iconUrl": "https://api.threatioc.com/logo.png",
  "documentationUrl": "https://api.threatioc.com/docs",
  "transport": {
    "type": "streamable-http",
    "endpoint": "/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "tools": "dynamic",
  "resources": "dynamic"
}