get_product
Return Foliora product facts: brand, plans, canonical URLs, and what this server will not do. Use when the user asks what Foliora is, how much it costs, or which URL to open. Does not crawl a site.
mcp · api v0
One Streamable HTTP server on this URL. Same handlers as /api/v1. An agent can read what Foliora is, hand a human a preview link, or fetch a snapshot the human already started. It cannot crawl, take credentials, or publish.
REST names match the MCP tool names. JSON shapes are identical.
Return Foliora product facts: brand, plans, canonical URLs, and what this server will not do. Use when the user asks what Foliora is, how much it costs, or which URL to open. Does not crawl a site.
Fetch a Foliora preview snapshot the human already started. Requires the 32-character hex token from /preview/{token}. Returns public findings and pages only. Unknown tokens are not_found. Does not start a crawl.
Build a Foliora /preview URL for a public website. Does not crawl, does not take credentials, and does not change the site. Send the human to the returned previewUrl so they can start the snapshot in a browser.
Point any MCP client at https://www.foliora.ai/mcp. No key for v0.
Claude Code
claude mcp add --transport http foliora https://www.foliora.ai/mcpCursor / any mcp.json client
{
"mcpServers": {
"foliora": {
"url": "https://www.foliora.ai/mcp"
}
}
}REST
GET https://www.foliora.ai/api/v1/product
POST https://www.foliora.ai/api/v1/preview-links
GET https://www.foliora.ai/api/v1/snapshots/{token}humans still start the work