Authentication
OAuth 2.1, PKCE S256, and dynamic client registration.
Claude connector · governed read-only access
Ask Claude for pipeline priorities, cited lease terms, LOIs, and your comps without re-uploading a thing. DealDesk keeps every answer scoped to your private workspace, read-only, and source-grounded.
dealdesk › list_deals(stage: "open", limit: 50)Private workspace response
ConnectedClaude Desktop
macOS and Windows
Claude Code
CLI and IDE
Cowork
Anthropic agent
MCP clients
Remote HTTP transport
Your connection
Setup essentials
DealDesk server URL
https://getdealdesk.co/api/mcpReturn to this page after approval to confirm the connection. Opening Claude alone does not grant access.
Quick start
Claude discovers DealDesk authentication, opens a browser approval, and receives a revocable token limited to your private workspace.
In Claude, open Settings → Connectors → Add custom connector.
Name it DealDesk, paste the server URL below, and choose Connect.
Approve read access to your private workspace, then ask: “Give me a stand-up summary of my DealDesk pipeline.”
Server endpoint
https://getdealdesk.co/api/mcpOAuth 2.1 with PKCE and S256
Dynamic client registration
Private-workspace scoped, revocable access
Read-only tools in the current release
Manual configuration
JSON{
"mcpServers": {
"dealdesk": {
"url": "https://getdealdesk.co/api/mcp",
"transport": "http"
}
}
}For clients without OAuth auto-discovery. Browser authorization runs on first connection.
Available tools
Each operation is filtered by the private workspace bound to the access token. The connector never queries another broker's records.
list_deals(limit?, stage?)Pipeline overview with an optional stage filter.
get_deal(id)One deal with economics, parties, and stage history.
list_abstracts(limit?)Lease-abstract metadata for your connected workspace.
get_abstract(id)Extracted terms with clause and page citations.
list_lois(limit?, deal_id?)Letters of Intent, optionally scoped to a deal.
get_loi(id)Full LOI body and party details.
search_comps(market?, property_type?, min_sf?, max_sf?, limit?)Your comp library filtered by market, type, and size.
pipeline_summary()Stage totals, estimated commission, and seven-day activity.
Security model
OAuth 2.1, PKCE S256, and dynamic client registration.
Workspace-bound tokens, server-side organization filters, and revocation.
Read-only v0 tools over the same row-level controls as the web app.
Connect your workspace, review the scope, and query governed deal data from the AI client you already use.