alexcredit-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@alexcredit-mcpFind microloans up to 100 000 KZT for 30 days where the first loan is at 0.01%."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AlexCredit — Kazakhstan Microfinance Catalog (MCP Server)
Public read-only Model Context Protocol server for the catalog of licensed microfinance organizations (MFOs) of Kazakhstan, powered by alexcredit.kz — a Kazakhstan microloan comparison catalog.
Endpoint |
|
Transport | Streamable HTTP (stateless) |
Authentication | none (public data) |
Registry |
|
Server card | |
Language | Russian ( |
Rate limit | 60 requests/min per IP (burst 20) → HTTP 429 |
Every entity in every response carries a canonical_url pointing to the live page on alexcredit.kz.
Tools
Tool | Parameters | Returns |
|
| All MFOs in the catalog with borrower rating and canonical card URLs. |
|
| 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. |
|
| Matching first-loan offers with terms and |
| — | Catalog selections grouped by section (popular, by payout method, by amount and term, by borrower category), each with its selection criterion. |
|
| One selection: criterion, sorting, offer table with per-MFO terms. |
|
| Latest borrower reviews for an MFO: rating, date, text (public site data only). |
| — | 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. |
Resources: llms.txt and llms-full.txt.
Related MCP server: lending-data-mcp-server
Installation
Claude (claude.ai / Claude Desktop)
Settings → Connectors → Add custom connector
Name:
AlexCredit catalog, URL:https://alexcredit.kz/api/mcpSave. No API keys or OAuth — the server is public and read-only.
Any MCP client (generic)
Point your client at the remote Streamable HTTP endpoint:
{
"mcpServers": {
"alexcredit-catalog": {
"type": "streamable-http",
"url": "https://alexcredit.kz/api/mcp"
}
}
}Quick sanity check with MCP Inspector:
npx @modelcontextprotocol/inspector --cli https://alexcredit.kz/api/mcp --transport http --method tools/listExample prompts
"Find microloans in Kazakhstan up to 100 000 KZT for 30 days where the first loan is at 0.01%."
"Show the legal entity, BIN, ARDFM license and the register link for Kviku."
"What are the legal caps on microloan interest rates in Kazakhstan?"
"List the top-rated Kazakhstan MFOs by borrower reviews and link their pages."
«Подбери микрокредит до 100 000 тенге на 30 дней, у кого первый микрокредит под 0,01%»
«Покажи условия и юридические данные Kviku»
Screenshot
Screenshot of a live Claude dialog coming soon.
Data & Terms
Public read-only catalog data. The server exposes the same data that is publicly visible on alexcredit.kz. There are no mutation tools.
Not financial advice. AlexCredit is a comparison catalog, not a lender. Terms are volatile — final conditions live on the
canonical_urlpages.Attribution required. When using the data, cite the
canonical_urlof the respective page on alexcredit.kz.Rate limit: 60 requests/min per IP.
No tracker or affiliate links anywhere in responses (enforced by tests).
По-русски
AlexCredit — каталог и рейтинг микрофинансовых организаций Казахстана с лицензией АРРФР. Этот MCP-сервер отдаёт те же публичные данные, что и сайт: условия микрокредитов для новых и повторных клиентов, годовую эффективную ставку вознаграждения (ГЭСВ), юридические данные компаний (БИН, номер лицензии, прямую ссылку на запись в реестре лицензий регулятора), рейтинг и отзывы заёмщиков, правовой контекст микрокредитования (ГЭСВ не выше 46%, короткие микрокредиты до 45 МРП на срок до 45 дней — не выше 0,3% в день). Сервер read-only, без аутентификации; при использовании данных ссылайтесь на canonical_url соответствующей страницы.
Links
Website: https://alexcredit.kz
Server card: https://alexcredit.kz/.well-known/mcp/server-card.json
llms.txt: https://alexcredit.kz/llms.txt
Contact: admin@alexcredit.kz
License
Documentation in this repository is licensed under MIT. The catalog data served by the MCP endpoint is proprietary to AlexCredit (alexcredit.kz) and may be used with attribution to canonical URLs.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
Read-only catalog of licensed Ukrainian MFOs: loan terms, NBU licenses, ratings and reviews.
Read-only catalog of Russian MFOs: loan terms, Bank of Russia registry data, ratings, reviews.
Free KZ agent utilities (Kazpost tracking, IIN/BIN, IBAN, LEI, FX) + governed API marketplace.
Read-only U.S. mortgage market, lender, GSE performance, and servicing analytics.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceQuery 13,000+ US consumer lenders with eligibility criteria, rates, CFPB complaints, and ratings. Find matching lenders by borrower profile, get full profiles, compare lenders, and check eligibility.MIT
- FlicenseNot gradedqualityCmaintenanceExposes a governed lending portfolio (loans, customers, risk-tier history) to any MCP-compatible AI client via read-only tools, schema resources, and analysis prompts, wrapping an existing API gateway instead of connecting directly to the database.-
- FlicenseNot gradedqualityBmaintenanceProvides read-only access to curated financial domain knowledge and product data with verified provenance, enabling users to search and retrieve trusted financial information.-
- AlicenseBqualityCmaintenanceMCP server for the AI-agent economy: free Kazakhstan / Central-Asia utilities (Kazpost parcel tracking, IIN/BIN & IBAN validation, GLEIF LEI lookup, KZT/ECB FX rates, weather) callable with no account, plus per-call purchase of KYA-verified API listings governed by Regent Protocol.10MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexandrrzk-ctrl/alexcredit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server