Use with AI · SQL · API

One key. Three ways to use it.

Plug Renavon into Claude Desktop, Cursor, ChatGPT, or any HTTP client. Same datasets, same warehouse, sub-second queries.

Connection details updated — MotherDuck retired 2026-05-04

Your API key is unchanged. If you previously connected via mcp-server-clickhouse with a MotherDuck token, you now use the REST API below (or any HTTP client). See the three ways to access Hong Kong data guide for the migration path. (Unrelated to this: the MCP tab below is a new, separate Renavon-hosted connector for Claude/ChatGPT/Gemini — not part of this migration.)

Step 1

Your API key

Authenticate with an API key. Free account, no credit card.

POST https://renavon.com/api/v1/query
Get your API key
Step 2

Plug it in

Your personal remote MCP server URL — paste it into any MCP-compatible client. No install, no config file.

https://renavon-mcp-mono.onrender.com/YOUR_API_KEY/mcp

This URL contains your API key — treat it like a password. Anyone who has it can query your subscribed data.

Claude

Settings → Connectors → Add custom connector. Paste the URL, name it “Renavon”, leave the OAuth fields blank.

ChatGPT

Settings → Connectors (Developer Mode) → Add custom connector. Paste the URL — no separate auth header needed, the URL is your credential.

Gemini Enterprise

Data Stores → Add custom MCP data store → Streamable HTTP. Paste the URL.

Once connected, ask things like "What were last weekend's Sha Tin winners?" — the agent calls list_datasets and query and writes the SQL itself.

Step 3

Your tables

Query tables in the renavon_exports database. Example tables:

hkjc_races
SELECT * FROM hkjc_races LIMIT 10
hkjc_horses
SELECT * FROM hkjc_horses LIMIT 10
crhk_companies
SELECT * FROM crhk_companies LIMIT 10

Create a free account to see your tables.