Skip to main content
These docs are published in two forms an agent can read: an MCP server and plain-text exports. Both are read-only and need no API key.

MCP server

The server at https://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.
Run 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.