mcpserver.lol
registry/whatcanido-mcp
Connection check verified live · 27h ago

whatcanido-mcp

Cross-product MCP server for CRM, LeadKit, ProjectKit, Bookio. 10 action types, MIT open spec.

Tools 10
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

10 tools

Read from the running server on 27h ago.

discover_capabilities read-only limitintent*context
Search the whatcanido capability registry by free-text intent. Returns typed capability contracts (input/output schemas, invariants, reversibility) with implementing providers rank…
find_providers read-only citylimitquerycountryproductindustry +1
Search across whatcanido for providers (businesses, freelancers, SaaS tools) that can perform a given business-level action type. Returns a ranked list with provider_id, name, desc…
get_action_status read-only request_id*
Look up the current status of a previously submitted action by its request_id. Returns status (raw, e.g. 'new', 'sent', 'confirmed') + status_label (human, e.g. 'Received', 'Sent (…
get_capability_spec read-only capability_id*
Return the full canonical contract for a capability: JSON Schemas for input and output, declared invariants, semantics, reversibility, side effects, auth model, when-to-use guidanc…
get_provider_actions read-only action_typeprovider_id*
Return the action types a provider exposes and the canonical input schema for each (required fields, optional fields, types, descriptions). Call this AFTER find_providers, BEFORE s…
invoke_capability inputs*provider_id*agent_vendorcapability_id*
Execute a capability call against a chosen provider with typed inputs. WRITE tool when the capability's category ends in '.write' (creates state, sends notifications, charges money…
list_available_capabilities read-only
Return a compact roster of every capability with at least one enabled provider, grouped by category, with the best current conformance per capability. Use this as a self-introspect…
plan_capabilities read-only limitintent*context
Given a user intent, return a typed plan: an ordered list of capability calls that together accomplish the goal, with the highest-reputation provider per step. The plan respects th…
reverse_search_capabilities read-only payload*
Given a JSON payload (something you found in user context, a webhook body, an export, a clipboard paste), return the capabilities whose input or output schema overlaps with the pay…
submit_action inputs*action_type*provider_id*
Invoke an action on a specific provider. WRITE tool: creates leads/bookings/contacts/projects/activities/tickets on the underlying SaaS tenant. The one exception is action_type='ca…