tafsiri-mcp
This server (tafsiri-mcp) provides Kenya-focused language translation and terminology tools for Swahili, Kikuyu, Luo, and official document contexts.
Swahili-English Glossary (
swahili_english_glossary): Look up civic and government terms with Swahili-English translations, with optional term search.Kikuyu Language Guide (
kikuyu_language_guide): Access Kikuyu (Gĩkũyũ) language basics and resources, with optional term lookup.Luo Language Guide (
luo_language_guide): Access Luo (Dholuo) language basics and resources, with optional term lookup.Official Document Glossary (
official_document_glossary): Retrieve Kenya official document terminology — forms, certificates, and legal terms — filterable by document type.Language Detection Guide (
language_detection_guide): Get guidance on detecting and translating Kenyan languages, optionally providing a text sample for context.Civic Terminology in Swahili (
civic_terminology_swahili): Look up Swahili translations of Kenya civic and legal processes, optionally filtered by a specific process.
⚠️ All tools return DEMO data and are not suitable for operational or production decisions.
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., "@tafsiri-mcptranslate 'land title' to Swahili"
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.
tafsiri-mcp
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 tafsiri-mcp · Use with any MCP client.
Kenya translation infrastructure via MCP — Swahili/English glossary, Kikuyu guide, Luo guide, official document terms, language detection, civic terminology. 6 tools.
1st world equivalent: DeepL, Google Translate API, Masakhane
Install
pip install tafsiri-mcpRelated MCP server: diaspora-mcp
Tools (6)
Tool | Description |
| Swahili-English civic and government glossary |
| Kikuyu (Gĩkũyũ) language basics and resources |
| Luo (Dholuo) language basics and resources |
| Kenya official document terminology and costs |
| Language detection and translation resources for Kenya |
| Swahili translations of Kenya civic and legal processes |
License
MIT © Gabriel Mahia | contact@aikungfu.dev
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-busAll 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.gabrielmahiaEvaluate 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.
Available Tools
6 toolscivic_terminology_swahiliC
Swahili translations of Kenya civic and legal processes. DEMO.
| Name | Required | Description | Default |
|---|---|---|---|
| process | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, and the description provides no behavioral traits. It fails to disclose whether the tool is read-only, requires authentication, or handles null inputs. The 'DEMO' suffix hints at limitations but is not explicit.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short (6 words), but it is under-specified rather than concise. It lacks structure and forces the agent to guess the tool's function.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simple schema (1 optional param), no annotations, and existing output schema, the description is woefully incomplete. It does not explain input/output behavior or how this tool differs from similar glossary tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single parameter 'process' has 0% schema description coverage, and the tool description adds no meaning to it. The purpose and format of the parameter are completely undefined.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states 'Swahili translations of Kenya civic and legal processes' which identifies the domain but lacks a verb specifying the action (e.g., 'get', 'translate'). It partially distinguishes from siblings by mentioning civic/legal focus, but 'DEMO' adds ambiguity about production readiness.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus siblings like 'swahili_english_glossary' or 'kikuyu_language_guide'. The description does not provide context for appropriate use or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
kikuyu_language_guideC
Kikuyu language basics and resources for Kenya. DEMO.
| Name | Required | Description | Default |
|---|---|---|---|
| term | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description bears full responsibility for behavioral disclosure. It only states it's a demo, failing to mention whether it is read-only, requires authentication, or has any side effects. This is insufficient for a reliable agent invocation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short but includes the purpose and demo indicator. However, it lacks detail needed for effective use, balancing conciseness with insufficient information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity (one optional parameter) and presence of an output schema, the description should explain the tool's return value or behavior. It does not, leaving the agent without crucial context for interpreting results.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single parameter 'term' is not described at all in the description. Schema coverage is 0%, and the description offers no clue about what values to provide or their effect, making it nearly impossible for an agent to use correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool covers Kikuyu language basics and resources for Kenya, and it distinguishes from sibling tools like luo_language_guide and swahili_english_glossary by specifying the language. The 'DEMO' tag indicates it's a demonstration tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. It does not mention prerequisites or typical use cases, leaving the agent without context for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
language_detection_guideC
Guide to language detection and translation resources for Kenya. DEMO.
| Name | Required | Description | Default |
|---|---|---|---|
| text_sample | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description labels the tool as 'DEMO', indicating incomplete functionality, and as a 'Guide', implying read-only behavior. However, with no annotations, it fails to disclose any side effects, permissions, or further behavioral traits such as what happens when 'text_sample' is provided.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short and front-loaded, but it is too sparse to be considered effectively concise. While it avoids verbosity, it sacrifices necessary detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has an output schema and one optional parameter, the description should clarify what the guide covers, how the input affects the output, and the significance of the 'DEMO' label. It fails to provide sufficient context for reliable use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the description does not mention the single parameter 'text_sample' at all, providing no guidance on its purpose or format. The description adds no value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states it is a guide to language detection and translation for Kenya, which is somewhat clear but vague. It distinguishes from sibling language-specific guides like 'kikuyu_language_guide' by being a general resource, but lacks specificity about what the tool actually does.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus siblings. The description does not mention use cases, prerequisites, or alternatives, leaving the agent without contextual direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
luo_language_guideC
Luo language basics and resources for Kenya. DEMO.
| Name | Required | Description | Default |
|---|---|---|---|
| term | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries full burden. It mentions 'DEMO' which suggests limited functionality, but does not disclose what actions occur (e.g., retrieves information), whether results are cached, or any side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single short sentence, which is under-specified given the tool's purpose. It omits essential details while being terse, not concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite having an output schema, the description fails to explain what the tool returns or how to use the 'term' parameter. Sibling tool names suggest thematic overlap, but no differentiation is provided.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has one optional parameter 'term' with 0% description coverage. The description does not explain its purpose (e.g., a word or phrase to look up), expected format, or behavior when omitted.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Luo language basics and resources for Kenya. DEMO.' indicates the tool is about the Luo language, but lacks a specific verb or action (e.g., provide, translate, explain). It does not distinguish from sibling language guides like kikuyu_language_guide.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives such as swahili_english_glossary or civic_terminology_swahili. The description does not mention context or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
official_document_glossaryC
Kenya official document terminology guide — forms, certificates, legal terms. DEMO.
| Name | Required | Description | Default |
|---|---|---|---|
| document_type | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided; description only mentions 'DEMO' which hints at limited functionality but is not explicit. No disclosure of behavior like querying or returning results.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, concise and front-loaded with the key topic. However, the 'DEMO' tag is extraneous but not overly damaging.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given one optional parameter and no required fields, the description should at least specify what the tool returns. It fails to provide enough context for effective use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the description does not explain the 'document_type' parameter's purpose or expected values. The description adds no meaning beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states it is a 'terminology guide' for Kenya official documents, which gives a general idea but lacks a specific action verb. It is distinguishable from siblings by domain, but the purpose is vague.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool compared to siblings. No indication of contexts or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
swahili_english_glossaryC
Swahili-English civic and government glossary. DEMO.
| Name | Required | Description | Default |
|---|---|---|---|
| term | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits, but it only says 'glossary. DEMO.' It does not reveal whether it is read-only, what happens on misses, or any error behaviors.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short (two words plus 'DEMO'), which is concise but at the cost of essential information. It front-loads the domain but lacks functional detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has an output schema, the description fails to explain what the tool returns (e.g., definitions, translations). It does not cover expected behavior or limitations, making it incomplete for an AI agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The only parameter 'term' has no description in the schema (0% coverage), and the description adds no extra meaning beyond 'glossary.' The usage of 'term' as query or exact match is implied but not clarified.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states it's a 'Swahili-English civic and government glossary,' clearly indicating the domain and languages. However, it doesn't specify the exact action (e.g., lookup, list) provided by the tool. The DEMO label hints at limitations.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No information on when to use this tool versus siblings like 'civic_terminology_swahili' or other language guides. There is no context about prerequisites or typical use cases.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
Each tool targets a distinct language or concept (Swahili terminology, Kikuyu guide, Luo guide, language detection, document glossary, English-Swahili glossary). Minor overlap between the two Swahili-focused tools but descriptions differentiate them.
All names follow a consistent lowercase_with_underscores pattern, combining nouns clearly (e.g., civic_terminology_swahili, language_detection_guide). No mixed conventions.
Six tools cover major Kenyan languages and document types without being excessive. The count is well-scoped for a language resource server.
The set provides guides and glossaries for Swahili, Kikuyu, Luo, and official documents, but lacks other Kenyan languages and actual translation functionality. The server's DEMO nature explains the gaps but they are notable.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Bilingual dictionary lookup and translation validation for kasahorow Fellows.
Localization for AI agents: projects, languages, glossaries and translations from your agent
Manage translation projects, phrases and locales with secure organization-scoped tools and views.
Accurate, brand-controlled translation for text, code, images, and documents with terminology.
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides access to Kenya's civic datasets including parliament records, county budgets, SACCO registry, and drought data through MCP tools. Enables AI agents to analyze and query Kenyan public data for civic applications.61MIT
- AlicenseCqualityAmaintenanceProvides tools for Kenyans abroad to navigate dual citizenship, diaspora taxes, homeland investment, document verification, and community resources via MCP.6MIT
- AlicenseCqualityAmaintenanceMCP server providing access to Kenya and East Africa historical archives, including timelines, independence leaders, cultural heritage sites, ethnic groups guide, oral history resources, and historical documents.6MIT
- AlicenseCqualityAmaintenanceProvides access to Kenya 47-county local government data, including demographics, budgets, services, and contact information for all counties.6MIT
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/gabrielmahia/tafsiri-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server