Fonto Docs
io.github.drrataplan/fonto-docsFonto (FontoXML) documentation for AI tools. Converts DITA XML to Markdown on demand.
Tools · 3
Search the Fonto XML documentation using full-text search. Returns results ranked by relevance with titles, descriptions, and slugs. Best for looking up a concept, API name, or feature by keyword.
Fetch the full content of a Fonto documentation page by its slug (the part of the URL after /latest/). Use search_fonto_docs or list_pages first to find the right slug.
Filter Fonto documentation pages by title, product, or ancestry keyword. Returns all matches without ranking — useful when you know the product area or part of the page title. For full-text relevance …
Resources · 1
Complete list of all Fonto documentation pages with slugs and titles. Use this for broad discovery; use search_fonto_docs or list_pages for targeted lookups.
fonto://catalog
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"fonto_docs": {
"url": "https://fonto-docs.elliat.nl/mcp",
"transport": "streamable-http"
}
}
}