tap-payments-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tap-payments-mcpCreate a charge of 150 SAR for a new subscription"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tap-payments-mcp
MCP server for Tap Payments gateway (UAE/Saudi/Kuwait/Bahrain). Supports charges, refunds, customers, and invoices via Bearer token auth.
Tools (8)
Tool | Description |
| Create a payment charge |
| Get charge details by ID |
| List charges with filters |
| Refund a captured charge |
| Get refund details |
| Create a customer profile |
| Create a payment invoice |
| List invoices with filters |
Related MCP server: app.wishpool/saudi-arabia-payments-mcp
Quick Start
{
"mcpServers": {
"tap-payments": {
"command": "npx",
"args": ["-y", "@theyahia/tap-payments-mcp"],
"env": {
"TAP_SECRET_KEY": "<YOUR_SECRET_KEY>"
}
}
}
}Environment Variables
Variable | Required | Description |
| Yes | Secret API key from Tap dashboard |
Demo Prompts
"Create a charge of 100 AED for a coffee subscription"
"Check status of charge chg_abc123"
"List all captured charges"
"Refund 50 AED from charge chg_xyz789"
"Create a customer profile for Ali with email ali@example.com"
License
MIT
This server cannot be installed
Maintenance
Latest Blog Posts
- 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/theYahia/tap-payments-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server