INDIVIDUAL MCP TOOL
datacedar_search
Full-text search over rights-cleared event titles, summaries, and document metadata.
LIVE ENDPOINT
https://api.datacedar.com/mcp
Connect to this endpoint to inspect the live schema for datacedar_search 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.datacedar]
url = "https://api.datacedar.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"datacedar": {
"type": "http",
"url": "https://api.datacedar.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: datacedar
Remote MCP URL: https://api.datacedar.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": {
"datacedar": {
"url": "https://api.datacedar.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"datacedar": {
"type": "http",
"url": "https://api.datacedar.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "datacedar",
"transport": "streamable-http",
"url": "https://api.datacedar.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
datacedar_search_events— Search rights-cleared, cited stock and crypto events as they were known at an optional historical cutoff.datacedar_get_event— Get one event revision with source documents, canonical citations, entities, and point-in-time lineage.datacedar_entity_timeline— Point-in-time event timeline for a resolved stock, crypto, macro, or tokenized-asset entity.datacedar_get_document— Get display-safe source metadata and lineage for an evidence document.datacedar_get_cluster— Get every current event revision in a conservative cross-source event cluster.datacedar_trends— Aggregate event counts and available sentiment/materiality by day and event type.datacedar_coverage— Inspect source-by-source stock and crypto coverage, freshness, history bounds, and rights state.datacedar_sources— List enabled acquisition sources and their current public display and redistribution policy.