Africa's Talking Airtime MCP
@nasoma
关于 Africa's Talking Airtime MCP
An MCP server for interacting with the Africa’s Talking Airtime service. It allows clients to topup airtime to a mobile number(s).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"africastalking-airtime-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Africa's Talking Airtime MCP?
A Model Context Protocol (MCP) server for managing airtime transactions via the Africa's Talking API. It provides tools to check balance, send airtime, view recent top-ups, sum amounts, and count top-ups by phone number, storing data in SQLite. Designed for developers integrating airtime management into AI clients like Claude Desktop or Goose.
How to use Africa's Talking Airtime MCP?
Install Python 3.10+, uv, clone the repository, and run uv sync. Configure with your AI client by setting environment variables username, api_key, country, and currency_code. Invoke the server through the client’s MCP configuration (e.g., for Claude Desktop add a JSON entry with command, args, and env). Use the provided tools via natural language prompts.
Key features of Africa's Talking Airtime MCP?
- Sending airtime to specified phone numbers.
- Storing transaction details in a SQLite database.
- Retrieving and summarizing transaction history.
- Checking account balance on Africa's Talking.
- Supports African countries where service is available.
- Works with AI clients like Claude Desktop and Goose.
Use cases of Africa's Talking Airtime MCP?
- Check your Africa's Talking account balance.
- Send airtime to a phone number.
- View recent top-up transactions.
- Calculate total amount of recent top-ups.
- Count how many times a specific number was topped up.
FAQ from Africa's Talking Airtime MCP
What are the dependencies to run this server?
Requires Python 3.10 or higher, uv, and an Africa's Talking account with a username and API key.
Where is transaction data stored?
All transaction details are stored in a local SQLite database file (airtime_transactions.db) created in the project directory.
What countries are supported?
The server
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论