# Recursive Support Agent

Query the Recursive AI support agent platform — pricing, features, capabilities, and live examples. Recursive builds custom support agents for small businesses with strict grounding, self-improving k…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add recursive/support

# Browse available tools
npx -y @smithery/cli@latest tool list recursive/support

# Get full schema for a tool
npx -y @smithery/cli@latest tool get recursive/support query.product

# Call a tool
npx -y @smithery/cli@latest tool call recursive/support query.product '{}'
```

## Direct MCP Connection

Endpoint: `https://support--recursive.run.tools`

**Optional config:**
- `timeout` (query) — Request timeout in seconds for tool calls.

## Tools (4)

- `query.product` — Query the Recursive support knowledge base for information about the AI support agent platform. Recursive builds brande…
- `data.pricing` — Returns structured pricing data for Recursive support agent plans. Three tiers: Basic ($49/mo), Pro ($99/mo), Premium (…
- `data.capabilities` — Returns structured information about what the Recursive platform includes: features, AI model details, supported integr…
- `feature.request` — Submit a feature or capability request for the Recursive platform. Use this to log suggestions, missing capabilities, o…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get recursive/support <tool-name>
```

## Prompts (2)

- `discover-capabilities` — Walk through this agent's capabilities step by step: list available tools, check data endpoints, then ask a sample ques…
- `available-tools` — List all tools with descriptions. Tools: query.product, data.pricing, data.capabilities, feature.request
