Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Inquira
I
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:24:44 PM

Inquira

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

AI survey platform: create and publish surveys, collect responses, generate AI analysis reports.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "inquira": {
      "command": "npx",
      "args": [
        "-y",
        "inquira"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Inquira Agent Plugin

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.

What is 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:

  • "Create a customer satisfaction survey for our SaaS onboarding and publish it"
  • "Create a 10-question NPS survey in Japanese and give me the link"
  • "Show me the responses for my latest survey"
  • "Generate an AI analysis report for my survey"

Requirements

  • An Inquira account (the free plan works)
  • An Inquira API key β€” in the app, open Developer from your account menu and create a key (keys look like sk-inquira-...)
  • An agent with MCP or plugin support (Codex, Claude Desktop, Cursor, …)

Available tools

ToolDescription
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.

Full MCP & API documentation: https://getinquira.com/docs/mcp

Install

Codex (as a plugin)

  1. Clone this repository (or point Codex at the repo URL if your version supports installing plugins from a URL).
  2. Open 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.
  3. Install the ./inquira plugin folder in Codex.

Codex (plain MCP, no plugin)

1. Store your API key as an environment variable so it stays out of config files and chat logs:

powershell
# Windows (PowerShell) β€” then restart your terminal:
setx INQUIRA_API_KEY "sk-inquira-xxxxxxxxxxxxxxxx"
server.ts
# 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:

toml
[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):

toml
http_headers = { Authorization = "Bearer sk-inquira-..." }

Claude Desktop / Cursor / other MCP clients

config.json
{
  "mcpServers": {
    "inquira": {
      "url": "https://getinquira.com/api/mcp",
      "headers": {
        "Authorization": "Bearer sk-inquira-YOUR_KEY"
      }
    }
  }
}

What's in this repo

Code
.agents/plugins/marketplace.json     Marketplace manifest
inquira/
  .codex-plugin/plugin.json          Plugin metadata
  .mcp.json                          MCP server config (add your API key here)
  assets/logo.png                    Logo
  skills/                            Workflow skills for the agent

How it works

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.

Links

  • Website: https://getinquira.com
  • MCP & API docs: https://getinquira.com/docs/mcp
  • Guide β€” connect Inquira to Claude: https://getinquira.com/guides/connect-inquira-to-claude-mcp
  • Official MCP Registry entry: com.getinquira/inquira

License

MIT

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • M
    MCP Registry Server

    Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs MCP Registry Server β†’
  • P
    Pollbolt

    AI-native survey & form builder. Manage surveys, responses, analytics, and webhooks.

    πŸ’» Developer Tools0 views
    Compare vs Pollbolt β†’

Frequently Asked Questions about Inquira

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "inquira": { "command": "npx", "args": ["-y", "Inquira"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewInquira AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/inquira?style=directory)](https://allmcps.com/mcp/inquira)
HTML Embed
<a href="https://allmcps.com/mcp/inquira"><img src="https://allmcps.com/api/badge/inquira?style=directory" alt="Inquira on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Inquira β†’Install in Claude DesktopInstall in CursorInstall in VS Code