nomu-payment-mcp-server
v1.0.0
Published
MCP server for OPPWA payment gateway integration
Maintainers
Readme
Nomu Payment MCP Server
A Model Context Protocol (MCP) server for OPPWA payment gateway integration.
Features
- get_payment_status: Query payment status from OPPWA payment gateway
- Direct integration with OPPWA EU Test environment
- Returns raw OPPWA API responses
Installation
npm install -g nomu-payment-mcp-serverUsage
With Cursor MCP
Add to your ~/.cursor/mcp.json:
{
"mcpServers": {
"nomu-payment": {
"command": "npx",
"args": ["-y", "nomu-payment-mcp-server"]
}
}
}Parameters
- payment_id: The OPPWA payment/transaction ID
- bearer_token: Your OPPWA API bearer token
- entity_id: Your OPPWA entity ID
Example
npx nomu-payment-mcp-serverLicense
MIT
