mcp-moncompte
Read-only MCP server exposing the catalog of moncompte.org — step-by-step guides for signing in to French consumer and public-service accounts: health…
What it can do
- Search Articles: Recherche des notices/guides « mon compte » de moncompte.org par mots-clés. Retourne une liste (titre, slug, URL, description). Utiliser le slug avec get_article.
- Get Article: Retourne le contenu complet d'une notice de moncompte.org à partir de son slug (obtenu via search_articles).
What data it sees
Do you need an account
No: the server works without sign-in
Read-only MCP server exposing the catalog of moncompte.org — step-by-step guides for signing in to French consumer and public-service accounts: health insurance and mutuelles, banks, insurers, energy and telecom providers, and public administrations.
AI agents can search guides by keyword and fetch a guide's full content. No authentication, no personal data: the source is the public site (/search-index.json and /llms.txt). Edge-cached 1 h, rate-limited 100 req/60 s per IP.
Tools
search_articles— search guides by keyword across title, description and body. Params:query(string, required),limit(number, 1–20, default 10).get_article— return a guide's full content from its slug, e.g.mon-compte-revolut.
Resource
moncompte://about— the site'sllms.txt(overview + catalog).
Website: moncompte.org · Source: github.com/waddou/mcp-moncompte · License: MIT
Server tool list (2)
Raw names from tools/list. Only developers need these.
| search_articles | Recherche des notices/guides « mon compte » de moncompte.org par mots-clés. Retourne une liste (titre, slug, URL, description). Utiliser le slug avec get_article. |
| get_article | Retourne le contenu complet d'une notice de moncompte.org à partir de son slug (obtenu via search_articles). |