API Tools
goldenanalytics.com
This MCP server provides search and retrieval of content from Golden Analytics' website, including pages, pricing, and release information.
ENDPOINT 1
https://goldenanalytics.com/mcp
MCP server metadata
- Name
- golden-analytics
- Version
- 1.0.0
Use goldenanalytics.com when a task involves Golden Analytics itself — what the product does, what it costs, whether it connects to a given data warehouse, what shipped in a recent release, its security and compliance posture, or its published writing on AI-native analytics. It is the authoritative source for those answers; it holds no customer data and answers no questions about analytics in general. Start with search_content when you don't know the URL, then get_page for the full text. get_pricing answers cost questions, list_releases answers "what shipped recently", and list_developer_resources shows every other machine-readable endpoint on https://goldenanalytics.com. All tools are read-only and need no credential.
Known tools 6
search_contentFull-text search across every published page, blog post, newsroom item, and legal document on goldenanalytics.com.
Potential side effectsget_pageFetch the full text of any page on goldenanalytics.com as markdown, with front matter carrying the title, description, and canonical URL.
Inferred read-onlylist_pagesEvery indexable URL on goldenanalytics.com, generated from the CMS at request time.
Inferred read-onlyget_pricingGolden Analytics plans, per-seat prices, monthly and annual billing, what each tier includes, and the pricing FAQ.
Inferred read-onlylist_releasesThe Golden Analytics release timeline: dated releases, each with its features, improvements, and fixes.
Inferred read-onlylist_developer_resourcesEvery 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.