Connecting via MCP
The Attest MCP server lets you connect and query your survey results from any MCP-compatible AI tools, such as Claude Desktop or Claude Code.
Note: MCP integration uses the same API key as the REST API. Generate an API key first before continuing.
Connecting via config file
Add the following to your MCP config file:
{
"mcpServers": {
"attest": {
"command": "npx",
"args": ["mcp-remote@latest", "https://mcp.askattest.com", "--header", "X-API-Key: <API_KEY>"]
}
}
}Connecting via a custom connector
Many AI tools support adding a custom MCP server through a settings or integrations UI, without any local setup or CLI configuration. If your tool supports this, you can connect Attest using the following details.
Setting up the connector
- In your AI tool, find the MCP or integrations settings and choose to add a custom connector.
- Enter the following server URL:
https://mcp.askattest.com/mcp - When prompted for authentication, add a custom header:
X-API-Key: <API_KEY> - Save the connector. Attest should now appear as a connected integration.
What you can do
Once connected, you can ask questions about your study results in natural language. Instead of exporting data and building pivot tables, you can interrogate your results directly.
"What studies do I have in Attest?"
"Show me the results from our Q1 brand tracker."
"What were the top reasons people gave for choosing a competitor brand?"
"How did awareness vary across age groups in the latest wave?"
"Has brand consideration changed since the previous wave?"
"Which segments showed the biggest shift in sentiment this quarter?"
"Give me a short summary of the key findings from this study that I can paste into a slide."