pypi mkopo-mcpstdioupdated 1mo ago
Most East Africans transacting heavily on mobile money have no formal credit file — the data exists in M-PESA history, but no scoring model reads it as an agent-callable tool.
Was kannst du mit mkopo mcp machen?
💳 mkopo-mcp — Alternative Credit Scoring MCP Server
Compatible with claude-sonnet-5 (released 2026-06-30) — Anthropic's most agentic
Sonnet yet. Runs multi-step tool chains end-to-end without stopping short.
Install: pip install mkopo-mcp · Use with any MCP client.
Most East Africans transacting heavily on mobile money have no formal credit file — the data exists in M-PESA history, but no scoring model reads it as an agent-callable tool.
70%+ of Kenyan adults are "credit invisible" — no formal credit history means no access to capital. M-PESA is a de facto financial history record that predicts repayment behaviour. mkopo-mcp makes that intelligence accessible to AI agents.
The Structural Problem
In mature economies, credit bureaus have 30+ years of credit card, mortgage, and auto loan data per person. That data machine took 50 years to build. In Kenya, most people's financial lives happen in cash and mobile money — invisible to formal credit systems.
M-PESA is the credit bureau that doesn't know it is one.
- Regular income deposits → income stability
- Utility payment regularity → discipline signal
- Savings behaviour (M-Shwari, chama) → future orientation
- Fuliza usage ratio → short-term distress indicator
- Business Paybill receipts → verifiable commercial activity
Tools
| Tool | What it does |
|---|---|
alternative_credit_score |
Score from M-PESA behavioural signals (300–850 scale) |
mpesa_creditworthiness |
Analyse inflow/outflow patterns for loan capacity |
credit_report_summary |
Generate structured report like a loan officer would review |
loan_eligibility |
Match to appropriate Kenya lender types |
credit_improvement_tips |
Personalised steps to improve credit tier |
Quick Start
pip install mkopo-mcp # coming soon to PyPI
mkopo-mcp # starts on stdio
Research Basis
- World Bank "Expanding Access to Finance" (2022)
- Breza & Kinnan "Measuring the Equilibrium Impacts of Credit" (2021)
- CBK Prudential Guidelines (2022)
- Kenya CRB Act (Cap. 44A)
⚠️ DEMO data — not a real CRB product. Consult Metropol or CRB Africa for official reports.
© 2026 Gabriel Mahia / AI Kung Fu LLC · MIT License
Part of the East Africa Coordination Stack
This MCP server is one of 32 tools in the Kenya coordination infrastructure.
Connect it to africa-coord-bus —
the coordination event bus that routes signals between domains automatically.
pip install africa-coord-bus
All 32 servers: pypi.org/user/gmahia Live demo: coord-cascade-demo
IP & Collaboration
MIT licensed. Feedback via GitHub Issues only — pull requests are not accepted. Demo data is labeled DEMO and is not suitable for operational decisions. Full policy: docs/architecture/IP_POLICY.md. Security reports: see SECURITY.md.
Part of the East Africa coordination stack
- Install & run:
pip install reli-cli && reli list— 33 MCP servers on the official MCP Registry underio.github.gabrielmahia - Evaluate any model on Swahili agent tasks: kipimo · dataset · leaderboard
- Coordinate across servers: africa-coord-bus — offline-first event bus with a built-in Kenya routing table
- Datasets: huggingface.co/gmahia · Docs hub: nairobi-stack
Model-agnostic by design: closed APIs, open-weight models, and small distilled models are all first-class citizens.
Installation
mkopo mcp zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add mkopo-mcp -- uvx mkopo-mcpcodex mcp add mkopo-mcp -- uvx mkopo-mcpamp mcp add mkopo-mcp -- uvx mkopo-mcp{
"mcpServers": {
"mkopo-mcp": {
"command": "uvx",
"args": [
"mkopo-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mkopo-mcp": {
"command": "uvx",
"args": [
"mkopo-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mkopo-mcp","command":"uvx","args":["mkopo-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mkopo-mcp": {
"command": "uvx",
"args": [
"mkopo-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mkopo-mcp": {
"command": "uvx",
"args": [
"mkopo-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mkopo-mcp": {
"command": "uvx",
"args": [
"mkopo-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mkopo-mcp": {
"type": "local",
"command": "uvx",
"args": [
"mkopo-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mkopo-mcp": {
"command": {
"path": "uvx",
"args": [
"mkopo-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx mkopo-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
5 Tools
mkopo mcp stellt einem verbundenen Agent 5 Tools bereit.
- alternative_credit_score
- Score from M-PESA behavioural signals (300–850 scale)
- mpesa_creditworthiness
- Analyse inflow/outflow patterns for loan capacity
- credit_report_summary
- Generate structured report like a loan officer would review
- loan_eligibility
- Match to appropriate Kenya lender types
- credit_improvement_tips
- Personalised steps to improve credit tier
Score
60 / 100
Gut
- Dokumentation20/25
- Pflege16/25
- Vertrauen6/20
- Funktionsumfang6/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 44 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.1.3Aktuell | 18. Juli 2026 |
| 0.1.2 | 4. Juli 2026 |