{
  "schema_version": "1.0",
  "name": "golden-analytics",
  "title": "Golden Analytics",
  "version": "1.0.0",
  "description": "MCP server for goldenanalytics.com: product content, pricing, and release history as tools.",
  "instructions_url": "https://goldenanalytics.com/agents.md",
  "protocol_version": "2025-06-18",
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://goldenanalytics.com/mcp",
      "methods": [
        "POST"
      ],
      "authentication": "none",
      "stateless": true,
      "note": "JSON-RPC 2.0 over a single POST. No session header; every request is self-contained."
    }
  ],
  "capabilities": {
    "tools": [
      {
        "name": "search_content",
        "title": "Search Golden Analytics content",
        "description": "Full-text search across every published page, blog post, newsroom item, and legal document on goldenanalytics.com. Use this first when you need to find where something is documented and you don't already know the URL. Returns title, type, path, and excerpt for each hit.",
        "read_only": true,
        "ui_resource": "ui://golden-analytics/search-results.html"
      },
      {
        "name": "get_page",
        "title": "Read a page as markdown",
        "description": "Fetch the full text of any page on goldenanalytics.com as markdown, with front matter carrying the title, description, and canonical URL. Accepts a path such as `/pricing`, `/why-golden/speed`, or `/blog/manifesto`. Use it after search_content, or whenever you already have a URL and want the content rather than the HTML.",
        "read_only": true
      },
      {
        "name": "list_pages",
        "title": "List every page",
        "description": "Every indexable URL on goldenanalytics.com, generated from the CMS at request time. Use it to enumerate what exists before reading pages, or to check whether a path is real.",
        "read_only": true
      },
      {
        "name": "get_pricing",
        "title": "Get plans and pricing",
        "description": "Golden Analytics plans, per-seat prices, monthly and annual billing, what each tier includes, and the pricing FAQ. Use this when asked what Golden Analytics costs or how its plans compare to another product.",
        "read_only": true,
        "ui_resource": "ui://golden-analytics/pricing-table.html"
      },
      {
        "name": "list_releases",
        "title": "List product releases",
        "description": "The Golden Analytics release timeline: dated releases, each with its features, improvements, and fixes. Use it to answer what shipped recently or when a capability arrived.",
        "read_only": true,
        "ui_resource": "ui://golden-analytics/release-timeline.html"
      },
      {
        "name": "list_developer_resources",
        "title": "List developer and agent resources",
        "description": "Every machine-readable endpoint this origin publishes: the OpenAPI spec, llms.txt, pricing.md, the Agent Skills index, this MCP server, and the crawler and scope policies. Use it to discover what else you can call here.",
        "read_only": true
      }
    ],
    "resources": [
      {
        "uri": "ui://golden-analytics/search-results.html",
        "title": "Search results",
        "description": "Renders search_content results as a ranked, clickable list with type badges.",
        "mime_type": "text/html"
      },
      {
        "uri": "ui://golden-analytics/pricing-table.html",
        "title": "Pricing table",
        "description": "Renders get_pricing output as side-by-side plan cards with per-seat prices and included features.",
        "mime_type": "text/html"
      },
      {
        "uri": "ui://golden-analytics/release-timeline.html",
        "title": "Release timeline",
        "description": "Renders list_releases output as a dated timeline grouped by release, with each item tagged feature, improvement, or fix.",
        "mime_type": "text/html"
      }
    ],
    "prompts": [],
    "apps": {
      "ui_resources": true,
      "extension": "mcp-apps"
    }
  },
  "documentation_url": "https://goldenanalytics.com/developers",
  "skills_index_url": "https://goldenanalytics.com/.well-known/agent-skills/index.json"
}