Connection

Connect your agent

Use this server URL in ChatGPT, Claude, or another MCP-compatible client.

https://api.signaldeck.com/mcp

Authorization

Authorize the app in Signaldeck

After you add the MCP server URL, your MCP-compatible app should start Signaldeck's OAuth flow. Sign in to Signaldeck, approve MCP access for the right account, and the app will receive the token it needs to call the tools below.

  • The approval screen uses your normal Signaldeck session. If you are signed out, Signaldeck will ask you to log in first.
  • Clients that support remote MCP discovery can find Signaldeck's registration, authorization, and token endpoints from the MCP metadata.
  • If the approval screen does not open, check that your client supports remote MCP servers with OAuth.

Tools

Available MCP tools

Use these tools to help agents answer questions from real customer feedback.

projects.list

Find the projects available to the connected account.

No inputs.

forms.list

See the feedback forms in a project.

Needs projectId.

submissions.list

Review recent submissions in a project or form.

Needs projectId. Optional formId, limit, offset, startDate, and endDate.

submissions.get

Open one submission with its answers.

Needs projectId and submissionId.

responses.search

Find feedback that matches a specific question or phrase.

Needs projectId and query. Optional formId, responseType, limit, offset, startDate, and endDate.

insights.summary

Read Signaldeck's summary for a project or form.

Needs projectId. Optional formId.