Dalil MCP
The Dalil MCP server exposes your workspace to any Model Context Protocol client: Claude Desktop, Claude Code, Cursor, Cline, Continue, Zed, and more. Your AI assistant gets native tools for records, sequences, workflows, pipelines, messaging, and meeting notes. Just add one URL and sign in with your Dalil workspace.
Connect
One URL. No API key.
https://app.usedalil.ai/mcpAdd this URL to any MCP client and it will open a Dalil sign-in when you connect. You authenticate with your logged-in workspace (standard MCP OAuth): no API keys to create, paste, or rotate.
Claude (claude.ai and Claude Desktop)
- Open Settings → Connectors
- Click Add custom connector
- Name it Dalil and paste
https://app.usedalil.ai/mcp - Click Connect and sign in with your Dalil workspace account
Claude Code
claude mcp add --transport http dalil https://app.usedalil.ai/mcp
# then inside Claude Code, authenticate with:
/mcpChatGPT
- Open Settings → Apps & Connectors (enable Developer mode under Advanced if you haven't)
- Click Create to add a custom connector
- Paste
https://app.usedalil.ai/mcpas the MCP server URL, choose OAuth authentication - Complete the Dalil sign-in when prompted
Cursor, Cline, Continue, Zed, and other MCP clients
Add the server to your client's MCP config; the client will run the OAuth sign-in on first use:
{
"mcpServers": {
"dalil": {
"url": "https://app.usedalil.ai/mcp"
}
}
}Headless and automation use
For scripts, CI, or agents with no browser to sign in with, the endpoint also accepts a Dalil API key as a bearer token:
{
"mcpServers": {
"dalil": {
"url": "https://app.usedalil.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}What your AI can do
Once connected, the client discovers the full tool catalog automatically. Every call runs in the context of the workspace you signed in with; a tool can never reach another workspace, and read-only tools are annotated so clients can treat them as safe.
Records & data model
Pipelines
Sequences
Workflows
Messaging & engagement
Meetings
Not exposed over MCP by design: raw HTTP requests and the sandboxed code interpreter, which stay inside Dalil's own agents.
What this unlocks
- Chat-driven CRM: "Find opportunities in Negotiation with no activity in two weeks, and create a follow-up task for each owner."
- Outreach operations: "Enroll everyone from yesterday's import with a verified email into the Q3 sequence, and pause anyone who replied."
- Automation building: your assistant can build a workflow end to end: create it, set the trigger, add steps, activate, and run it.
- Context for everything else: messages, meeting notes, and pipeline state become context your assistant reads before drafting or deciding.
MCP or Claude Skills?
They compose. MCP gives the assistant tools: live, workspace-scoped operations it can execute. Claude Skills give it knowledge: the conventions, formats, and gotchas of the Dalil API, so it uses those tools (or the raw REST/GraphQL API) correctly on the first try. For the best results in Claude Code, connect the MCP server and install the skills.