Servers

ShaBaas Pay MCP Server
@shabaaspay
Official ShaBaasPay AI toolkit and MCP integrations for agent frameworks and function calling.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"shabaaspay": {
"url": "https://mcp-staging.shabaas.com/mcp",
"transport": "http",
"headers": {
"Authorization": "<YOUR_API_KEY>"
}
}
}
}