What you can do with MCP
Once connected, your AI assistant can:- Search across all UQPAY documentation for guides, API references, and code examples
- Retrieve the full content of any documentation page
- Answer questions about UQPAY products, APIs, and integration patterns using up-to-date documentation
Prerequisites
- A UQPAY sandbox or production account
- An AI tool that supports MCP, such as:
Setup
The UQPAY MCP server endpoint is:- Claude Desktop
- Claude Code
- Cursor
- Windsurf
- VS Code (Copilot)
Open your Claude Desktop configuration file:Restart Claude Desktop to apply the changes.
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
mcpServers object:Available tools
The MCP server provides two tools:
A typical workflow is: search to find the relevant page, then get_page to retrieve the full content.
Example prompts
After connecting to the MCP server, try these prompts in your AI assistant:llms.txt
If your AI tool does not support MCP, you can use the llms.txt index to provide UQPAY documentation as context. The index is available at:llms.txt standard and lists all available documentation pages with descriptions. You can feed it directly into any LLM-based tool to help it discover and retrieve UQPAY documentation.
Troubleshooting
MCP server not connecting
MCP server not connecting
Verify that you have Node.js (v18 or later) installed, as
npx is required to run the MCP bridge. Run node --version to check.Tools not appearing in AI assistant
Tools not appearing in AI assistant
After adding the MCP configuration, restart your AI tool completely. Some tools require a full restart rather than just a reload.
Search returns no results
Search returns no results
Try rephrasing your query with different keywords. The search works best with specific terms like product names (Card Issuance, Global Account), feature names (payout, webhook), or API operation names.

