AI & Machine Learning
scoopkit.dev
Provides semantic search and access to structured news events, enabling AI models to retrieve and reason about current happenings.
ENDPOINT 1
https://api.scoopkit.dev/mcp
MCP server metadata
- Name
- Scoopkit API
- Version
- Scoopkit MCP server — v0.1.0
Known tools 5
post_magic_link_v1_auth_magic_link_postRequest a free API key by email Step 1 of self-serve signup — no key required.
Potential side effectslist_events_route_v1_events_getList events, newest first The primary resource — one structured event per underlying story, already deduplicated from many source articles.
Inferred read-onlyget_event_route_v1_events__event_id__getGet 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.
Inferred read-onlysearch_v1_search_getSemantic search over events (Pro+) Natural-language query embedded and ranked by cosine similarity against published events — not a keyword/text match.
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.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.
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.