Skip to main content
Glama

usafiri-mcp

usafiri-mcp Glama score


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 usafiri-mcp · Use with any MCP client.


MCP server for Kenya transport — matatu routes, NTSA services, boda-boda licensing, freight logistics, and passenger rights. 5 tools.

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

Related MCP server: habari-mcp

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

Model-agnostic by design: closed APIs, open-weight models, and small distilled models are all first-class citizens.

Available Tools

5 tools
boda_licensing_guideB
Read-only

Boda boda (motorcycle taxi) licensing requirements in Kenya. DEMO.

ParametersJSON Schema
NameRequiredDescriptionDefault
countyNoCounty to get boda boda licensing information for.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

B3.4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety and scope boundaries are set. The description adds the word 'DEMO', which hints at limited or sample data but is not explained. No other behavioral details (e.g., response format, error cases, county-specific differences) are disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise: two short fragments totaling fewer than ten words. It is front-loaded with the core resource and adds the DEMO label for context. The structure is minimal but acceptable, though the second fragment feels like an annotation rather than a fully formed sentence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple optional parameter, readOnly annotation, and presence of an output schema, the description covers the essential purpose. The ambiguous 'DEMO' label raises questions about data authenticity or completeness, and the description does not clarify what the tool actually returns or its limitations, so it falls slightly short of complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema describes the single 'county' parameter with 100% coverage, and the default/null behavior is clear. The description does not add any additional meaning about how the county parameter affects the results, so it does not go beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specifies a concrete resource ('Boda boda (motorcycle taxi) licensing requirements') and adds geographic scope ('in Kenya'), which distinguishes it from sibling tools like matatu_route_finder or freight_logistics_guide. It lacks an explicit verb (e.g., 'lists' or 'provides'), but the intent is clear from context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The usage context is implied by the resource name: use this tool when you need boda boda licensing information for a specific county. However, there is no explicit guidance on when not to use it or how it relates to the sibling tools (e.g., matatu_route_finder). No exclusions or alternatives are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

freight_logistics_guideC
Read-only

Freight logistics options for Kenya SMEs. DEMO.

ParametersJSON Schema
NameRequiredDescriptionDefault
originYes
cargo_typeNogeneral
destinationYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

C2.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and openWorldHint=false. The description adds 'DEMO', signaling that the tool is illustrative or non-production, which is useful context beyond the annotations. However, it does not disclose other behavioral traits such as output format or data limitations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

At six words, the description is extremely short, but this is under-specification rather than effective conciseness. The phrase 'options' is vague, and 'DEMO' adds a caveat without explaining its implications.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With two required parameters (origin, destination) and an optional cargo_type, an agent needs context about expected inputs and usage. The description provides almost none, leaving the tool's purpose and invocation details severely underdetermined even with an output schema present.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has three parameters (origin, destination, cargo_type) with 0% description coverage, and the description does not mention any of them. It fails completely to compensate for the schema's lack of semantic meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the domain (freight logistics for Kenya SMEs) but lacks a specific verb or action, making it unclear whether the tool lists options, provides guidance, or performs a calculation. It separates the tool from transport siblings by broad topic but not by specific function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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 like matatu_route_finder or ntsa_services_guide. The 'Kenya SMEs' framing implies an intended audience but not a decision rule for tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

matatu_route_finderA
Read-only

Find matatu routes between Kenyan towns. DEMO.

ParametersJSON Schema
NameRequiredDescriptionDefault
originYes
destinationYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds 'DEMO' and 'between Kenyan towns', which gives some behavioral context (limited/demonstration scope and geographic restriction), but it does not elaborate on what 'DEMO' implies (e.g., sample data, incomplete coverage).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence with no wasted words. 'Find matatu routes between Kenyan towns. DEMO.' delivers the core purpose and a key caveat efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity, an output schema, and readOnly annotation, the description is mostly adequate. However, it does not explain what 'DEMO' entails or possible edge cases (e.g., no route found, unsupported towns), leaving some ambiguity for a production-minded agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description says 'between Kenyan towns', which implies that origin and destination are town names in Kenya. However, it offers no format, examples, or additional constraints beyond the schema's basic string type.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with a specific verb ('Find'), resource ('matatu routes'), and geographic scope ('between Kenyan towns'). It distinguishes itself from sibling tools like 'ntsa_services_guide' and 'boda_licensing_guide', which are informational guides rather than route finders.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for route finding but does not explicitly state when to use this tool versus the sibling guides, nor does it mention any exclusions or alternative tools. It provides clear context but lacks explicit guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

