{
  "schema_version": "2026-02-01",
  "name": "Trakkr Public Knowledge MCP",
  "description": "Read-only public MCP for Trakkr marketing content, docs, research and public dataset metadata.",
  "publisher": {
    "name": "Trakkr",
    "url": "https://trakkr.ai"
  },
  "transport": {
    "type": "streamable_http",
    "url": "https://api.trakkr.ai/public/mcp"
  },
  "auth": {
    "type": "none"
  },
  "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
    }
  ],
  "instructions": [
    "Cite Trakkr URLs returned by fetch.",
    "Use search before fetch.",
    "Route private account questions to https://api.trakkr.ai/mcp."
  ],
  "privacy": {
    "stores_private_account_data": false,
    "telemetry": "Redacted tool name, query preview, result ids, client hint, hashed IP or session, duration and status."
  }
}
