AI survey platform: create and publish surveys, collect responses, generate AI analysis reports.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Inquira.
create_surveyGenerate a professional survey from a research goal with AI (5 languages, optional auto-publish). Returns the survey ID and shareable link.
get_surveysList the surveys belonging to your account (filter by status).
publish_surveyPublish a draft survey so it accepts responses via its share link.
get_survey_linkGet the shareable link for a published survey.
get_responsesFetch the responses submitted to a survey.
get_ai_reportGenerate an AI analysis report: executive summary, key metrics, per-question insights, and action recommendations.
Let your AI agent create, publish, and analyze surveys with Inquira — an AI-powered survey platform. This repo packages Inquira's remote MCP (Model Context Protocol) server as a plugin for OpenAI Codex, plus drop-in configs for Claude, Cursor, and any MCP-compatible client.
Inquira is published in the official MCP Registry as com.getinquira/inquira.
Inquira turns a one-sentence research goal into a professional survey, collects responses through a shareable link, and generates an AI analysis report — executive summary, key metrics, per-question insights, and prioritized recommendations. Through this plugin, an agent can do all of that for you in natural language.
Ask your agent things like:
sk-inquira-...)| Tool | Description |
|---|---|
create_survey | Generate a professional survey from a research goal with AI (5 languages, optional auto-publish). Returns the survey ID and shareable link. |
get_surveys | List the surveys belonging to your account (filter by status). |
publish_survey | Publish a draft survey so it accepts responses via its share link. |
get_survey_link | Get the shareable link for a published survey. |
get_responses | Fetch the responses submitted to a survey. |
get_ai_report | Generate an AI analysis report: executive summary, key metrics, per-question insights, and action recommendations. |
Full MCP & API documentation: https://getinquira.com/docs/mcp
inquira/.mcp.json and replace YOUR_INQUIRA_API_KEY with your key. Treat your local copy as private — never commit a real key. For a keyless setup, use the plain-MCP install below../inquira plugin folder in Codex.1. Store your API key as an environment variable so it stays out of config files and chat logs:
2. Add to ~/.codex/config.toml (or a project-scoped .codex/config.toml), then restart Codex:
If your Codex version doesn't support bearer_token_env_var, fall back to an inline header (less safe — the key lives in the config file):
The plugin points your agent at Inquira's remote MCP server over Streamable HTTP at https://getinquira.com/api/mcp. Every request carries your API key as an Authorization: Bearer header. The server exposes the six tools above; your agent calls them to create, publish, and analyze surveys on your Inquira account.
com.getinquira/inquiraMIT
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/inquira)<a href="https://allmcps.com/mcp/inquira"><img src="https://allmcps.com/api/badge/inquira?style=directory" alt="Inquira on AllMCPs" /></a>