Heron MCP is in beta and supports read-only access. Tools and setup steps may change.
What the assistant can do
The server currently exposes four tools. To write to Heron, use the API.Prerequisites
- A Heron account with access to the dashboard and to the submissions you want to read.
- A client that supports remote MCP servers, such as Claude, ChatGPT, or Cursor.
1. Create an endpoint
Create an endpoint in Settings > MCP Endpoints, give it a label, then copy its URL:The endpoint URL alone does not grant access. Each user signs in with their own Heron account and can access only the submissions available to them.
2. Connect your client
We recommend Claude, which is where Heron MCP is best tested. Each client’s own guide has the current screens and menu paths.Claude
Follow Get started with custom connectors using remote MCP. Go to Settings > Connectors, select Add custom connector, and paste your endpoint URL. Sign in with your Heron account and approve access. No API key or OAuth client ID is needed.On Team and Enterprise plans, an organization owner adds the connector once under Organization settings > Connectors. Each member then connects individually with their own Heron account.
ChatGPT
Follow Connect and test your plugin. Add Heron as a remote MCP server using your endpoint URL. Choose OAuth, sign in with your Heron account, and approve access.Cursor
Follow Model Context Protocol (MCP). Add Heron to yourmcp.json as a remote server pointing at your endpoint URL, then complete the OAuth sign-in Cursor prompts you for.
3. Test the connection
Ask your assistant:List my five most recently updated submissions. For the first result, show its details, processing status, and attached document list.This exercises all four tools. If it returns submissions from your account, the connection works. If the assistant has no Heron tools available, the connector is not authorized - reconnect and complete the sign-in. If it returns nothing, check that your account can see those submissions in the dashboard.