Pay Advantage MCP Server
The Pay Advantage Model Context Protocol (MCP) server enables AI-powered code editors like Cursor and Windsurf, plus general-purpose tools like Claude Desktop, to interact directly with your Pay Advantage API and documentation.
What is MCP?
Model Context Protocol (MCP) is an open standard that allows AI applications to securely access external data sources and tools. The Pay Advantage MCP server provides AI agents with:
- Direct API access to Pay Advantage functionality
- Documentation search capabilities
- Real-time data from your Pay Advantage account
- Code generation assistance for Pay Advantage integrations
Pay Advantage MCP Server Setup
Pay Advantage hosts a remote MCP server at https://docs.payadvantage.com.au/mcp. Configure your AI development tools to connect to this server. If your APIs require authentication, you can pass in headers via query parameters or however headers are configured in your MCP client.
Add to~/.cursor/mcp.json:
{
"mcpServers": {
"pay-advantage": {
"url": "https://docs.payadvantage.com.au/mcp"
}
}
}Testing Your MCP Setup
Once configured, you can test your MCP server connection:
- Open your AI editor (Cursor, Windsurf, etc.)
- Start a new chat with the AI assistant
- Ask about Pay Advantage - try questions like:
- "How do I create a customer?"
- "Show me an example of setting up and managing a direct debit"
- "Create a new payment request using Pay Advantage"
Updated about 2 hours ago