Model Context Protocol

Just describe your work. AI organizes, improves, and automates it.

Simply tell AI about your workflows — it visualizes, suggests improvements, and enables automation. DrillSpark and AI agents take your work to the next level.

Easiest

Just give Claude Code the URL

Simply share this URL with Claude Code to start MCP integration instantly. API key setup is guided automatically.

MCP Server URL
https://drillspark.io/api/mcp/mcp

Just tell Claude Code:

> Add DrillSpark MCP server at https://drillspark.io/api/mcp/mcp

See setup for other clients

How AI Transforms Your Work

The Old Way

  • Manually drawing flow diagrams
  • Tribal knowledge stays in people's heads
  • Hard to spot inefficiencies
  • Documentation always outdated

DrillSpark + AI

  • Auto-generate diagrams by just talking
  • AI structures your business knowledge
  • Automatically detect bottlenecks
  • Always up-to-date process maps

Transform Your Work in 3 Steps

Describe Your Workflow

Just describe your daily work in plain language. Cross-department handoffs and time estimates are structured automatically.

U

Our order-to-shipment process involves Sales, Warehouse, QC, and Shipping — but everyone works in silos and we get issues every month. Map out the full picture

AI

Created the full order-to-shipment flow across 4 departments.

Total lead time is 5.5 hours. Bottlenecks are concentrated in stock check and ship approval wait times. Defect returns average 15% monthly — a major source of rework.

Visualize Workflows Across Every Role

From sales to manufacturing — AI organizes your business processes

Sales

Deal management, quote creation, order processing automation

Accounting

Invoice processing, expense reports, month-end closing visualization

HR

Hiring flows, onboarding procedures, review process standardization

Customer Support

Ticket handling, escalation paths, FAQ management systematization

Manufacturing

Quality control, inspection workflows, defect response flows

Marketing

Campaign planning, content production, performance tracking workflows

Ready-to-Use Prompt Recipes

Copy and paste into your AI agent. Organized by phase.

Map our hiring process with 3 swimlanes: HR, interviewers, and hiring manager. Include SLAs per step from resume screening to offer letter

Create a customer complaint handling flow with first response → escalation → corrective action. Add severity-based branching with SLAs (24h/48h/72h)

Build a new product development process with gate reviews at planning → design → prototype → mass production. Drill down each gate's criteria into sub-processes

How It Works

You

Describe your work in plain language

Describe

DrillSpark

Visualize and structure flows

Connect

AI Tools

Analyze, improve, and automate

Setup Guide

Choose the method that fits your environment

1. Generate API Key

Create an API key from the dashboard settings

2. Create Config File

Add connection info to your MCP client config

3. Start Using

Just say "Create a workflow diagram" to your AI agent

1Step 1: Generate API Key

Dashboard avatar (top-right) → "API Keys" → Enter a key name and click "Generate". Copy the displayed key (dsk_...). This key is shown only once. You can choose permission scopes (read/write) and an expiration (90 days by default, or no expiration) — a read-only key is recommended when write access is not needed.

2Step 2: Create MCP Config File

Create .mcp.json in your project root and paste the following. Replace YOUR_API_KEY with the key you copied. Recommended for Cursor, Windsurf, and Claude Code.

.mcp.json
{
  "mcpServers": {
    "drillspark": {
      "type": "http",
      "url": "https://drillspark.io/api/mcp/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

3Step 3: Verify

Restart your MCP client and try the following to verify the connection.

> Show my DrillSpark projects

Supported Clients

Claude.ai (Web)NEW

Connect via OAuth 2.0. Just add the URL from Settings → Integrations.

Claude Desktop (App)NEW

Connect via OAuth 2.0. Just add the URL from Settings → Integrations.

Claude Code (CLI)

Just place .mcp.json in your project root. Auto-detected.

Codex

In Codex, open Connect to custom MCP, choose Streamable HTTP, set URL to https://drillspark.io/api/mcp/mcp, and set Authorization in Headers.

Cursor

Supports both HTTP and npx (stdio). Settings → MCP → "Add new MCP server".

Windsurf

Supports both HTTP and npx (stdio). Add config to ~/.codeium/windsurf/mcp_config.json.

Antigravity

Google's AI IDE. Go to Settings → MCP Servers → Add Server and enter the URL. Native MCP HTTP transport support.

Other Clients

Any client supporting MCP HTTP transport can be used.

Available Tools

13 tools to manage projects, diagrams, folders, and versions.

FAQ

What is MCP?
MCP (Model Context Protocol) is an open protocol for AI agents to interact with external tools and services. Proposed by Anthropic, it's supported by Claude Code, Cursor, Windsurf, and more.
Does it cost anything?
Read operations (listing projects, getting diagrams, etc.) are free. Creating or updating diagrams costs 1 credit per diagram (create_project with multiple diagrams charges for each). The Free plan includes 5 credits per month.
What if my API key is leaked?
You can revoke it immediately from the API Keys management screen. Keys are SHA-256 hashed on the server, so they're safe even in case of a database breach.
Can I create multiple keys?
Yes. You can create separate keys for different projects or purposes (e.g., "Claude Code", "CI/CD").
Which diagram formats are supported?
Currently, Mermaid.js flowchart syntax (flowchart TD / LR) is supported. With drill-down functionality, you can create hierarchical flow diagrams — ideal for visualizing business processes.
Can I use it from Claude.ai (web)?
Yes! Go to Claude.ai Settings → Integrations, add the DrillSpark MCP URL (https://drillspark.io/api/mcp/mcp), and authenticate with your DrillSpark account via OAuth 2.0.
Can I use it from Claude Desktop (app)?
Yes! Go to Claude Desktop Settings → Integrations, add the DrillSpark MCP URL (https://drillspark.io/api/mcp/mcp), and authenticate with your DrillSpark account via OAuth 2.0.
Can I use it from Codex?
Yes. In Codex, use Connect to custom MCP with Streamable HTTP, set URL to https://drillspark.io/api/mcp/mcp, leave Bearer token env var empty, set Headers to {"Authorization":"Bearer dsk_..."}, and keep Headers from environment variables empty. Then verify with a request like 'Show my DrillSpark projects'.
What kind of work can I use this for?
DrillSpark works for any business process — sales, accounting, HR, customer support, manufacturing, marketing, and more. Just describe workflows like 'order processing', 'expense reporting', or 'hiring flow' and AI generates the diagram automatically.
Can I manually edit AI-generated flows?
Yes. AI-generated diagrams are fully editable in DrillSpark's editor. You can add, remove, and reorder nodes, modify text, change styles, and more. You can also ask AI for additional improvements after manual edits.
Is there a rate limit?
Yes. To keep the service stable, the MCP endpoint is limited to 120 requests per minute per IP — normal AI-agent usage rarely comes close. If you exceed it you'll receive a 429 error; just wait a moment and retry. This is separate from the credits consumed when creating or updating diagrams.

Automate Diagrams with AI Agents

Setup in 3 steps. Update diagrams in real time while you code.

Confirm