← Registry

Data Collection

nichedb.dev

Manages content feeds, collections, and sources with enrichment tools for media and data.

1 endpoint15 known toolsFirst detected September 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://nichedb.dev/mcp

No auth detected

MCP server metadata

Name
nichedb
Version
1.0.0
Capabilities
toolsresources
Server instructions

NicheDB is an open, ever-growing database of real-time public data: collections (games, packages, filings, ...), each fed by sources that fetch on a schedule, cut into feeds people follow. Anyone may read; a key is needed only to write. Start with `search_items` when you know a name, `recent_items` or `feed_items` to see what is new, and `upcoming` for anything dated in the future. `list_collections` and `list_feeds` say what exists. Every item carries `time_known`: when it is false, the date is real and the clock is not, so never say "at 12:00" for one of those. With a key (Authorization: Bearer ndb_…) you can `create_feed`, `follow_feed`, and on deployments that allow it `add_source` and `run_source`.

Known tools 15

stats

What this deployment holds: collections, sources, items, items added today, feeds.

Inferred read-only
list_collections

The collections (niches) with their source, feed and item counts.

Inferred read-only
list_adapters

Every adapter this deployment can run, with the config fields each takes.

Inferred read-only
list_enrichers

Every enricher (YouTube videos, Wikipedia, repo stats, downloads, company profiles, TL;DRs) and which collections turn it on by default.

Inferred read-only
list_sources

Sources with status, last run and item counts.

Inferred read-only
list_feeds

Public feeds, most followed first.

Inferred read-only
feed_items

What a feed selects, newest first.

Inferred read-only
recent_items

Newest items, optionally narrowed to a collection, source or kind.

Inferred read-only
upcoming

Items dated in the future (releases, launches, deadlines), soonest first.

Inferred read-only
search_items

Full-text search over titles, summaries and tags.

Inferred read-only
get_item

One item with its full adapter payload.

Inferred read-only
create_feed

Save a query as a feed (needs a key).

Inferred read-only
follow_feed

Follow a feed as the key owner (needs a key).

Inferred read-only
add_source

Add a source: an adapter with a config, fetched on a schedule (needs a key; admins and Pro).

Inferred read-only
run_source

Fetch a source now instead of waiting for its schedule (needs a key; owner or admin).

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.nichedb]
url = "https://nichedb.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nichedb": {
      "type": "http",
      "url": "https://nichedb.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nichedb
Remote MCP URL: https://nichedb.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": {
    "nichedb": {
      "url": "https://nichedb.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nichedb": {
      "type": "http",
      "url": "https://nichedb.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nichedb",
  "transport": "streamable-http",
  "url": "https://nichedb.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.