pypi sifa-mcpstdioupdated 1mo ago
Informal-sector workers build reputation with one buyer, one platform, one neighborhood at a time — and lose it the moment they switch. Nothing makes that reputation portable or agent-queryable.
sifa mcp で何ができる?
⭐ sifa-mcp — Portable Reputation & Skills Passport 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 sifa-mcp · Use with any MCP client.
Sifa = reputation/praise in Swahili.
Informal-sector workers build reputation with one buyer, one platform, one neighborhood at a time — and lose it the moment they switch. Nothing makes that reputation portable or agent-queryable.
The Structural Problem
In mature economies, reputation travels: Uber driver ratings, Yelp reviews, LinkedIn endorsements, contractor licence registries. A skilled plumber in Chicago can prove her track record to any homeowner in Los Angeles.
In Kenya, trust is tribal and local. A qualified mason in Mombasa cannot take her reputation to Nairobi. Economic mobility is throttled by the non-portability of professional identity.
Reputation portability is a coordination technology. Without it, hiring defaults to personal networks, which excludes the most talented people outside existing networks.
Tools
| Tool | What it does |
|---|---|
create_worker_profile |
Create a portable reputation profile with skills, location, experience |
add_service_record |
Log a completed job with client details and rating |
get_reputation_profile |
Retrieve full profile with trust score for any requester type |
generate_reference |
Generate a formatted professional reference letter |
list_skill_categories |
Browse all NITA-aligned skill categories |
compare_workers |
Rank multiple workers by trust score and skill match |
Trust Score
Scored 0–100 across four signals:
- Job volume (up to 30 pts) — number of completed jobs
- Average quality (up to 35 pts) — client star ratings
- Verified records (up to 20 pts) — client-OTP-confirmed completions
- Tenure (up to 15 pts) — years of documented history
Tiers: NEW → BUILDING → ESTABLISHED → TRUSTED
Quick Start
pip install sifa-mcp # coming soon to PyPI
sifa-mcp # starts on stdio
Example
# Create a mason's portable profile
create_worker_profile(
full_name="James Mwangi",
phone="0712345678",
primary_skill="construction",
sub_skills="masonry,tiling,plastering",
location="Nairobi",
years_experience=8
)
# → SFA-A3F2B19C4E1D
# Log a completed job
add_service_record(
profile_id="SFA-A3F2B19C4E1D",
client_name="ABC Contractors",
client_phone="0722000000",
service_type="Kitchen tiling",
duration_days=5,
payment_kes=15000,
client_rating=5
)
# Generate a reference for a new job application
generate_reference(profile_id="SFA-A3F2B19C4E1D", reference_purpose="job_application")
Research Basis
- IFC "The Value of Reputation" (2020)
- ILO Skills Recognition Framework (2023)
- World Bank "Mobile-Based Reputation Systems" (2021)
- Kenya NITA (National Industrial Training Authority) trade classifications
⚠️ DEMO — Production requires Huduma Number / NIIMS integration for identity verification.
© 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.
インストール
sifa mcp をクライアントに追加します。お使いのものを選んでください。
claude mcp add sifa-mcp -- uvx sifa-mcpcodex mcp add sifa-mcp -- uvx sifa-mcpamp mcp add sifa-mcp -- uvx sifa-mcp{
"mcpServers": {
"sifa-mcp": {
"command": "uvx",
"args": [
"sifa-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"sifa-mcp": {
"command": "uvx",
"args": [
"sifa-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"sifa-mcp","command":"uvx","args":["sifa-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"sifa-mcp": {
"command": "uvx",
"args": [
"sifa-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"sifa-mcp": {
"command": "uvx",
"args": [
"sifa-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"sifa-mcp": {
"command": "uvx",
"args": [
"sifa-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"sifa-mcp": {
"type": "local",
"command": "uvx",
"args": [
"sifa-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"sifa-mcp": {
"command": {
"path": "uvx",
"args": [
"sifa-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx sifa-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
6 個のツール
sifa mcp は接続したエージェントに 6 個のツールを提供します。
- create_worker_profile
- Create a portable reputation profile with skills, location, experience
- add_service_record
- Log a completed job with client details and rating
- get_reputation_profile
- Retrieve full profile with trust score for any requester type
- generate_reference
- Generate a formatted professional reference letter
- list_skill_categories
- Browse all NITA-aligned skill categories
- compare_workers
- Rank multiple workers by trust score and skill match
スコア
60 / 100
良好
- ドキュメント20/25
- メンテナンス16/25
- 信頼性6/20
- 機能6/15
- 導入のしやすさ12/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
- 6 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
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.1.4最新 | 2026年7月18日 |
| 0.1.3 | 2026年7月4日 |