Server data from the Official MCP Registry
AI survey platform: create and publish surveys, collect responses, generate AI analysis reports.
AI survey platform: create and publish surveys, collect responses, generate AI analysis reports.
Remote endpoints: streamable-http: https://getinquira.com/api/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
6 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-getinquira-inquira": {
"url": "https://getinquira.com/api/mcp"
}
}
}From the project's GitHub README.
Plugin for AI agents (OpenAI Codex, ChatGPT, and other MCP-compatible assistants) to create, publish, and analyze surveys with Inquira.
Ask your agent things like:
sk-inquira-...)inquira/.mcp.json and replace YOUR_INQUIRA_API_KEY with your API key. (The plugin manifest keeps the key in this file — treat your local copy as private and never commit it. For a keyless config, use the plain-MCP install below.)./inquira in Codex.1. 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"
2. Add to ~/.codex/config.toml (or a project-scoped .codex/config.toml), then restart Codex:
[mcp_servers.inquira]
url = "https://getinquira.com/api/mcp"
bearer_token_env_var = "INQUIRA_API_KEY"
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):
http_headers = { Authorization = "Bearer sk-inquira-..." }
{
"mcpServers": {
"inquira": {
"url": "https://getinquira.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_INQUIRA_API_KEY"
}
}
}
}
.agents/plugins/marketplace.json Marketplace manifest
inquira/
.codex-plugin/plugin.json Plugin metadata
.mcp.json MCP server configuration (add your API key here)
assets/ Logo
skills/ Workflow skills for the agent
| Tool | Description |
|---|---|
create_survey | Generate a survey from a research goal (5 languages, optional auto-publish) |
get_surveys | List your surveys |
publish_survey | Make a draft survey live |
get_survey_link | Get the shareable link |
get_responses | Fetch submitted responses |
get_ai_report | AI analysis report: summary, metrics, insights, recommendations |
Full API documentation: https://getinquira.com/docs/mcp
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.