INDIVIDUAL MCP TOOL
get_collection
Get one MCPHub collection by slug: the servers in the stack, catalog URLs, and a merged Cursor mcp.json (only servers with an explicit configExample).
LIVE ENDPOINT
https://www.mcphub.space/api/mcp
Connect to this endpoint to inspect the live schema for get_collection 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.mcphub]
url = "https://www.mcphub.space/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcphub": {
"type": "http",
"url": "https://www.mcphub.space/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcphub
Remote MCP URL: https://www.mcphub.space/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": {
"mcphub": {
"url": "https://www.mcphub.space/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcphub": {
"type": "http",
"url": "https://www.mcphub.space/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcphub",
"transport": "streamable-http",
"url": "https://www.mcphub.space/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_servers— Search the MCPHub catalog for Model Context Protocol servers by keyword (e.g.get_server— Get full catalog details for one MCP server by slug, including tools, tags, clients, and links.get_config— Get install command and configuration example for an MCP server by slug.list_collections— List editorial MCPHub collections — curated MCP server stacks for a project workflow (e.g.