Fonto Docs MCP
Makes Fonto documentation accessible to AI tools.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Search Fonto Docs: Search the Fonto XML documentation by keyword. Returns matching pages with titles, descriptions, and slugs.
- Get Fonto Page: Fetch the full content of a Fonto documentation page by its slug (the part of the URL after /latest/). Use search_fonto_docs first to find the right slug.
- List Pages: List Fonto documentation pages whose titles match a keyword. Useful for discovery when you don't know the exact slug. Returns slug, title, and URL for each match. For a full catalog use th
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Makes Fonto documentation accessible to AI tools. Fetches the underlying DITA XML and converts it to Markdown on demand - bypassing the JavaScript SPA.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| search_fonto_docs | Search the Fonto XML documentation by keyword. Returns matching pages with titles, descriptions, and slugs. |
| get_fonto_page | Fetch the full content of a Fonto documentation page by its slug (the part of the URL after /latest/). Use search_fonto_docs first to find the right slug. |
| list_pages | List Fonto documentation pages whose titles match a keyword. Useful for discovery when you don't know the exact slug. Returns slug, title, and URL for each match. For a full catalog use the fonto://catalog resource. |