INDIVIDUAL MCP TOOL
search_my_archive
Searches your own archive — the briefs Cresthaven Analytics has delivered for the agencies on your plan — and returns the ones that match.
LIVE ENDPOINT
https://cresthavenanalytics.com/mcp
Connect to this endpoint to inspect the live schema for search_my_archive 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
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.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.
Related tools
list_agencies— Returns the regulatory agencies Cresthaven Analytics monitors.get_agency— Returns one agency record: its name, the sectors it reports under, its jurisdiction, and whether a published brief is available for it.search_public_archive— Searches the public brief archive and returns the briefs that match.get_brief— Returns one complete brief from the public archive, identified by its slug, which is the short text name that appears in the brief web address.get_coverage_summary— Returns 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.get_my_coverage— Returns what your plan covers: your plan name, how far back your archive goes, and the agencies you are subscribed to.