{
  "service": "ai-insights-for-humans",
  "version": "0.6.0",
  "name": "AI Insights for Humans",
  "endpoint": "https://tips.platphormnews.com/api/mcp",
  "protocol": "json-rpc-2.0",
  "public": true,
  "capabilities": {
    "tools": [
      "search_entries",
      "read_entry",
      "get_focus_mode",
      "get_integration_map",
      "get_platform_literacy_tips",
      "get_research_trends",
      "get_operator_patterns",
      "generate_notebook_report"
    ],
    "resources": [
      "entry index",
      "individual notebook entries",
      "focus frames",
      "Dictionary and Notes integration map",
      "research trends, demo tracks, and source ledger",
      "operator strengths, drag patterns, repair loops, and prompts"
    ],
    "prompts": [
      "review_model_output",
      "build_interpretability_plan",
      "frame_ai_concept",
      "build_cross_model_prompt_contract",
      "review_operator_workflow"
    ]
  },
  "protectedTools": [
    "generate_notebook_report"
  ],
  "auth": {
    "protectedActionsRequire": "PLATPHORM_API_KEY",
    "acceptedHeaders": [
      "Authorization: Bearer",
      "X-PlatPhorm-API-Key"
    ]
  }
}