We use optional, cookieless analytics on public pages to understand traffic and improve InkDraft. There is no advertising or cross-site tracking. Read our Cookie Policy.

InkDraft
Documentation
IntegrationsMCP Connector

MCP Connector

Connect InkDraft to any AI assistant that supports the Model Context Protocol.

InkDraft exposes a remote MCP server that lets AI assistants create proposals, check their status, and list existing proposals directly from a conversation.

Connect

Add InkDraft as a remote MCP server in your AI assistant using this URL:

https://inkdraft.io/api/mcp

The connector uses OAuth 2.1 with PKCE. When you connect for the first time, your assistant will open a browser window where you sign in to InkDraft (or create an account) and authorize access. New accounts receive a trial automatically.

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "inkdraft": {
      "type": "streamable-http",
      "url": "https://inkdraft.io/api/mcp"
    }
  }
}

Other MCP clients

Any MCP client that supports Streamable HTTP transport and OAuth 2.1 can connect using the URL above. The server publishes standard discovery metadata at /.well-known/oauth-authorization-server and /.well-known/oauth-protected-resource.

Available tools

create_proposal_from_transcript

Creates a business proposal from a sales call transcript or meeting notes. Returns immediately with an engagement ID while the proposal generates in the background.

ParameterRequiredDescription
transcriptYesThe full text of the sales call transcript or meeting notes (min 100 characters)
customerWebsiteUrlNoThe customer's website URL for research enrichment
linkedinProfileNoThe customer contact's LinkedIn profile URL

get_proposal_status

Checks the generation status of a proposal and returns its details when ready.

ParameterRequiredDescription
engagementIdYesThe engagement ID returned by create_proposal_from_transcript

list_proposals

Lists your recent proposals with their status and links.

ParameterRequiredDescription
limitNoNumber of proposals to return (1 to 50, default 10)

Try it

Paste this sample transcript into your AI assistant and ask it to create a proposal:

Call with Horizon Digital Agency, 2026-08-01

Participants: Alex Rivera (Horizon Digital, Creative Director), Jordan (InkDraft demo)

Jordan: Thanks for taking the time, Alex. What are you looking to get done?

Alex: We need a complete brand refresh for one of our clients, a mid-size
e-commerce company called Oakwood Home Goods. They sell furniture and home
decor online, about $4M in annual revenue. The current brand feels dated
and they are losing ground to newer competitors.

Jordan: What does the scope look like?

Alex: Three main pieces. First, a visual identity overhaul: new logo,
color palette, typography system, and brand guidelines document. Second,
we need the Shopify storefront redesigned to match the new identity, both
desktop and mobile. Third, a set of product photography guidelines so
their in-house team can maintain consistency going forward.

Jordan: Timeline?

Alex: They want to relaunch before the holiday season, so we need
everything delivered by mid-October. The logo and brand guidelines first,
then the Shopify work, then the photography guide last.

Jordan: What is the budget range?

Alex: We have discussed $35,000 to $45,000 for the full engagement. We
would want to structure it as a fixed-price project with milestone
payments: 30% on signing, 30% on brand guidelines approval, and 40% on
final delivery.

Jordan: That works. We would typically break this into three phases with
clear deliverables at each gate. Any concerns about the timeline?

Alex: The main risk is client feedback loops. Oakwood has a committee that
reviews creative work, which can slow things down. We would want a clause
that limits revision rounds, maybe two rounds per phase, with additional
rounds billed at an hourly rate.

Jordan: Makes sense. We can build that into the terms. Anything else?

Alex: An NDA would be good since we will be sharing their sales data and
customer research during the discovery phase.

After a few seconds, ask your assistant to check the proposal status using the engagement ID it received.

Privacy and data handling

The MCP connector processes data through the same AI pipeline, privacy controls, and subprocessors as the InkDraft web application. Your organization's AI and research privacy settings apply equally to MCP-created proposals.

Transcripts and generated proposals are stored in your InkDraft account. AI providers are configured with zero data retention. Your MCP client (Claude, Cursor, or another tool) is not operated by InkDraft and may retain conversation history according to its own privacy policy.

Full details are in the Privacy Policy under "Remote MCP Connector" and the Data Processing Agreement.

Rate limits

  • 10 proposals per user per hour
  • 50 proposals per organization per 24 hours