Imagine asking Claude “how did the APAC region do last quarter?” and getting a real answer pulled live from your SQL Server - with the right row-level security applied. That is what EQQ's MCP Gateway enables.
The one-turn experience

You: How many open support tickets per region for the last 30 days?
Claude: I calledexecute_queryon the EQQ server. APAC has 42, EMEA 58, NA 31, LATAM 12. Here is the chart…
Claude does not generate SQL. It calls an EQQ tool whose input schema declares exactly which parameters are valid. The SQL was written months ago by your data steward, reviewed, tested, and marked Active.
Why this beats “give the model DB access”
- No injection. The model never writes SQL.
- No escalation. The API key is scoped to a role.
- Deterministic. Same prompt, same query, same numbers - because the SQL is fixed.
- Audit trail. Every AI call is logged alongside human runs.
Connecting Claude to your EQQ instance
- Create an API key under My Account → API Keys.
- Find the MCP endpoint URL under My Account → AI Assistant Integration — it is the
/mcppath on your EQQ server. - Add the following to Claude Desktop's MCP config, replacing the URL and key with your values:
{
"mcpServers": {
"eqq": {
"url": "http://[your-eqq-server]/mcp",
"headers": { "X-API-Key": "YOUR_API_KEY" }
}
}
}
- Restart Claude Desktop.
Ask a question. Watch the magic.
Key Terms
- APAC - Asia-Pacific - the geographic region covering East Asia, South-East Asia, Oceania, and the Indian subcontinent.
- EMEA - Europe, Middle East, and Africa - a common business region grouping used in international reporting.
- LATAM - Latin America - the region covering Mexico, Central America, South America, and the Caribbean.
- NA - North America - the region covering the United States and Canada for business reporting purposes.