INDIVIDUAL MCP TOOL
get_event_route_v1_events__event_id__get
Get a single event by ID 404s if the event doesn't exist, is unpublished, is beyond your tier's archive window, or was soft-deleted — never distinguishes which, to avoid leaking data existence beyond what the tier allows.
LIVE ENDPOINT
https://api.scoopkit.dev/mcp
Connect to this endpoint to inspect the live schema for get_event_route_v1_events__event_id__get 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.scoopkit-api]
url = "https://api.scoopkit.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scoopkit-api": {
"type": "http",
"url": "https://api.scoopkit.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scoopkit-api
Remote MCP URL: https://api.scoopkit.dev/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": {
"scoopkit-api": {
"url": "https://api.scoopkit.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scoopkit-api": {
"type": "http",
"url": "https://api.scoopkit.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scoopkit-api",
"transport": "streamable-http",
"url": "https://api.scoopkit.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
post_magic_link_v1_auth_magic_link_post— Request a free API key by email Step 1 of self-serve signup — no key required.list_events_route_v1_events_get— List events, newest first The primary resource — one structured event per underlying story, already deduplicated from many source articles.search_v1_search_get— Semantic search over events (Pro+) Natural-language query embedded and ranked by cosine similarity against published events — not a keyword/text match.get_taxonomy_v1_taxonomy_get— Get Taxonomy Public taxonomy — no API key required.