Remote MCP server for initiating and managing real time payment workflows using ShaBaas Pay. Developers can create payment agreements, initiate payments and automate settlement workflows through AI agents using the Model Context Protocol.
Server Config
{
"mcpServers": {
"shabaaspay": {
"url": "https://mcp-staging.shabaas.com/mcp",
"transport": "http",
"headers": {
"Authorization": "<YOUR_API_KEY>"
}
}
}
}