General Tools
bundledex.net
Searches and retrieves information about OKF bundles from the BundleDex directory.
ENDPOINT 1
https://bundledex.net/api/mcp
MCP server metadata
- Name
- bundledex-mcp
- Version
- 1.0.0
Known tools 5
get_bundleReturns full details for a single OKF bundle by its unique slug identifier.
Inferred read-onlylist_bundlesList all bundles in the BundleDex directory with optional category filter, sorted by stars descending.
Inferred read-onlyget_statsReturns BundleDex traffic statistics including today's pageviews, all-time totals, and top pages.
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.bundledex-mcp]
url = "https://bundledex.net/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bundledex-mcp": {
"type": "http",
"url": "https://bundledex.net/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bundledex-mcp
Remote MCP URL: https://bundledex.net/api/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": {
"bundledex-mcp": {
"url": "https://bundledex.net/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bundledex-mcp": {
"type": "http",
"url": "https://bundledex.net/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bundledex-mcp",
"transport": "streamable-http",
"url": "https://bundledex.net/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bundledex.net was fetched 2026-08-27T09:02:04.924Z.
bundledex.net is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.