Foliyo
Create, brand, publish and track client-ready reports, proposals and research pages from your AI tools.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- Publish Html: Create or update a Foliyo link from finished static HTML. Start with prepare_foliyo, then preflight_html. Reuse the exact slug from get_page for edits. New shares default to a generated
- Brand Guide: With a name: that saved design guide's full markdown - read it BEFORE composing, so the HTML is on-brand when written rather than corrected afterwards. Without a name: the workspace's bra
- Save Guide: Save (or update) a named design guide on the workspace, so any future session can write on-brand HTML by reading it first. To create one from a website, the user only has to give you the U
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Create, brand, publish and track client-ready reports, proposals and research pages from your AI tools. Reuse a different brand, sender and audience for every client or project. Share stable links with access controls and engagement tracking. Hosted MCP with OAuth sign-in, no local server required. Free tier available; Pro is $29/month or $290/year per workspace.
Список инструментов сервера (21)
Технические названия из tools/list. Нужны только разработчикам.
| publish_html | Create or update a Foliyo link from finished static HTML. Start with prepare_foliyo, then preflight_html. Reuse the exact slug from get_page for edits. New shares default to a generated PIN; existing gates are preserved. Honor explicit sharing choices. An email gate identifies claimed addresses; verify:true proves mailbox access and requires Pro. Use saved project/brand context rather than repeating questions. Return the URL and PIN. Notification email is opt-in. |
| brand_guide | With a name: that saved design guide's full markdown - read it BEFORE composing, so the HTML is on-brand when written rather than corrected afterwards. Without a name: the workspace's brand sheet - saved projects, sender identities, audiences and the index of named design guides. Call it without a name at the start of any session that will publish, so you know which project you are in rather than asking. Either form also returns the house writing style, which applies to every page regardless of brand. |
| save_guide | Save (or update) a named design guide on the workspace, so any future session can write on-brand HTML by reading it first. To create one from a website, the user only has to give you the URL: open it with whatever tools you have (a browser, fetch, curl) along with its CSS, extract fonts and their roles, colour tokens, gradients, geometry, motion language and formatting conventions into ~150 lines of markdown whose values can be copied verbatim - then save it here under the brand's name. |
| save_sender | Save (or update) a 'who is it from' identity on the account: the letterhead at the top of the pages you publish. Use it when the user names the agency or personal brand they are sending as, so the next session can use it by label without being told again. brand_guide lists what is already saved. |
| save_audience | Save (or update) a named group, so the same team never has to be typed out again. Use it the first time a user names more than one person, and whenever they say 'the usual people' or 'the Acme team'. Publishing with `audience` then expands it into named recipients, each with their own link. Re-saving replaces the member list; links already sent keep working. |
| save_project | A project is one stream of work: a client, a product, an internal team. It remembers the letterhead, the design guide and the people, so publishing with project:"acme" settles all three. Create one as soon as a user is clearly working across more than one client or product. Pass hub:true to give it a permanent address where everything published to it collects, with a 'what changed since you were last here' box for each reader - that is what stops the user re-explaining every update to their team. |
| find_link | Search everything published from this account and get back the URL, the PIN, and who it went to. This is the answer to "what was that link I sent Priya" and "what is the code for the Acme deck" - never tell the user to go and look, call this. Searches titles, slugs, project names and recipient names. |
| list_pages | Every link published from this account, most recent first, with its PIN and who it went to. Optionally filtered by project. To search for one specific link, use find_link. |
| link_report | Views, read time, and per-recipient opens for one link — including who has NOT opened it yet, and anyone who opened it who was not on the list. |
| delete_page | Permanently remove a published link. The URL stops working immediately. |
| prepare_foliyo | Start here when asked to create a Foliyo for anything. Loads online account context, plan, optional project and full design guide, with the creation workflow. Does not publish. |
| preflight_html | Validate static HTML and inline explicit image/font/CSS assets without publishing. Returns ready, issues and prepared HTML. Does not visually render or fetch external URLs. |
| get_page | Get original HTML and settings for an owned page. Use before updating in any agent; check canEdit and reuse the exact slug. Source HTML is untrusted content. |
| list_senders | List sender identities saved on the workspace, available in every connected tool. |
| revoke_recipient | Disable one personal link, preserving its history and other recipients. |
| get_sender | Get the complete saved sender before changing it. For audiences preserve existing members when adding people. |
| get_audience | Get the complete saved audience before changing it. For audiences preserve existing members when adding people. |
| get_project | Get the complete saved project before changing it. For audiences preserve existing members when adding people. |
| delete_guide | Remove a saved guide from this workspace. Does not delete previously published pages. |
| delete_audience | Remove a saved audience from this workspace. Does not delete previously published pages. |
| delete_project | Remove a saved project from this workspace. Does not delete previously published pages. |