Connecting clients
- Claude
- ChatGPT
- Other clients
- Open Settings → Connectors → Add custom connector.
- Enter
https://app.famulor.io/mcp. - Sign in and approve the requested permissions.
- The approved tools appear in Claude.
Connect from inside Famulor
Choose Connect in the sidebar, or Use with ChatGPT & Claude on the dashboard. The dialog shows the correct MCP URL for your current domain and offers starter prompts for common tasks — build an assistant, diagnose one that misbehaves, analyze your last call, improve from your last 30 calls, or launch a campaign.Authentication and consent
Compatible clients start the OAuth sign-in automatically. The consent screen shows the requested permissions before anything is shared. Approvals can be revoked from your account settings. For a manual or server-to-server connection, send a workspace API key:Choosing which tools to expose
The standard endpoint exposes all tools allowed by the credential. For a smaller tool list, select one or more groups when connecting:X-MCP-Toolsets: assistants,calls. The header takes precedence over the query parameter. Use list_mcp_toolsets to see the groups available to your account.
The MCP client receives the current input schema, permissions, and safety hints for every tool it is allowed to use. This live discovery is the authoritative reference for individual tool arguments.
Public directory profile
The reviewed ChatGPT and Claude directory connection uses:Example prompts
Once a client is connected, plain language reaches every tool it’s approved for:Long-running tasks
Website imports, simulations, history exports, and large campaign preparations may continue as MCP tasks. A compatible client can show progress, retrieve the result, or request cancellation. Cancellation stops remaining work when possible; an action already accepted by an external service may still complete. Exports use short-lived private download links. Tasks and their results remain limited to the workspace and credential that created them. Call-history tools return a provider-neutralfailure object when a call cannot complete. Use its code, customer-safe message, retry guidance, and suggested action instead of relying on infrastructure-specific details.