mfoxa-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., "@mfoxa-mcpWhat are the legal limits on microloan interest rates in Ukraine?"
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.
MFOXA — Ukraine Microfinance Catalog (MCP Server)
Public read-only Model Context Protocol server for the catalog of licensed Ukrainian microfinance organizations (MFOs), powered by mfoxa.com.ua — МФОХА, a Ukrainian MFO comparison marketplace.
Endpoint |
|
Transport | Streamable HTTP (stateless) |
Authentication | none (public data) |
Registry |
|
Server card | |
Languages | Ukrainian ( |
Rate limit | 60 requests/min per IP → HTTP 429 |
Every entity in every response carries a canonical_url pointing to the live page on mfoxa.com.ua.
Tools
Tool | Parameters | Returns |
|
| All MFOs with borrower rating and canonical card URLs. |
|
| Full MFO card: terms for new/repeat clients (amount, term, rate), effective annual rate, legal entity, NBU license, official disclosure PDFs, 4-criteria rating, record update date. |
|
| Matching first-loan offers with terms, |
|
| Catalog categories in two separate groups — credit (site root) and loan ( |
|
| One category: criterion, sorting, offer table with per-MFO terms. |
|
| Latest borrower reviews for an MFO: rating, date, text. |
|
| Legal context of microlending in Ukraine (1%/day rate cap under Law 3498-IX, mandatory creditworthiness assessment, penalty caps, debt collection rules, military credit holidays) with last-review date. Legal facts are maintained in Ukrainian only. |
Resources: llms.txt and llms-full.txt.
Related MCP server: Ogarni.AI MCP Server
Installation
Claude (claude.ai / Claude Desktop)
Settings → Connectors → Add custom connector
Name:
MFOXA catalog, URL:https://mfoxa.com.ua/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": {
"mfoxa-catalog": {
"type": "streamable-http",
"url": "https://mfoxa.com.ua/api/mcp"
}
}
}Quick sanity check with MCP Inspector:
npx @modelcontextprotocol/inspector --cli https://mfoxa.com.ua/api/mcp --transport http --method tools/listExample prompts
"Find Ukrainian microloans up to 10 000 UAH for two weeks where the first loan is interest-free."
"Show the legal entity, NBU license and current terms for Credit7."
"What are the legal limits on microloan interest rates in Ukraine?"
"List the top-rated Ukrainian MFOs by borrower reviews and link their pages."
«Підбери кредит до 10 000 грн на два тижні, у кого перший кредит під 0%»
«Покажи умови та юридичні дані Credit7»
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 mfoxa.com.ua. There are no mutation tools.
Not financial advice. МФОХА 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 mfoxa.com.ua.Rate limit: 60 requests/min per IP.
No tracker or affiliate links anywhere in responses (enforced by tests).
Українською
МФОХА — каталог і рейтинг мікрофінансових організацій України з ліцензією НБУ. Цей MCP-сервер віддає ті самі публічні дані, що й сайт: умови кредитів для нових і повторних клієнтів, реальну річну ставку, юридичні дані та офіційні документи компаній, рейтинг і відгуки позичальників, правовий контекст мікрокредитування (ліміт ставки 1% на день за Законом 3498-IX тощо). Сервер read-only, без автентифікації; при використанні даних посилайтеся на canonical_url відповідної сторінки.
Links
Website: https://mfoxa.com.ua
Server card: https://mfoxa.com.ua/.well-known/mcp/server-card.json
llms.txt: https://mfoxa.com.ua/llms.txt
Contact: admin@mfoxa.com.ua
License
Documentation in this repository is licensed under MIT. The catalog data served by the MCP endpoint is proprietary to МФОХА (mfoxa.com.ua) and may be used with attribution to canonical URLs.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenanceRead-only MCP server that connects AI clients to Crescender's school asset, loan, member, and asset-comms API.6MIT
- Flicense-qualityDmaintenanceRead-only MCP server for accessing personal finance data from Ogarni.AI, including receipts, categories, summaries, notifications, and more.
- Flicense-qualityCmaintenanceMCP server providing access to Polish business registers (KRS, CRBR) via the rejestr.io API, enabling search, retrieval of organizations, beneficial owners, financial documents, and more.

vartoofficial
Flicense-qualityBmaintenanceMCP server for Ukrainian public procurement (Prozorro) that exposes tools to search tenders, retrieve tender details and cards, list and read tender documents.
Related MCP Connectors
APIs.guru MCP — keyless directory of 2,500+ public APIs and their OpenAPI specs.
Ukraine Open Data (data.gov.ua) CKAN MCP.
National Bank of Ukraine (NBU) public statistics MCP. Keyless.
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/mfoxa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server