MCP server
The server athttps://docs.flowsign.app/mcp exposes three tools: search the docs, read any page, and send feedback about a page. Connect it once and your agent can look up endpoints, webhook payloads and error codes without you pasting them in.
- Claude Code
- Cursor
- Claude
- VS Code
claude mcp list to confirm it connected.Plain-text exports
For agents that fetch pages rather than call tools:
Any page is also available as Markdown by adding
.md to its URL, for example https://docs.flowsign.app/api-reference/pagination.md.
The MCP server and the text exports read documentation only. Neither calls the FlowSign API on your behalf, so an agent connected this way cannot send packages or look at your workspace. To let an agent act on FlowSign, use the REST API with an API key.

