{
  "name": "TensorBlock MCP Index API",
  "version": "v1",
  "description": "Search MCP servers, inspect catalog profiles, and generate MCP client install configs.",
  "catalogEntries": 7728,
  "endpoints": {
    "health": "/health",
    "categories": "/v1/categories",
    "searchServers": "/v1/servers?query=postgres&limit=5",
    "recentServers": "/v1/servers/recent?limit=12",
    "updatedServers": "/v1/servers/updated?limit=12",
    "getServer": "/v1/servers/{id}",
    "serverProfile": "https://tensorblock.co/mcp/servers/{id}",
    "apiHtmlProfile": "/servers/{id}",
    "badge": "/v1/servers/{id}/badge.svg",
    "getInstallConfig": "/v1/servers/{id}/install-config?client=claude-desktop"
  },
  "docs": "https://github.com/TensorBlock/awesome-mcp-servers/blob/main/docs/index-api.md"
}
