Dealboard
API v1 · MCP-ready · Public beta

Dealmaking,
at the speed of software.

A simple deal tracker for founders and small teams. Drag-and-drop pipeline, reports that just work, and a public API your AI assistant can drive in one config block.

# free for one person · no credit card · pipeline live in 30s

create_deal.sh
curl Node Python @dealboard/mcp
# Push a deal from anywhere - Zapier, your CRM,
# a form on your site, or an AI assistant.
curl -X POST https://app.getdealboard.com/v1/deals \
  -H "Authorization: Bearer dlb_live_••••" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: order-9182" \
  -d '{
    "boardId": "f3e2d1c0-9b8a-7f6e-5d4c-3b2a1f0e9d8c",
    "name": "Globex - pilot expansion",
    "amountCents": 4500000,
    "currency": "USD",
    "stage": "in_discussion"
  }'

{ "id": "7a9c3b1e-d4f0-…", "created": "2026-05-19T14:23Z" }
Pipeline view
Tested with AI assistants
Claude Desktop Claude Code Cursor Windsurf ChatGPT (Custom GPT) OpenAI Codex VS Code MCP Continue Cline
/v1/* primitives

A small, focused API that does the obvious things.

List, push, move, summarize. Signed webhooks for real-time. Eight MCP tools for AI agents. The whole thing fits in an LLM's context window.

{}

Read your pipeline

List, filter, search, and paginate deals. Hydrate one deal with its full activity feed.

GET /v1/deals · /v1/deals/:id
+

Push deals in

Create deals from leads, forms, exports, or AI assistants. Idempotency-Key supported.

POST /v1/deals

Move and update

Patch fields and move cards across stages. Every change writes to the activity log.

PATCH · POST /move

React to events

HMAC-signed webhooks for deal.created, stage_changed, and more.

POST /v1/webhooks

The same product humans love.
Built so machines can love it too.

The pipeline, the reports, the deal screen, the notes - all of it is one click away for your AI assistant. One npx @dealboard/mcp config block and you are wired up.

Three principles

Why the product is opinionated.

01

Solved problem

Seven stages. Three reports. The math, picked. There is nothing to configure.

02

Same shape

Like Carta for cap tables. Every Dealboard reads the same way. Your CFO can read another company's in five seconds.

03

For closers

Not for admins of closers. No fields. No permission. Just the deal, the stage, the note.

04

For the AI era

Public API, MCP server, OpenAPI spec, llms.txt. Built so an AI agent can drive your pipeline.

Track a deal. Or let
your AI do it for you.

Free for one person forever. Public API + MCP available on Plus. $29 per seat per month.