mcp-compteparticulier
Server Details
Guides de connexion aux espaces clients français de compteparticulier.com (MCP, lecture seule).
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- waddou/mcp-compteparticulier
- GitHub Stars
- 0
Available Tools
2 toolsget_articleAInspect
Retourne le contenu complet d'un guide de compteparticulier.com à partir de son slug (obtenu via search_articles).
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Slug du guide (ex. « mon-compte-edf »). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description carries the responsibility for behavioral disclosure. It clearly states the output is the full article content, but it does not describe response format, error behavior, or any access constraints. For a simple read operation this is acceptable but not exhaustive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single front-loaded sentence with no filler: it states the action, the resource, the input, and the input's source. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one required parameter, no output schema, and a single sibling, the description covers purpose, input provenance, and output nature. It would be slightly stronger with more detail about the returned content structure, but the definition is adequate for an agent to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already fully documents the single 'slug' parameter with an example, so schema coverage is 100% and the baseline is 3. The description adds the useful provenance that the slug comes from search_articles, but does not add deeper parameter-level semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a precise verb ('Retourne'), identifies the resource ('contenu complet d'un guide'), and specifies the lookup key (slug). Referencing search_articles as the source of the slug clearly differentiates this fetch operation from the search sibling.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description establishes a clear workflow by stating the slug is 'obtenu via search_articles', which tells the agent to call search_articles first. It does not explicitly say when not to use this tool, but with only one sibling, the usage context is sufficiently clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_articlesAInspect
Recherche des guides de connexion « mon compte / espace client » sur compteparticulier.com par mots-clés (marques et administrations françaises : banques, assurances, mutuelles, énergie, télécom, streaming, services publics, commerce). Retourne une liste (titre, slug, URL, description). Utiliser le slug avec get_article pour obtenir le contenu complet.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Nombre de résultats (1-20, défaut 10). | |
| query | Yes | Mots-clés de recherche (ex. « se connecter EDF », « mot de passe oublié mutuelle »). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden of behavioral disclosure. It conveys the output shape (title, slug, URL, description) and that it returns a list, but does not disclose whether the operation is read-only, error behaviors (e.g., empty results), rate limits, or pagination beyond the schema's limit parameter. For a search tool, read-only is implied but not stated; the description leaves room for uncertainty about edge cases.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no redundant words. It front-loads the core action (search by keywords), then states the output format, and concludes with usage guidance for the sibling tool. Every sentence earns its place, and the structure is logically ordered.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (two parameters, no nested objects, no output schema) and the description covers the essential aspects: what it searches, what it returns, and how to retrieve full content. The lack of an output schema is compensated by listing the fields in the description. It does not cover error handling or read-only guarantees, but for a straightforward search tool with clear parameter schemas, the description is adequately complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds value by clarifying the search domain (connection guides for French brands) and explicitly instructing to use the slug with get_article, which helps the agent understand how the query parameter relates to the output. The limit parameter is fully documented in the schema, and the description does not contradict or add much beyond the schema, but the additional context about the search scope goes slightly beyond the schema's parameter descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Recherche') and resource ('guides de connexion' on compteparticulier.com), defines the domain (French brands and public services), and specifies the output (list with title, slug, URL, description). It also clearly distinguishes from the sibling tool get_article by instructing to use the slug with get_article for full content, making the purpose unmistakable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly tells the agent to use get_article with the slug to obtain full content, which indicates when to use each tool. It provides context (search for connection guides) but does not explicitly state when *not* to use this tool (e.g., when full content is needed), though the implication is clear. No exclusions or alternatives beyond the sibling are mentioned, but with only one sibling, this is sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Recherche et lecture des guides de connexion de moncompte.org (MCP, lecture seule).
Public read-only Précis Finance MCP demo with synthetic data; no account or credentials required.
Secure MCP access to Big Red Cloud accounting data, workflows, help and training.
ERP français avec serveur MCP natif : plus de 1 800 actions métier auto-générées via OpenAPI.
Related MCP Servers
- AlicenseAqualityAmaintenanceRead-only MCP server for the Swiss eBill portal, enabling users to list bills and download invoice PDFs via an authenticated browser session. It cannot approve, release, or pay anything.811MIT
- AlicenseAqualityCmaintenanceEnables read-only access to Finary portfolio data, including profiles, organizations, institution connections, portfolios, and transactions, through MCP.5MIT
- AlicenseAqualityAmaintenanceEnables read-only access to Banco General accounts, cards, and pension data through MCP, allowing balance checks, transaction searches, and spending summaries without moving funds.1401MIT
- AlicenseNot gradedqualityBmaintenanceA read-only MCP server exposing Brazilian Open Finance personal financial data from Pluggy to MCP clients, enabling listing of connections, accounts, transactions, credit card bills, investments, and loans without moving money.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The two tools have clearly distinct roles: one searches for articles by keyword, the other retrieves a full article by slug. There is no overlap or ambiguity between them.
Both tools follow a consistent verb_noun snake_case pattern: search_articles and get_article. The naming clearly indicates action and target resource.
With only two tools, the server is minimal but the pair is sufficient for its narrow purpose of searching and retrieving guides. Still, it sits at the low end of the acceptable range.
For a read-only guide retrieval server, search_articles and get_article form a complete workflow: find articles by keyword, then fetch full content. No obvious missing operation within the stated domain.