Analytics
cresthavenanalytics.com
Provides access to regulatory agency data, briefs, and coverage summaries for monitoring and analysis.
ENDPOINT 1
https://cresthavenanalytics.com/mcp
MCP server metadata
- Name
- cresthaven-analytics
- Version
- 1.0.0
Cresthaven Analytics monitors regulatory agencies and publishes executive briefs. Use list_agencies to see what is covered and search_public_archive to read published briefs. The public archive holds one brief per agency and is a sample of published work rather than a live feed.
Known tools 7
get_agencyReturns one agency record: its name, the sectors it reports under, its jurisdiction, and whether a published brief is available for it.
Inferred read-onlysearch_public_archiveSearches the public brief archive and returns the briefs that match.
Inferred read-onlyget_briefReturns one complete brief from the public archive, identified by its slug, which is the short text name that appears in the brief web address.
Inferred read-onlyget_coverage_summaryReturns the totals describing what Cresthaven Analytics covers: how many agencies are monitored, the names of every sector covered, and how many briefs are published in the public archive.
Inferred read-onlysearch_my_archiveSearches your own archive — the briefs Cresthaven Analytics has delivered for the agencies on your plan — and returns the ones that match.
Inferred read-onlyget_my_coverageReturns what your plan covers: your plan name, how far back your archive goes, and the agencies you are subscribed to.
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.cresthaven-analytics]
url = "https://cresthavenanalytics.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cresthaven-analytics": {
"type": "http",
"url": "https://cresthavenanalytics.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cresthaven-analytics
Remote MCP URL: https://cresthavenanalytics.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": {
"cresthaven-analytics": {
"url": "https://cresthavenanalytics.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cresthaven-analytics": {
"type": "http",
"url": "https://cresthavenanalytics.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cresthaven-analytics",
"transport": "streamable-http",
"url": "https://cresthavenanalytics.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cresthavenanalytics.com was fetched 2026-08-08T18:57:08.731Z and is being refreshed.
cresthavenanalytics.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.