coming soonAPI · MCP
Double, programmatic.
The same magic, wired into your stack. A clean HTTP API for agencies and solopreneurs, and an MCP server so Claude, Cursor, and any other agent can double lists on your behalf.
http api
One endpoint. Doubled.
Submit a list, get a job ID, poll or receive a webhook when it's done. Built for 1,000-line batches and honest output.
POST /v1/jobs
{ text, kind? }
→ { id, status }
GET /v1/jobs/:id
→ { status, result }mcp server
Agents that double.
An MCP server so Claude, Cursor, and any MCP-aware agent can call Double directly. Your credits, your rules.
// .cursor/mcp.json
{
"double": {
"command": "npx",
"args": ["@double/mcp"]
}
}Both are in the oven. Want to test drive before launch? api@doubleit.ai.
