How to connect Inquira to Claude with MCP
To connect Inquira to Claude, create an Inquira API key, then add Inquira's remote MCP server (https://getinquira.com/api/mcp) to your client with an Authorization: Bearer header — the agent can then create, publish, and analyze surveys for you.
Inquira is a native remote MCP (Model Context Protocol) server, published in the official MCP Registry as com.getinquira/inquira. Any MCP-capable client — Claude, Cursor, and others — can call it.
Steps
- Create an Inquira API key. Sign in at getinquira.com and open the Developer panel (from your account menu) to create a key. Keys look like sk-inquira-...; keep it secret, as it authenticates every request.
- Add the MCP server to your client. Point your MCP client at the remote endpoint https://getinquira.com/api/mcp and set the header Authorization: Bearer sk-inquira-your-key.
- Confirm the tools load. The client should list Inquira's tools: create_survey, get_surveys, get_responses, get_ai_report, publish_survey, and get_survey_link.
- Ask the agent to work. Prompt the agent naturally, e.g. "Create and publish an onboarding NPS survey, then share the link" — it calls the tools to do it.
Example client configuration
Most clients accept a JSON block like: { "mcpServers": { "inquira": { "type": "http", "url": "https://getinquira.com/api/mcp", "headers": { "Authorization": "Bearer YOUR_INQUIRA_API_KEY" } } } }
See the full MCP & API documentation at getinquira.com/docs/mcp for tool schemas and examples.
Frequently asked questions
Which AI agents can use Inquira?
Any MCP-capable client, including Claude and Cursor. Inquira is a standard remote MCP server over Streamable HTTP, listed in the official MCP Registry as com.getinquira/inquira.
Do I need a paid plan to use the MCP server?
The Free plan includes API/MCP access with 100 calls per month and limited survey creation. The Pro plan raises this to 10,000 calls per month with unlimited survey creation and AI reports via the API.
How does authentication work?
Each request sends an Authorization: Bearer header with your Inquira API key (keys look like sk-inquira-...). Create and revoke keys anytime in the Developer panel, opened from your account menu.
Try Inquira free
Describe your goal and get a professional survey in about 30 seconds.
Get started freeMore guides: How to create a survey with AI · How to analyze survey responses with AI · How to write good survey questions