packages/mcp-server. Executable: easyintake-mcp (stdio).
MCP lets coding agents (Cursor, Claude Code, and other MCP clients) call Easy Intake engine actions as tools (list sessions, list field templates, fetch protocol metadata, etc.) over the same HTTPS API as humans, using an operator JWT minted by the dashboard backend — not Clerk browser cookies.
@easy-intake/mcp-server — install from a clone/build of the repo today; publishing to the public npm registry is optional for discoverability.easyintake_get_meta — public GET /api/agent/v1/metaeasyintake_sandbox_lead_captured_example — sample partner webhook JSONeasyintake_list_sessions — operator JWTeasyintake_list_field_templates — operator JWTeasyintake_get_field_template — operator JWT + template idnpm install + npm run build --workspace=@easy-intake/mcp-server in the repo)export EASYINTAKE_API_BASE_URL="https://api.easyintakeapp.com"
export EASYINTAKE_OPERATOR_JWT="<paste operator JWT from your secure flow>"
node packages/mcp-server/dist/index.js
Point your MCP client’s server command at that dist/index.js path (or a wrapper script).