{
  "$schema": "https://modelcontextprotocol.io/schemas/well-known-mcp.json",
  "name": "SECCI Pro",
  "description": "EU-compliant SECCI / APRC (TAEG) calculator and Standard European Consumer Credit Information form generator. Tools for AI agents to compute APRC per Directives 2008/48/EC and 2023/2225 (Annex III), compute overdraft APRC, and generate pre-filled SECCI form URLs.",
  "version": "1.0.0",
  "publisher": {
    "name": "SECCI.pro",
    "url": "https://secci.pro",
    "contact": "https://secci.pro"
  },
  "servers": [
    {
      "name": "secci-pro-mcp",
      "description": "Public MCP server exposing SECCI / APRC calculation and form-generation tools.",
      "transport": "streamable-http",
      "url": "https://mcp.secci.pro",
      "authentication": "none",
      "tools": [
        {
          "name": "compute_aprc",
          "description": "Compute APRC for a fixed-sum consumer credit (personal loan, car finance) per EU Directives 2008/48/EC and 2023/2225, Annex III."
        },
        {
          "name": "compute_overdraft_aprc",
          "description": "Compute APRC for overdraft / open-ended credit using EU directive assumptions."
        },
        {
          "name": "build_secci_url",
          "description": "Build a URL to the SECCI Pro calculator with pre-filled credit parameters."
        }
      ]
    }
  ],
  "documentation": "https://secci.pro",
  "categories": ["finance", "compliance", "consumer-credit", "eu-regulation"]
}
