MCP Integration
Use Inqvey in your AI tool
Inqvey speaks the Model Context Protocol so you can run real market research from inside Claude, ChatGPT, Cursor, VS Code, Windsurf, Continue, and any other MCP-compatible client. Pick your tool below.
Step 1 — Get your API key
Free tier includes 9 research questions. Generate a key in your account, then paste it into your client's config below.
Get API keyStep 2 — Install in your client
Claude Desktop
Works todayOpen claude_desktop_config.json:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\\Claude\\claude_desktop_config.json
Paste the config below, replace YOUR_API_KEY_HERE with your key, then restart Claude Desktop.
{
"mcpServers": {
"inqvey": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://inqvey.com/api/mcp/v1",
"--header",
"Authorization: Bearer ${INQVEY_API_KEY}"
],
"env": {
"INQVEY_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}Cursor
Works todayOne-click install (Cursor 1.0+) — opens Cursor and adds Inqvey with a placeholder. Paste your API key after install.
Add to CursorOr edit ~/.cursor/mcp.json manually:
{
"mcpServers": {
"inqvey": {
"url": "https://inqvey.com/api/mcp/v1",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}VS Code (Copilot Chat agent mode)
Works todayOpen the command palette and run MCP: Open User Configuration. Add theinqveyentry below to your mcp.json servers block.
Requires VS Code 1.99+ with GitHub Copilot Chat agent mode enabled.
{
"servers": {
"inqvey": {
"type": "http",
"url": "https://inqvey.com/api/mcp/v1",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}ChatGPT (Developer Mode)
Works todayIn ChatGPT, open Settings → Connectors → Developer Mode→ Add custom connector. Use these values:
https://inqvey.com/api/mcp/v1BearerYOUR_API_KEY_HEREFor listing in the official ChatGPT App Directory, OAuth is required — we're shipping that next. Developer Mode works today.
Windsurf (Cascade)
Works todayEdit ~/.codeium/windsurf/mcp_config.json (or %USERPROFILE%\\.codeium\\windsurf\\mcp_config.json on Windows). Add:
{
"mcpServers": {
"inqvey": {
"url": "https://inqvey.com/api/mcp/v1",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}Continue.dev
Works todayAdd to your config.yaml:
experimental:
modelContextProtocolServers:
- transport:
type: streamable-http
url: https://inqvey.com/api/mcp/v1
headers:
Authorization: Bearer YOUR_API_KEY_HERECline (VS Code extension)
Works todayOpen the Cline sidebar → MCP Servers tab → Add Remote Server. Use these values:
inqveyhttps://inqvey.com/api/mcp/v1AuthorizationBearer YOUR_API_KEY_HEREClaude.ai web (Custom Connector)
Coming soonThe claude.ai Custom Connector picker requires OAuth 2.1 with dynamic client registration. We're shipping it next. In the meantime, use Claude Desktop above — same Claude, full MCP access.
Building your own integration?
Inqvey's MCP endpoint is at https://inqvey.com/api/mcp/v1. Bearer auth, JSON-RPC 2.0 over Streamable HTTP, current MCP spec rev 2025-11-25. Discovery document at /.well-known/mcp.json.
Health check (no auth): /api/mcp/v1/health
Troubleshooting
Tools don't show up in my client
~/Library/Logs/Claude for Claude Desktop).I'm getting 401 Unauthorized
YOUR_API_KEY_HERE in your config.I'm getting 403 Forbidden
Where do I check my quota?
get_account_status tool. Or visit /app/account.