LIVE ENDPOINT
https://nichedb.dev/mcp
Connect to this endpoint to inspect the live schema for create_feed 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.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.
Related tools
stats— What this deployment holds: collections, sources, items, items added today, feeds.list_collections— The collections (niches) with their source, feed and item counts.list_adapters— Every adapter this deployment can run, with the config fields each takes.list_enrichers— Every enricher (YouTube videos, Wikipedia, repo stats, downloads, company profiles, TL;DRs) and which collections turn it on by default.list_sources— Sources with status, last run and item counts.list_feeds— Public feeds, most followed first.feed_items— What a feed selects, newest first.recent_items— Newest items, optionally narrowed to a collection, source or kind.