findagent_add_connector
Add a published FindAgent agent you're ENTITLED to (free, or paid + purchased) as a hosted MCP connector. Returns the per-client connector config — the hosted server URL (mcp.findagent.cloud/agents/), a drop-in mcp.json block, a Claude Code command, and the one-time FindAgent sign-in steps. Free agents are always available; a paid agent you don't own returns purchase_required pointing at findagent_buy_agent. An unknown or unpublished slug returns a needs_input result pointing back to findagent_browse_agents. This returns config only — the actual install happens when you complete the sign-in in your client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The published agent slug (from findagent_browse_agents). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| title | No | ||
| status | No | ||
| currency | No | ||
| connector | No | ||
| next_tool | No | ||
| price_type | No | ||
| price_cents | No | ||
| instructions | No |