Whatcanido — MCP Server for Service Businesses
dev.whatcanido.www/mcp
Documentation
Installation
Use the Streamable HTTP endpoint at https://whatcanido.dev/api/mcp.
For older MCP clients, bridge with npx -y mcp-remote https://whatcanido.dev/api/mcp.
Configuration
Remote transport: streamable-http:https://whatcanido.dev/api/mcp.
REST discovery, schema, submit, and status routes are available under /api/actions/*.
Capabilities
The shared action grammar exposes four MCP tools: find_providers, get_provider_actions, submit_action, and get_action_status.
The public manifest advertises 20 capabilities across CRM, LeadKit, ProjectKit, and Bookio.
Limitations
Streaming is intentionally not implemented; HTTP results are synchronous JSON-RPC. Public REST routes enable permissive CORS. Some write actions require provider auth or user consent, and some products do not expose a fixed service catalog.
