FeedByte

MCP

OAuth-protected Model Context Protocol for survey analytics.

FeedByte exposes a Model Context Protocol server so an AI client can read survey analytics for the signed-in user's active organization.

Connect

MCP URLhttps://mcp.feedbyte.io/mcp
Scopesurvey:analytics:read

In Cursor, Claude Desktop, or any MCP client that speaks OAuth, add the MCP URL and complete sign-in at https://feedbyte.io/sign-in. Consent is granted at /oauth/consent.

The access token is bound to the user's active organization. Switch organization in the dashboard before asking the assistant about a different tenant.

You can also copy the MCP URL from Settings in the dashboard.

Tools

ToolWhat it returns
list_surveysSurveys in the active organization (id, name, status, type, timestamps). Optional status, search, cursor pagination.
get_survey_scopesLocations and stations you can filter a survey's analytics by.
get_survey_summaryAggregated metrics: response counts, completion, sentiment, ratings, NPS, choice breakdowns. Optional station, location, and time range.
search_responsesSearch over open-text and voice-transcript answers.
list_responsesIndividual responses with cursor pagination and the same scope filters.

Scope filters shared by summary, search, and list: stationId, locationId, dateFrom, dateTo, status (completed or flagged).

Example

Once the client is connected:

  1. list_surveys with status: "active".
  2. get_survey_scopes for a survey id.
  3. get_survey_summary scoped to a station and last 30 days.
  4. search_responses with query "wait time" for verbatim quotes.

Writes (publish a survey, fulfill a redemption) are not available over MCP. Use the API or webhooks for those.

On this page