Flutterwave MCP Server
mcp-flutterwave
Сервер MCP (Model Context Protocol) , который позволяет помощникам на основе искусственного интеллекта взаимодействовать с Flutterwave, предоставляя инструменты для подтверждения транзакций, отправки неудачных хуков и многого другого.
Предупреждение!!!
Данный MCP находится в активной разработке.
Related MCP server: TropiPay MCP Server
Функции
Подтверждение транзакций (уже включено)
Повторить неудачные транзакции (автоматически повторять транзакции с устранимыми ошибками) [x]
Извлечение истории транзакций (извлечение и анализ прошлых транзакций) [x]
Отправить неудачные хуки (уже включено)
Сгенерировать платежные ссылки [x]
Автоматизированная поддержка клиентов (чат-бот на основе искусственного интеллекта, интегрированный с Flutterwave для запросов по транзакциям) [x]
Использование с Claude Desktop
Добавьте следующее в ваш claude_desktop_config.json . Подробнее см. здесь .
{
"mcpServers": {
"flutterwave": {
"command": "npx",
"args": [
"-y",
"mcp-flutterwave",
"--tools=checkout.create",
"--secret-key=FLW_SECRET_KEY"
]
}
}
}Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
- ZapierOAuthcom.zapier
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Related MCP Servers
FlicenseNot gradedqualityDmaintenanceOpen-source MCP server that streamlines payment integration for AI agents and financial apps in Africa, providing unified tools for providers like M-Pesa.1-- AlicenseAqualityDmaintenanceAn MCP server that provides a standardized interface for AI assistants to interact with TropiPay's payment platform, enabling account management, transactions, beneficiary management, and payment link creation through tools and resources.11121MIT
- AlicenseNot gradedqualityBmaintenanceA remote MCP server that lets any AI agent accept payments in Nigeria via cards, bank transfer, USSD, and mobile money through Paystack.MIT
- AlicenseNot gradedqualityBmaintenanceA remote MCP server that lets any AI agent accept payments in Rwanda via MTN Mobile Money, Airtel Money, and cards through Flutterwave's hosted checkout.MIT
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/bajoski34/mcp-flutterwave'
If you have feedback or need assistance with the MCP directory API, please join our Discord server