{
  "name": "research-os",
  "title": "Research OS",
  "description": "AI Tool Layer for Research OS - Knowledge Base and Empirical Research Evidence",
  "endpoint": "/mcp",
  "protocol": "MCP Streamable HTTP (2025-11-25 compliant)",
  "protocol_version": "2025-11-25",
  "supported_protocol_versions": [
    "2025-11-25",
    "2025-06-18",
    "2025-03-26",
    "2024-11-05",
    "2024-10-07"
  ],
  "sdk_version": "1.30.0",
  "status": "ready",
  "read_only": true,
  "tools": [
    "search_research",
    "get_project",
    "get_candidate",
    "get_literature",
    "get_document",
    "search_evidence",
    "get_experiment",
    "get_dataset",
    "get_finding"
  ],
  "resources": [
    "research://manifest",
    "research://candidate/{id}",
    "research://project/{id}",
    "research://literature/{id}",
    "research://document/{id}",
    "research://dataset/{id}"
  ],
  "prompts": [
    "research_summary",
    "evidence_trace"
  ],
  "counts": {
    "topics": 5,
    "signals": 9,
    "candidates": 8,
    "datasets": 7,
    "literature": 1,
    "documents": 1,
    "projects": 0,
    "experiments": 0,
    "findings": 0,
    "evidence": 5,
    "sources": 6
  },
  "meta": {
    "generated_at": "2026-09-14T14:26:10.626Z"
  },
  "errors": []
}