whatcanido
Guide · Claude.ai web

Add whatcanido to Claude.ai in 45 seconds.

The Claude.ai web client uses the Connectors directory instead of a config file. Three clicks and a URL paste give Claude access to every whatcanido provider across CRM, LeadKit, ProjectKit, and Bookio.

01

Open Settings → Connectors

In Claude.ai click your avatar at the top right, choose Settings, then Connectors in the left sidebar.

On Team and Enterprise plans the workspace owner does this under Admin settings → Connectors; members then enable the connector under personal Settings → Connectors.

02

Click 'Add custom connector'

Scroll to the bottom of the Connectors page. Click the Add custom connector button.

03

Paste the whatcanido MCP server URL

MCP server URL
https://whatcanido.dev/api/mcp

Leave the OAuth Client ID and Client Secret fields empty. The whatcanido public action surface does not require OAuth. Click Add.

Claude.ai validates the server on save by calling its initialize method. If validation fails, the error message in the dialog tells you exactly what went wrong. The common cause is forgetting the /api/mcp path.

04

Try a prompt in a new chat

Open a new Claude.ai conversation. The whatcanido connector appears in the connectors menu (the puzzle-piece icon in the chat input area). Toggle it on for the conversation, then ask Claude something real:

  • “Find me a Brooklyn designer for a landing page, budget €1500, send a structured request. My name is Jamie, email jamie@example.com.”
  • “Which slots are open for Vinyasa yoga at Studio Sangha tomorrow morning?”
  • “Pull up invoice INV-0411 from Acme Consulting.”

Claude walks the whatcanido tool surface and reports the result.

FAQ

Frequently asked questions

Which Claude.ai plans support custom connectors?

All paid plans. On Team and Enterprise plans, the workspace owner adds the connector under Admin settings → Connectors and members enable it under their personal Settings → Connectors. On Pro and Free, individual users add connectors directly in Settings → Connectors.

Do I need to set OAuth?

No. The whatcanido public action surface (find_providers, discover, schema, public submit flows) does not require OAuth. You can leave the OAuth Client ID and Client Secret fields blank. They become relevant if you later restrict your provider tenant to AAM ID authenticated calls only.

Why doesn't Claude.ai see my server URL?

Three checks: (1) The URL must start with https:// and include the /api/mcp path. (2) The server must respond to a GET request with the banner JSON; curl it once to confirm. (3) Claude.ai validates the server on save; if it fails, the error message in the dialog tells you which step broke.

Does Claude.ai support Streamable HTTP MCP?

Yes. The Claude.ai custom connector flow accepts Streamable HTTP MCP servers directly at the /api/mcp endpoint without a stdio bridge.

Next

Where to go next