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 today- Open Claude Desktop.
- From the menu bar, open Settings → Developer → Edit Config. This opens
claude_desktop_config.jsonin your editor (creates it if missing). - Paste the config below, replace
YOUR_API_KEY_HEREwith your key. - Save the file and 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 GitHub Copilot Chat agent mode (Preview).
{
"servers": {
"inqvey": {
"type": "http",
"url": "https://inqvey.com/api/mcp/v1",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}ChatGPT (custom connectors / apps)
Coming soonChatGPT's custom connector setup requires OAuth — it does not accept a pasted API key. We're shipping OAuth next, which will unlock both ChatGPT and claude.ai web. In the meantime, use Claude Desktop or Cursor above for full Inqvey access 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:
mcpServers:
- name: inqvey
type: streamable-http
url: https://inqvey.com/api/mcp/v1
requestOptions:
headers:
Authorization: Bearer YOUR_API_KEY_HERECline (VS Code extension)
Works todayIn the Cline panel, click the MCP Servers icon → Remote Servers tab. Pick Transport Type: Streamable HTTP, then enter:
inqveyhttps://inqvey.com/api/mcp/v1AuthorizationBearer YOUR_API_KEY_HEREClick Add Server.
Claude.ai web (Custom Connector)
Coming soonclaude.ai's Custom Connector picker requires OAuth, which we're shipping next (same work unlocks ChatGPT too). In the meantime, use Claude Desktop above for the same Claude with full Inqvey access today.
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.