Philippines Payments Mcp
About
A remote MCP server that lets AI agents (Claude, ChatGPT, Cursor…) accept payments in the Philippines through GCash, Maya, GrabPay, credit/debit cards, and online banking. It routes via PayMongo links (hosted checkout) and acts as a stateless translation layer — no funds…
Details
- Author
- junter1989k-ai
- Downloads
- 206
Jump to
- Accepts GCash, Maya, GrabPay, cards, and online banking
- Pull-based payment status check — no webhook needed
- Stateless: never holds or stores funds or credentials
- Test mode available with sk_test_... keys (free)
- Part of a 7-country payment MCP family
- Zero runtime dependencies for production usage
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Philippines Payments McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure your AI client with the MCP endpoint https://mcp-ph.wishpool.app/mcp and pass the header x-paymongo-secret-key with your PayMongo secret key (use sk_test_... for test mode, sk_live_... for production). Use the tools create_payment_link to generate a payment link and query_payment_status to check status by session_id.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"philippines payments mcp": {
"philippines-payments": {
"type": "http",
"url": "https://mcp-ph.wishpool.app/mcp"
}
}
}
}
McpServers
{
"philippines-payments": {
"type": "http",
"url": "https://mcp-ph.wishpool.app/mcp"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


