Connect Inquira to Claude Desktop, Cursor, OpenAI Codex, or any MCP-compatible AI assistant. Create surveys, collect responses, and generate AI reports — all through natural language.
Authentication
All requests require a valid Inquira API key in the Authorization header. Get your key from Dashboard → Developer.
First, save your API key as an environment variable — this keeps it out of config files and chat logs:
# Windows (PowerShell) — then restart your terminal:
setx INQUIRA_API_KEY "sk-inquira-xxxxxxxxxxxxxxxx"
# macOS / Linux — add to your shell profile:
export INQUIRA_API_KEY="sk-inquira-xxxxxxxxxxxxxxxx"
Then add this to ~/.codex/config.toml (or a project-scoped .codex/config.toml) and restart Codex:
If your Codex version doesn't support bearer_token_env_var, use http_headers = { Authorization = "Bearer sk-inquira-..." } instead.
Example Usage
// In Claude Desktop, Cursor, or Codex, just say:
"Create a customer satisfaction survey for our SaaS
product onboarding and publish it"
"Show me the responses for survey abc1234"
"Generate an AI analysis report for my latest survey"
"Create a 10-question NPS survey in Japanese and give me the link"
Available Tools
create_survey
Generate a professional survey using AI from a research goal.