Mpesa Daraja MCP Server
@jameskanyiri
About Mpesa Daraja MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mpesa_mcp_server": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mpesa Daraja MCP Server?
A Python-based server that implements the Mpesa Daraja API functionality using FastMCP. It provides a simple interface to interact with Safaricom's Mpesa Daraja API, starting with OAuth access token generation.
How to use Mpesa Daraja MCP Server?
- Install Python 3.7+, clone the repository, create and activate a virtual environment, and install dependencies with
pip install -r requirements.txt. 2. Create a.envfile with your Mpesa Daraja credentials:MPESA_CONSUMER_KEY,MPESA_CONSUMER_SECRET,PASSKEY,BUSINESS_SHORTCODE, andCALLBACK_URL. 3. Start the server by runningpython server.py. The server then listens for FastMCP client requests.
Key features of Mpesa Daraja MCP Server
- OAuth token generation for Mpesa Daraja API
- Secure credential management via environment variables
- Comprehensive error handling and logging
- FastMCP-based server implementation
Use cases of Mpesa Daraja MCP Server
- Authenticating with Safaricom's Mpesa Daraja API for subsequent transactions
- Automating access token refresh in M-Pesa integrations
- Building AI-powered M-Pesa applications via the Model Context Protocol
FAQ from Mpesa Daraja MCP Server
What does the Mpesa Daraja MCP Server do?
It generates OAuth access tokens for the Safaricom Mpesa Daraja API, handling authentication so you can make further API calls.
What are the prerequisites?
Python 3.7 or higher, Mpesa Daraja API credentials (Consumer Key and Secret), and pip.
What environment variables are required?
MPESA_CONSUMER_KEY, MPESA_CONSUMER_SECRET, PASSKEY, BUSINESS_SHORTCODE, and CALLBACK_URL.
How does the server communicate?
It uses the FastMCP protocol. You start python server.py and interact via a FastMCP client.
Where are credentials stored?
Credentials are read from a .env file in the project root, which is excluded from version control. All API communications use HTTPS.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Codelf
unbugA search tool helps dev to solve the naming things problem.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments