{"name":"BundleDex MCP Server","description":"MCP server providing access to the BundleDex directory of OKF-format bundles for AI agents and developers","version":"1.0.0","protocol":"Model Context Protocol (JSON-RPC 2.0)","endpoint":"https://bundledex.net/api/mcp","tools":[{"name":"search_bundles","description":"Full-text search across all OKF bundles","params":{"query":"string (required)","limit":"number (optional)"}},{"name":"get_bundle","description":"Get full details for a single bundle by slug","params":{"slug":"string (required)"}},{"name":"list_bundles","description":"List all bundles with optional category filter, sorted by stars","params":{"category":"string (optional)","limit":"number (optional)"}},{"name":"list_categories","description":"List all bundle categories with counts","params":{}},{"name":"get_stats","description":"Return directory traffic statistics","params":{}}],"documentation":"https://bundledex.net/api/mcp","data_source":"https://bundledex.net/api/bundles.json"}