This server connects Claude to the Hong Kong Monetary Authority's public APIs without requiring authentication. It's part of the Pipeworx gateway ecosystem, which aggregates over 250 data sources into MCP endpoints. You can either use this standalone HKMA endpoint or connect to the full Pipeworx gateway for broader access. The source repository doesn't list specific tools, but you can query it through the ask_pipeworx natural language interface rather than calling individual endpoints directly. Useful if you're building financial applications that need Hong Kong monetary data, exchange rates, or regulatory information and want to keep everything in the MCP protocol.
Hong Kong Monetary Authority (HKMA) public open API MCP. Keyless.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"hkma-hk": {
"url": "https://gateway.pipeworx.io/hkma-hk/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Hkma Hk data" })
The gateway picks the right tool and fills the arguments automatically.
MIT