Capable

Created By
Capable4 days ago
The CRM that lives in Claude — MCP tools across accounts, contacts, opportunities, subscriptions, touches, signals, tasks, and reports, plus the flagship paste-anything → field-by-field approval flow.
Overview

Capable

The CRM that lives in Claude. Capable ships a Model Context Protocol server so reps work their CRM by talking to an LLM — no second tab, no fields to fill out, no dashboards to maintain. Every read and write of customer data flows through Claude via MCP.

What it does

Paste a call transcript, email, or notes into Claude. Capable's propose_updates returns a list of atomic proposed changes (touches, field updates, SPICED fills, stage transitions, new contacts). You approve the ones that look right — field by field — and Claude commits them. You were in Claude the whole time. You never opened a CRM.

Connect

Endpoint: https://crm.capable.run/api/mcp — Streamable HTTP, OAuth 2.1 + PKCE (Bearer PAT also supported for older clients).

json { "mcpServers": { "capable": { "url": "https://crm.capable.run/api/mcp" } } } ​

Point your client at the URL — it auto-discovers the OAuth server, registers via DCR, and walks you through consent. No token to paste.

Claude Code CLI

bash claude mcp add --transport http capable https://crm.capable.run/api/mcp ​

Older clients (Bearer PAT)

Create a PAT in the app (Settings → You → Developer) and pass it:

bash claude mcp add --transport http capable https://crm.capable.run/api/mcp \ --header "Authorization: Bearer cpbl_pat_YOUR_TOKEN" ​

Tools

Accounts, contacts, opportunities, subscriptions, touches, signals, tasks, and reports — driven through generic verbs (create_record, update_record, search_records, delete_record) plus job-shaped domain verbs (log_touch, renew_subscription, get_pipeline_summary, …) and the flagship propose_updatesreview_proposed_updates approval flow. Every tool returns the affected record's full state and carries MCP annotations + output schemas. Full catalog: https://crm.capable.run/learn

Schema

Eight core objects designed around revenue motions (not 2003-CRM objects): Accounts, Contacts, Opportunities, Subscriptions, plus Touches, Signals, Tasks, and universal Notes. Admins can switch objects on/off or add custom ones — the agent operates on the workspace's own schema.

Server Config

{
  "mcpServers": {
    "capable": {
      "url": "https://crm.capable.run/api/mcp"
    }
  }
}
Project Info
Created At
4 days ago
Updated At
4 days ago
Author Name
Capable
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Nas.com

9 hours ago