ntsa_services_guideA
Read-only

NTSA services guide: driving licence, vehicle inspection, permits. DEMO.

ParametersJSON Schema
NameRequiredDescriptionDefault
serviceYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A3.5/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The readOnlyHint annotation already establishes this is a safe read operation. The description adds only modest context: the 'DEMO' flag indicates it may be a sample/limited tool, and the topic list provides scope. No contradictions with annotations are present, but no deeper behavioral details (e.g., return format, limitations) are given.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise and front-loaded with the tool name and topic list. Every phrase adds value, including the 'DEMO' note. It could be slightly more structured to separate the tool's purpose from its parameter hints, but overall it is efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple one-parameter schema and presence of an output schema, the description covers the main purpose and parameter domain. However, it does not mention whether any default service applies, how many services exist, or what to expect in the response (e.g., a static guide vs. dynamic data). The DEMO note hints at limitations but doesn't fully explain behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With schema description coverage at 0% and no enums, the description is the primary source of meaning for the 'service' parameter. It lists the likely acceptable values ('driving licence, vehicle inspection, permits'), which is essential for an agent to construct a valid request. This substantially compensates for the sparse schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies a resource ('NTSA services guide') and lists the topics it covers (driving licence, vehicle inspection, permits). It partially distinguishes from sibling tools by specifying this is the NTSA-related guide, though it could state its function as a verb (e.g., 'provides information about').

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for questions about NTSA services like driving licences, vehicle inspection, or permits. However, it does not explicitly say when to use this guide over sibling tools like matatu_route_finder or boda_licensing_guide, leaving some ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

transport_rights_queryC
Read-only

Passenger rights for Kenya public transport. DEMO.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

C2.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, so the agent knows this is a safe read operation. The description adds 'DEMO' which hints at limited production readiness, but otherwise adds no extra behavioral detail beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very brief, with two short fragments, which keeps front-loading good. However, it omits essential information about the parameter and usage, making it under-specified rather than efficiently concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity and presence of an output schema, return values are covered. However, the description is incomplete for effective use because it doesn't clarify what 'topic' should contain, leaving a significant gap in how to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter 'topic' has no schema description and the tool description provides no guidance on what values or topics are valid. With schema coverage at 0%, the description fails to compensate, leaving the agent to guess what to pass.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the resource and scope: passenger rights for Kenya public transport. It is distinguishable from sibling tools such as matatu_route_finder or boda_licensing_guide, but it lacks an explicit verb like 'query' or 'retrieve', relying on the tool name for that.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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, nor any context about appropriate topics or scenarios. The description merely states what it covers without any usage direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool updatev0.1.2
    • Changedboda_licensing_guide1 field changed
      • addedInput schema / properties / county / description
        Added value: +"County to get boda boda licensing information for."
  2. 5 tool updatesv0.1.0
    • First observedboda_licensing_guide
    • First observedfreight_logistics_guide
    • First observedmatatu_route_finder
    • First observedntsa_services_guide
    • First observedtransport_rights_query

TDQS

B3.2/5.0
Disambiguation5/5

Each tool targets a distinct transport topic: matatu routes, NTSA services, boda licensing, freight logistics, and passenger rights. There is no overlap in purpose; an agent can easily tell them apart based on the subject matter in the descriptions.

Naming Consistency3/5

All names follow snake_case and a similar 'topic-purpose' structure, but the suffixes vary inconsistently: 'finder', 'guide', 'guide', 'guide', 'query'. This mixed pattern is readable but not fully predictable.

Tool Count5/5

With only 5 tools, the server is tightly scoped to a niche domain—Kenyan transport information. Each tool covers a distinct aspect, and the count feels deliberate rather than sparse or bloated.

Completeness4/5

The set covers major transport information areas: routes, licensing, services, freight, and rights. Minor gaps exist (e.g., road conditions, specific fare queries), but the core surface for a transport-info demo is well represented.

Maintenance

ActivitySlowing
ResponsivenessSyncing

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

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP server for Kenya insurance intelligence, providing tools to query insurance products, NHIF coverage, and parametric crop risk scoring.
    6
    MIT
  • A
    license
    C
    quality
    A
    maintenance
    MCP server for Kenya civic information — Kenya Gazette, government tenders, open data, parliament tracker, citizen feedback.
    5
    MIT
  • A
    license
    C
    quality
    A
    maintenance
    MCP server for Kenya community finance — SACCO finder, chama formation, cooperative benefits, loan guides, member rights.
    5
    MIT

Latest Blog Posts

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/usafiri-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server