INDIVIDUAL MCP TOOL
get_mfo
Карточка МФО: условия для новых и повторных клиентов, требования, комиссии, юрданные (ОГРН, реестр ЦБ РФ), рейтинг по 4 критериям, дата актуализации записи.
LIVE ENDPOINT
https://zaimhub.com/api/mcp
Connect to this endpoint to inspect the live schema for get_mfo and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.zaimhub]
url = "https://zaimhub.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zaimhub": {
"type": "http",
"url": "https://zaimhub.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zaimhub
Remote MCP URL: https://zaimhub.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zaimhub": {
"url": "https://zaimhub.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zaimhub": {
"type": "http",
"url": "https://zaimhub.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zaimhub",
"transport": "streamable-http",
"url": "https://zaimhub.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_mfo— Список всех МФО каталога с рейтингом заёмщиков и canonical_url карточек.search_offers— Подбор предложений МФО по сумме (₽), сроку (дней) и признаку «первый займ под 0%» (first_loan_zero_percent: true/false/null, null = не подтверждено).list_categories— Все подборки займов каталога с группировкой (популярные, по способу получения, по сумме и сроку, по категориям заёмщиков) и критерием попадания.get_category— Подборка займов: критерий попадания, сортировка, таблица предложений МФО с условиями.get_reviews— Последние отзывы заёмщиков о МФО: оценка, дата, текст (только публичные данные сайта).get_market_rules— Правовой контекст микрозаймов в России (ставка 0,8%/день, лимит переплаты 100%, 151-ФЗ/353-ФЗ, самозапрет, период охлаждения) с датой последней проверки.