Vynflow exposes an official Model Context Protocol (MCP) endpoint so AI agents can safely discover tables, inspect schemas, and create/read/update/delete User Table rows.
Official MCP endpoint:
https://vynflow.cloud/mcp
Unauthenticated discovery is supported for:
initialize
tools/list
This exposes tool definitions only and does not access user data.
All tools/call requests must include:
Authorization: Bearer sa-p-vynflow-SECRET
X-API-Key: sa-k-vynflow-KEY
X-Domain-ID: DOMAIN_UUID
To receive MCP responses over SSE, include:
Accept: text/event-stream
If you do not include it, the server returns a normal JSON response.
If the client sends an Origin header, the server validates it against the
MCP_ALLOWED_ORIGINS allowlist (comma-separated). Use * to allow all.
MCP_ALLOWED_ORIGINS=https://app.yourdomain.com,https://yourdomain.com