Connect to AI

Three kinds of caller, three doors, one engine. Pick who you are and paste one line.

Claude, ChatGPT, or any MCP client

You use an assistant and want it to fill forms for you.

https://api.getemboss.ai/mcp

The first 5 context fills each month are free, then per form.

Set up in Claude

Also: ChatGPT, Gemini, Grok, Antigravity

Another agent

You run an agent that speaks A2A and wants a form-filling skill.

https://api.getemboss.ai/.well-known/agent-card.json

The first 5 context fills each month are free, then per form.

Read the A2A guide

An agent with no account

You want to pay per job, with no key and no sign-up.

curl -X POST https://api.getemboss.ai/pay/quote -F "file=@form.pdf"

From $0.05 to make a form fillable and $0.08 to fill it from documents; the exact price comes back before you pay.

Read the pay-per-call guide

Using n8n, Zapier, Make or Pipedream instead?

Those tools call Emboss through their own integrations. See the n8n, Zapier, Make or Pipedream integrations.

Want the plain REST API? Start with the quickstart.