1. Conduid
  2. Finance
  3. Moneroo
MCP server · Finance

Moneroo

MCP Server for Moneroo

37Low

Scored 4 months ago · breakdown

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 Code
claude mcp add moneroo -- npx -y moneroo-mcp
npx
npx -y moneroo-mcp

This 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

I know everything about Moneroo. Ask me about installation, configuration, usage, or troubleshooting.

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 npm TypeScript SDK for the Moneroo API
moneroo-mcp npm 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

SDK documentation

moneroo-mcp — MCP Server

A Model Context Protocol server that lets AI assistants (Claude, Cursor, etc.) interact with Moneroo directly:

  • list_payments — browse recent transactions
  • get_payment — fetch transaction details
  • create_payment_link — generate a checkout URL
  • get_payout — fetch payout details
npx moneroo-mcp

MCP Server documentation


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.

Questions

About Moneroo

How do I install Moneroo?

Run claude mcp add moneroo -- npx -y moneroo-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Moneroo safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Moneroo still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.