← recursive.support
INDIVIDUAL MCP TOOL
query.product
Query the Recursive support knowledge base for information about the AI support agent platform.
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 endpoint
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.recursive-support]
url = "https://recursive.support/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"recursive-support": {
"type": "http",
"url": "https://recursive.support/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: recursive-support
Remote MCP URL: https://recursive.support/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": {
"recursive-support": {
"url": "https://recursive.support/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"recursive-support": {
"type": "http",
"url": "https://recursive.support/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "recursive-support",
"transport": "streamable-http",
"url": "https://recursive.support/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
data.pricing— Returns structured pricing data for Recursive support agent plans.data.capabilities— Returns structured information about what the Recursive platform includes: features, AI model details, supported integrations, and what's included at every tier.feature.request— Submit a feature or capability request for the Recursive platform.