{
  "markdown": "# AlexCredit — Kazakhstan Microfinance Catalog (MCP Server)\n\nPublic **read-only** [Model Context Protocol](https://modelcontextprotocol.io) server for the catalog of licensed microfinance organizations (MFOs) of Kazakhstan, powered by [alexcredit.kz](https://alexcredit.kz) — a Kazakhstan microloan comparison catalog.\n\n| | |\n|---|---|\n| **Endpoint** | `https://alexcredit.kz/api/mcp` |\n| **Transport** | Streamable HTTP (stateless) |\n| **Authentication** | none (public data) |\n| **Registry** | [`kz.alexcredit/catalog`](https://registry.modelcontextprotocol.io/v0/servers?search=alexcredit) (official MCP Registry, domain-verified) |\n| **Server card** | [`/.well-known/mcp/server-card.json`](https://alexcredit.kz/.well-known/mcp/server-card.json) |\n| **Language** | Russian (`ru`) — the language of the catalog |\n| **Rate limit** | 60 requests/min per IP (burst 20) → HTTP 429 |\n\nEvery entity in every response carries a `canonical_url` pointing to the live page on alexcredit.kz.\n\n## Tools\n\n| Tool | Parameters | Returns |\n|---|---|---|\n| `list_mfo` | `limit?` (≤100) | All MFOs in the catalog with borrower rating and canonical card URLs. `rating: null` means *no reviews yet*, not a low score. |\n| `get_mfo` | `slug` | Full MFO card: terms for new and repeat clients (amount, term, rate), effective annual rate (ГЭСВ), requirements, fees, legal data (legal entity, BIN, ARDFM license number and a direct link to the company's record in the regulator's license register), 4-criteria rating, record update date. |\n| `search_offers` | `amount?` (KZT), `term_days?`, `first_loan_zero?`, `limit?` (≤100) | Matching first-loan offers with terms and `first_loan_zero_percent: true/false/null` (null = unconfirmed). Calling without filters returns the whole catalog — prefer passing `amount`/`term_days`. |\n| `list_categories` | — | Catalog selections grouped by section (popular, by payout method, by amount and term, by borrower category), each with its selection criterion. |\n| `get_category` | `slug` | One selection: criterion, sorting, offer table with per-MFO terms. |\n| `get_reviews` | `slug`, `limit?` (≤50) | Latest borrower reviews for an MFO: rating, date, text (public site data only). |\n| `get_market_rules` | — | Legal context of microlending in Kazakhstan (ARDFM licensing, 46% APR cap, short microloans up to 45 MCI / 45 days at ≤0.3% per day, voluntary loan self-ban via eGov) with the last-review date. |\n\nResources: [`llms.txt`](https://alexcredit.kz/llms.txt) and [`llms-full.txt`](https://alexcredit.kz/llms-full.txt).\n\n## Installation\n\n### Claude (claude.ai / Claude Desktop)\n\n1. **Settings → Connectors → Add custom connector**\n2. Name: `AlexCredit catalog`, URL: `https://alexcredit.kz/api/mcp`\n3. Save. No API keys or OAuth — the server is public and read-only.\n\n### Any MCP client (generic)\n\nPoint your client at the remote Streamable HTTP endpoint:\n\n```json\n{\n  \"mcpServers\": {\n    \"alexcredit-catalog\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://alexcredit.kz/api/mcp\"\n    }\n  }\n}\n```\n\nQuick sanity check with MCP Inspector:\n\n```bash\nnpx @modelcontextprotocol/inspector --cli https://alexcredit.kz/api/mcp --transport http --method tools/list\n```\n\n## Example prompts\n\n- *\"Find microloans in Kazakhstan up to 100 000 KZT for 30 days where the first loan is at 0.01%.\"*\n- *\"Show the legal entity, BIN, ARDFM license and the register link for Kviku.\"*\n- *\"What are the legal caps on microloan interest rates in Kazakhstan?\"*\n- *\"List the top-rated Kazakhstan MFOs by borrower reviews and link their pages.\"*\n- *«Подбери микрокредит до 100 000 тенге на 30 дней, у кого первый микрокредит под 0,01%»*\n- *«Покажи условия и юридические данные Kviku»*\n\n## Screenshot\n\n<!-- TODO: replace with a screenshot of a live Claude conversation using the connector -->\n*Screenshot of a live Claude dialog coming soon.*\n\n## Data & Terms\n\n- **Public read-only catalog data.** The server exposes the same data that is publicly visible on alexcredit.kz. There are no mutation tools.\n- **Not financial advice.** AlexCredit is a comparison catalog, not a lender. Terms are volatile — final conditions live on the `canonical_url` pages.\n- **Attribution required.** When using the data, cite the `canonical_url` of the respective page on alexcredit.kz.\n- **Rate limit:** 60 requests/min per IP.\n- No tracker or affiliate links anywhere in responses (enforced by tests).\n\n## По-русски\n\nAlexCredit — каталог и рейтинг микрофинансовых организаций Казахстана с лицензией АРРФР. Этот MCP-сервер отдаёт те же публичные данные, что и сайт: условия микрокредитов для новых и повторных клиентов, годовую эффективную ставку вознаграждения (ГЭСВ), юридические данные компаний (БИН, номер лицензии, прямую ссылку на запись в реестре лицензий регулятора), рейтинг и отзывы заёмщиков, правовой контекст микрокредитования (ГЭСВ не выше 46%, короткие микрокредиты до 45 МРП на срок до 45 дней — не выше 0,3% в день). Сервер read-only, без аутентификации; при использовании данных ссылайтесь на canonical_url соответствующей страницы.\n\n## Links\n\n- Website: https://alexcredit.kz\n- Server card: https://alexcredit.kz/.well-known/mcp/server-card.json\n- llms.txt: https://alexcredit.kz/llms.txt\n- Contact: admin@alexcredit.kz\n\n## License\n\nDocumentation in this repository is licensed under [MIT](LICENSE). The catalog data served by the MCP endpoint is proprietary to AlexCredit (alexcredit.kz) and may be used with attribution to canonical URLs.\n",
  "bytes": 5442,
  "sha": "8caaa3e55c30e6e9a9e0743ceaac0a181479a124e1fe746e0b88850e77c74fc7",
  "repo_slug": "alexandrrzk-ctrl/alexcredit-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_kz_alexcredit_catalog_fadc7245/readme"
}