Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Fonto Docs

io.github.drrataplan/fonto-docs

Fonto (FontoXML) documentation for AI tools. Converts DITA XML to Markdown on demand.

Uptime
100.0%
1 direct probes · 30d
Response
104ms
last probe
Tools
3
callable
Resources
1
readable
Prompts
0
available

Tools · 3

search_fonto_docs

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.

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 or list_pages first to find the right slug.

list_pages

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

Fonto Docs Catalog

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

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"
    }
  }
}