mono-mcp

Provides a Model Context Protocol (MCP) server exposing Nigerian banking-related tools (e.g., account linking, balance/info, BVN lookup, payments, transaction history) and a webhook endpoint (/mono/webhook) for real-time banking events with HMAC signature verification and storage for later retrieval.

Evaluated Mar 30, 2026 (22d ago)
Homepage ↗ Repo ↗ API Gateway mcp fastmcp openbanking webhooks payments fintech python ai-agents
⚙ Agent Friendliness
55
/ 100
Can an agent use this?
🔒 Security
56
/ 100
Is it safe for agents?
⚡ Reliability
20
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
78
Documentation
70
Error Messages
0
Auth Simplicity
55
Rate Limits
10

🔒 Security

TLS Enforcement
80
Auth Strength
60
Scope Granularity
20
Dep. Hygiene
55
Secret Handling
65

Mentions HMAC-SHA256 signature verification for webhook authenticity and environment-based secrets. However, MCP-side authentication/authorization and scope granularity for tool calls are not documented here. Also, webhook event storage is described at a high level (SQLite/database), but details about access control, retention, encryption, and deduplication are not provided.

⚡ Reliability

Uptime/SLA
0
Version Stability
45
Breaking Changes
0
Error Recovery
35
AF Security Reliability

Best When

You want an agent-friendly MCP interface for a banking integration and you can run/host the MCP server (or use the provided hosted FastMCP Cloud URL) with correct environment secrets.

Avoid When

You need a fully documented REST/OpenAPI-based public API surface or documented rate-limit/retry semantics; or you cannot control and audit webhook security and database storage behavior.

Use Cases

  • Connect an AI assistant via MCP to perform banking operations (balance, account info, transactions)
  • Verify BVN and recipient account details before initiating payments
  • Initiate payments and check payment status via MCP tools
  • Ingest and inspect real-time banking webhook events for audit/debugging
  • Build agent workflows that react to banking events using stored webhook data

Not For

  • Handling highly sensitive operations without proper secret management and operational security review
  • Production deployments without validating webhook verification, persistence integrity, and failure modes against your specific threat model
  • Use cases requiring fine-grained regulatory/compliance guarantees that are not documented here

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
Yes

Authentication

Methods: HMAC-SHA256 signature verification for webhook authenticity (server-side)
OAuth: No Scopes: No

The README emphasizes HMAC verification for incoming webhooks and environment-based secrets, but does not clearly specify how the MCP client/agent is authenticated to the MCP server or what auth methods/scopes apply for MCP tool calls.

Pricing

Free tier: No
Requires CC: No

No pricing information is provided for the MCP server or FastMCP Cloud hosting in the given content.

Agent Metadata

Pagination
Uses limit/page parameters for get_transaction_history.
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Webhook-driven workflows may depend on reliable webhook delivery and event storage; without documented replay/deduplication semantics, agents could see duplicate events.
  • No documented guidance on rate limits, retries, or idempotency for payment initiation/verification tools.
  • If webhook secrets are misconfigured, events may be rejected (behavior not fully specified).

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mono-mcp.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-30.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered