About Moneroo
Moneroo is an MCP server in the Finance category: mCP Server for Moneroo. It has been installed 0 times through Conduid.
Install
claude mcp add moneroo -- npx -y moneroo-mcpnpx -y moneroo-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Moneroo
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
README
moneroo-tools
Monorepo containing the official TypeScript SDK and MCP Server for the Moneroo payment API.
By Aboudou Zinsou · MIT License
Packages
| Package | Version | Description |
|---|---|---|
moneroo |
TypeScript SDK for the Moneroo API | |
moneroo-mcp |
MCP Server — gives AI assistants access to Moneroo |
What is Moneroo?
Moneroo is a payment infrastructure for Africa, supporting 60+ mobile money and card payment methods across 30+ countries (MTN MoMo, Orange Money, Wave, Airtel, M-Pesa, and more).
What is in this repo?
moneroo — TypeScript SDK
Full-featured SDK to integrate Moneroo into any Node.js backend:
- Initialize payments and get checkout URLs
- Collect payouts to mobile money accounts
- Verify webhook signatures (HMAC-SHA256)
- Typed error classes per HTTP status
npm install moneroo
moneroo-mcp — MCP Server
A Model Context Protocol server that lets AI assistants (Claude, Cursor, etc.) interact with Moneroo directly:
list_payments— browse recent transactionsget_payment— fetch transaction detailscreate_payment_link— generate a checkout URLget_payout— fetch payout details
npx moneroo-mcp
Development
Prerequisites: Node.js 18+, pnpm 9+
git clone https://github.com/aboudou-cto-bloko/moneroo-tools.git
cd moneroo-tools
pnpm install # install all dependencies
pnpm build # build all packages
pnpm lint # lint all packages
pnpm format # format all source files
Contributing
Contributions are welcome. Please read CONTRIBUTING.md before opening a PR.
Releasing
This project uses Changesets for versioning and GitHub Actions for automated npm publishing.
pnpm changeset # describe your change and affected packages
git commit && git push origin main
# → CI opens a "Release PR" → merge it → packages publish automatically
License
MIT — Aboudou Zinsou (@aboudou-cto-bloko)
README mirrored from the source repository 4 months ago. The original is authoritative.