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…

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • 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).

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

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's llms.txt (overview + catalog).

Website: moncompte.org · Source: github.com/waddou/mcp-moncompte · License: MIT

Список инструментов сервера (2)

Технические названия из tools/list. Нужны только разработчикам.

search_articlesRecherche 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_articleRetourne le contenu complet d'une notice de moncompte.org à partir de son slug (obtenu via search_articles).