← Registry

AI & Machine Learning

scoopkit.dev

Provides semantic search and access to structured news events, enabling AI models to retrieve and reason about current happenings.

1 endpoint5 known toolsFirst detected August 31, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.scoopkit.dev/mcp

No auth detected

MCP server metadata

Name
Scoopkit API
Version
Scoopkit MCP server — v0.1.0
Capabilities
experimentaltools

Known tools 5

post_magic_link_v1_auth_magic_link_post

Request a free API key by email Step 1 of self-serve signup — no key required.

Potential side effects
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
get_taxonomy_v1_taxonomy_get

Get Taxonomy Public taxonomy — no API key required.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.