← alexcredit.kz

INDIVIDUAL MCP TOOL

get_mfo

Полная карточка одной МФО по slug.

alexcredit.kznone authenticationAvailability not checked

LIVE ENDPOINT

https://alexcredit.kz/api/mcp

No auth detected

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

alexcredit.kz

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.alexcredit]
url = "https://alexcredit.kz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "alexcredit": {
      "type": "http",
      "url": "https://alexcredit.kz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: alexcredit
Remote MCP URL: https://alexcredit.kz/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": {
    "alexcredit": {
      "url": "https://alexcredit.kz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "alexcredit": {
      "type": "http",
      "url": "https://alexcredit.kz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "alexcredit",
  "transport": "streamable-http",
  "url": "https://alexcredit.kz/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_mfo — Список всех МФО каталога AlexCredit (Казахстан) с рейтингом заёмщиков.
  • search_offers — Подбор МФО под запрос заёмщика по сумме, сроку и признаку «первый микрокредит под 0,01%».
  • list_categories — Все тематические подборки (витрины) каталога, сгруппированные по секциям: популярные, по способу получения, по сумме и сроку, по категориям заёмщиков и прочие.
  • get_category — Одна тематическая подборка каталога по slug.
  • get_reviews — Последние отзывы заёмщиков об одной МФО по slug — только публичные отзывы, опубликованные на сайте.
  • get_market_rules — Правовой контекст микрокредитов в Казахстане на дату последней редакционной проверки: регулятор АРРФР и лицензирование, предельная ГЭСВ 46% годовых, особый режим коротких микрокредитов (до 45 МРП и 45 дней: не выше 0,3% в день, ГЭСВ до 179%), МРП текущего года, добровольный отказ от кредитов через eGov, признаки нелегальных кредиторов.