Data Collection
nichedb.dev
Manages content feeds, collections, and sources with enrichment tools for media and data.
ENDPOINT 1
https://nichedb.dev/mcp
MCP server metadata
- Name
- nichedb
- Version
- 1.0.0
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
statsWhat this deployment holds: collections, sources, items, items added today, feeds.
Inferred read-onlylist_adaptersEvery adapter this deployment can run, with the config fields each takes.
Inferred read-onlylist_enrichersEvery enricher (YouTube videos, Wikipedia, repo stats, downloads, company profiles, TL;DRs) and which collections turn it on by default.
Inferred read-onlyadd_sourceAdd a source: an adapter with a config, fetched on a schedule (needs a key; admins and Pro).
Inferred read-onlyrun_sourceFetch a source now instead of waiting for its schedule (needs a key; owner or admin).
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.