Skip to main content
The UQPAY Developer Docs site supports the Model Context Protocol (MCP), an open standard that allows AI assistants to access external data sources directly. By connecting your AI coding tool to the UQPAY MCP server, you can search and retrieve documentation without leaving your development environment.

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

Setup

The UQPAY MCP server endpoint is:
Open your Claude Desktop configuration file:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
Add the following to the mcpServers object:
Restart Claude Desktop to apply the changes.

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:
This file follows the 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

Verify that you have Node.js (v18 or later) installed, as npx is required to run the MCP bridge. Run node --version to check.
After adding the MCP configuration, restart your AI tool completely. Some tools require a full restart rather than just a reload.
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.