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
「その他」の他のコンテンツ
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

EverArt
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.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント