ZaimHub - Russia loans Catalog
ZaimHub — Russia Microloans Catalog (MCP Server)
Public read-only Model Context Protocol server for the catalog of Russian microfinance organizations (MFOs) listed in the state registry of the Bank of Russia, powered by zaimhub.com — ZaimHub, a Russian MFO comparison marketplace.
Endpoint |
|
Transport | Streamable HTTP (stateless) |
Authentication | none (public data) |
Registry |
|
Server card | |
Language | Russian ( |
Rate limit | 60 requests/min per IP → HTTP 429 |
Every entity in every response carries a canonical_url pointing to the live page on zaimhub.com.
Tools
Tool | Parameters | Returns |
|
| All MFOs with borrower rating, quick terms and canonical card URLs, ordered by rating position. |
|
| Full MFO card: terms for new/repeat clients (amount, term, rate, full cost of credit), borrower requirements, fees, legal entity, OGRN, Bank of Russia registry number, 4-criteria rating, record update date. Empty fields are omitted. |
|
| Matching first-loan offers with terms, |
| — | Catalog categories grouped as on the site (popular, by payout method, by amount/term, by borrower type, other), each with its selection criterion. |
|
| One category: criterion, sorting, offer table with per-MFO terms. |
|
| Latest borrower reviews for an MFO: rating, date, text. |
| — | Legal context of microlending in Russia (0.8%/day rate cap under Art. 6.1 of Law 353-FZ, 100% total-cost cap since 2026-04-01, self-ban via Gosuslugi, cooling-off periods, debt collection rules under Law 230-FZ) with last-review date. |
Resources: llms.txt and llms-full.txt.
Related MCP server: mcp-fns-check
Installation
Claude (claude.ai / Claude Desktop)
Settings → Connectors → Add custom connector
Name:
ZaimHub catalog, URL:https://zaimhub.com/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": {
"zaimhub-catalog": {
"type": "streamable-http",
"url": "https://zaimhub.com/api/mcp"
}
}
}Quick sanity check with MCP Inspector:
npx @modelcontextprotocol/inspector --cli https://zaimhub.com/api/mcp --transport http --method tools/listExample prompts
"Find Russian microloans up to 10,000 RUB for two weeks where the first loan is interest-free."
"Show the legal entity, Bank of Russia registry number and current terms for Zaymer."
"What are the legal limits on microloan interest rates and total repayment in Russia?"
"List the top-rated Russian MFOs by borrower reviews and link their pages."
«Подбери займ до 10 000 ₽ на две недели, у кого первый займ под 0%»
«Условия и юрданные Займера»
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 zaimhub.com. There are no mutation tools.
Not financial advice. ZaimHub 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 zaimhub.com.Rate limit: 60 requests/min per IP.
No tracker or affiliate links anywhere in responses (enforced by tests).
По-русски
ZaimHub — каталог и рейтинг микрофинансовых организаций России из государственного реестра Банка России. Этот MCP-сервер отдаёт те же публичные данные, что и сайт: условия займов для новых и повторных клиентов, полную стоимость кредита, юридические данные компаний (ОГРН, номер в реестре ЦБ РФ), рейтинг и отзывы заёмщиков, правовой контекст микрозаймов (ставка не выше 0,8% в день по ст. 6.1 ФЗ-353, переплата не выше 100% с 01.04.2026 и т.д.). Сервер read-only, без аутентификации; при использовании данных ссылайтесь на canonical_url соответствующей страницы.
Links
Website: https://zaimhub.com
Server card: https://zaimhub.com/.well-known/mcp/server-card.json
llms.txt: https://zaimhub.com/llms.txt
Contact: admin@zaimhub.com
License
Documentation in this repository is licensed under MIT. The catalog data served by the MCP endpoint is proprietary to ZaimHub (zaimhub.com) and may be used with attribution to canonical URLs.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for EU company and business data. 9 tools: company search (GLEIF, 2M+ entities), LEI lookup, corporate structures (parent/subsidiaries), trade register search, EU VAT validation (VIES), GDP, unemployment, inflation, and business demography (Eurostat). All APIs free, no keys required.94MIT
- AlicenseAqualityBmaintenanceMCP server for verifying Russian counterparties (legal entities and individual entrepreneurs) via public Federal Tax Service data: EGRUL/EGRIP, bankruptcy registry (EFRSB), Transparent Business, bailiff service (FSSP), and arbitration courts (KAD).815MIT
- AlicenseCqualityBmaintenanceMCP server for MoySklad (МойСклад) warehouse and CRM management API. 21 tools covering the full order lifecycle: products, stock, counterparties, customer orders, shipments, supplies, warehouses, organizations, reports, and webhooks.601215MIT

Crawlora MCPofficial
AlicenseCqualityAmaintenanceHosted MCP server for structured public web data — 319 tools across search, maps, commerce, social & finance, returning clean JSON.1003741MIT
Related MCP Connectors
Read-only catalog of licensed Ukrainian MFOs: loan terms, NBU licenses, ratings and reviews.
Hosted MCP: 795 structured web-data tools for search, maps, commerce, social, gaming & finance.
Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).
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/zaimhub-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server