← goldenanalytics.com

INDIVIDUAL MCP TOOL

list_releases

The Golden Analytics release timeline: dated releases, each with its features, improvements, and fixes.

goldenanalytics.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://goldenanalytics.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_releases and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

goldenanalytics.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.golden-analytics]
url = "https://goldenanalytics.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "golden-analytics": {
      "type": "http",
      "url": "https://goldenanalytics.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: golden-analytics
Remote MCP URL: https://goldenanalytics.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "golden-analytics": {
      "url": "https://goldenanalytics.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "golden-analytics": {
      "type": "http",
      "url": "https://goldenanalytics.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "golden-analytics",
  "transport": "streamable-http",
  "url": "https://goldenanalytics.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_content — Full-text search across every published page, blog post, newsroom item, and legal document on goldenanalytics.com.
  • get_page — Fetch the full text of any page on goldenanalytics.com as markdown, with front matter carrying the title, description, and canonical URL.
  • list_pages — Every indexable URL on goldenanalytics.com, generated from the CMS at request time.
  • get_pricing — Golden Analytics plans, per-seat prices, monthly and annual billing, what each tier includes, and the pricing FAQ.
  • list_developer_resources — 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.