Model Context ProtocolHelp Center
Last updated: 19 May 2026

Sentink MCP for AI assistants

Connect Claude, ChatGPT, and other MCP clients to your Sentink account. Discover workspaces, search surveys, run structured analytics, create draft surveys from a brief, and publish — only after you explicitly approve.

Works withClaudeChatGPTOther MCP clients
MCP endpoint
https://mcp.sentink.com/mcp

What you can do

Discover workspaces

List workspaces and surveys you already have access to in Sentink.

Search by title

Fuzzy-match surveys when you remember part of a name, not the exact ID.

Structured analytics

Metrics, distributions, cross-tabs, demographics, and sanitized open-text samples.

Create a survey from a brief

Create a survey from natural language — preview and edit before publishing.

Publish on approval

Write tools require your explicit consent; drafts stay private until you publish.

Share published surveys

Create distribution links and QR codes for live surveys after publish.

Connect with OAuth

01

Add the Sentink connector

In Claude, ChatGPT, or your MCP client, add a remote MCP server using https://mcp.sentink.com/mcp.

02

Sign in and approve access

When prompted, sign in with your Sentink account and grant consent. Production connections use OAuth 2.0 authorization code flow with PKCE — not API keys.

03

Start with discovery tools

Ask your assistant to list workspaces or search surveys, then drill into results with structured analytics tools before requesting optional Sentink AI reports.

04

Reconnect when needed

If your session expires or you switch Sentink accounts, disconnect and reconnect the MCP connector.

Data your assistant can access

The connector only sees data your Sentink user is already permitted to view:

  • Workspace names and IDs
  • Survey titles, status, and metadata
  • Aggregated response analytics (not raw respondent PII by default)
  • Sanitized open-text samples
  • Public distribution URLs for published surveys

Tools overview

Read

Structured data by default — no Sentink AI tokens consumed.

sentink_get_my_workspaces

List accessible workspaces

sentink_list_workspace_surveys

Surveys in a workspace

sentink_search_surveys

Fuzzy title search

sentink_get_survey_context

Survey metadata and structure

sentink_get_results_summary

High-level metrics

sentink_get_cross_tabs

Cross-tabulation matrices

sentink_get_open_text_responses

Paginated open-text samples

sentink_get_demographic_breakdowns

Age and gender splits

sentink_create_distribution_link

Link + QR for published surveys

Write

Requires your approval in the AI client.

sentink_generate_survey_from_prompt

Create a draft survey from a natural-language brief

sentink_publish_survey

Make a draft survey live (surveyId only)

Sentink AI

Only when you explicitly ask — consumes AI quota.

sentink_run_ai_analysis

Executive-style AI analysis

sentink_generate_report

Full AI report generation

Limits and best practices

  • Tool responses are capped at ~25,000 tokens for platform compatibility.
  • For large surveys, use sentink_get_cross_tabs with rowKeywords and columnKeywords.
  • Paginate open text with sentink_get_open_text_responses (limit + offset).
  • Heavy report generation may take up to 5 minutes.
  • Use app.sentink.com for full interactive analytics, filters, and exports.

Survey generation uses resilient AI fallbacks — if a model is overloaded, Sentink can still return a basic draft template so your MCP workflow keeps moving.

Analytics without AI by default

Read tools return structured JSON your assistant interprets locally. Sentink AI analysis and reports run only when you explicitly request those tools.

Drafts are not public

Surveys created via sentink_generate_survey_from_prompt are drafts until you publish them. Use sentink_publish_survey with surveyId only after you ask in chat — ChatGPT may block tools that send approval or consent flags. Distribution links apply only to published surveys.

Privacy and support

See our Privacy Policy for how MCP data is handled with third-party AI assistants, retention, and your rights. Questions: [email protected]

Sentink MCP for AI Assistants | Help