{
  "name": "Trakkr Public Knowledge MCP",
  "url": "https://api.trakkr.ai/public/mcp",
  "transport": "streamable_http",
  "authentication": "none",
  "description": "Read-only public MCP for Trakkr marketing content, docs, research and public dataset metadata.",
  "documentation_url": "https://trakkr.ai/learn/api/mcp#public-knowledge-mcp",
  "server_card_url": "https://trakkr.ai/.well-known/mcp/server-card.json",
  "tools": [
    {
      "name": "search",
      "description": "Search public Trakkr content. Call before fetch.",
      "readOnlyHint": true
    },
    {
      "name": "fetch",
      "description": "Fetch citeable public Trakkr content by id.",
      "readOnlyHint": true
    },
    {
      "name": "get_public_dataset",
      "description": "Return whitelisted public dataset metadata and download URLs.",
      "readOnlyHint": true
    },
    {
      "name": "get_authenticated_mcp_setup",
      "description": "Explain how to connect the paid customer MCP.",
      "readOnlyHint": true
    }
  ]
}
