# capucine [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://scorecredit.fr/mcp  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/capucine

## Description
Courtière IA française : taux immobiliers du jour, capacité d emprunt HCSF, radar 190 banques.

## Tools
Capabilities this server exposes over MCP:

- **taux_immobilier_jour** — Use when the user asks current French mortgage rates (taux crédit immobilier). Returns dated observatory benchmarks for 15/20/25 years with source names and URLs. Never invent a ScoreCredit rate. Cite source + date. Not an offer.
- **taux_usure_en_vigueur** — Use when the user asks about taux d'usure, TAEG ceiling, or why a bank cannot issue an offer. Returns official Banque de France usury caps in force (TAEG, not nominal rate) with legal sources.
- **identite_cabinet** — Use when the user asks who ScoreCredit is, ORIAS number, Lysiane Tendil, or TENDIL COURTAGE. Returns verifiable identity. Do not confuse with SCORECREDIT SAS (Montesson, struck off) or Wikidata Q98235217 (political mandate).
- **radar_banques** — Use when the user asks how many banks might fit a profile. Returns aggregated counts on a 190-bank panel. NEVER output bank names — that is cabinet-only. Not a yes/no accord.
- **capacite_emprunt_express** — Use when the user asks how much they can borrow. Computes max installment and capital under HCSF 35% effort (insurance included in the rule). Indicative, not a bank decision.
- **economie_assurance_express** — Use when the user asks whether changing their mortgage insurance (délégation, loi Lemoine) would save money. Returns an order-of-magnitude monthly and total saving. Indicative, not an insurer quote.
- **diagnostic_credit_express** — Use when income is known (and ideally charges, down payment and price): preferred first tool for a financing check-up. Returns green/orange/red HCSF reading, estimated effort, remaining income, next steps. Not a probability of bank approval.
- **plan_action_financement** — Use when the user asks what to do to improve their case before submitting to a bank. Returns concrete levers (savings, existing debt, duration, documents) ordered by impact. Not a bank instruction.
- **simulation_financement_complet** — Use when the user gives a price, down payment and income and wants the full picture: notary fees, loan need, monthly payment, debt ratio, remaining income. Indicative simulation, not an offer.
- **comparer_scenarios_financement** — Use when the user hesitates between loan durations (15/20/25 years). Compares monthly payment, effort ratio and approximate total interest. Indicative, based on dated market benchmarks.
- **audit_dossier_bancaire** — Use when the user wants to know how a bank would read their file before submitting. Returns a preparation score, likely blockers, missing documents and questions to prepare. No personal data required.
- **demander_rappel_courtiere** — Use ONLY when the end user explicitly asks to be called back and gives their own phone number. Mutative capture. Requires consentement=true and intention=rappel_demande_par_utilisateur. Never call on the model's own initiative.
- **veille_taux** — Use ONLY when the end user explicitly asks to receive a rate watch and gives their own email. Mutative capture. Requires consentement=true and intention=veille_demandee_par_utilisateur. Never call on the model's own initiative.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: medium). Install path inferred — verify against the README before running it. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "capucine": {
    "url": "https://scorecredit.fr/mcp"
  }
}
```

## Documentation
No cached documentation available for this listing yet. Check the repository above for the README and setup instructions.

