Skip to main content

MCP

Ship the finished record

Completed records live in Convex, fire signed webhooks, and stay readable over MCP. Existing agents can also build the form.

Destinations

The chat is not the product. The record is.

Convex

The live object

Every finished submission is a typed record in your dashboard. Export CSV when you need a sheet.

Webhooks

Push to your stack

Send the same object to an HTTPS endpoint you control. Optionally sign it with a shared secret.

MCP

Let agents call it

Issue a revocable af_live_ key. Point Claude, Cursor, or any MCP client at tellme.sh/api/mcp.

Point a client at MCP

Create a key in Settings. Keys start with af_live_ and can be revoked. The server speaks Streamable HTTP.

https://tellme.sh/api/mcp
Authorization: Bearer af_live_…

Tools on the server

  1. 01

    list_forms, get_form, create_form

    See what you have, inspect blocks, and open a new agentic form from another agent.

  2. 02

    add_field, update_form, publish_form

    Add typed blocks, set flow instructions or a webhook, then publish.

  3. 03

    list_submissions

    Read recent completed records for a form without opening the dashboard.

Ready to collect answers without a page of fields?

Publish a conversation. The agent keeps asking until every required block is filled.