SatisMeter MCP
Read-only MCP server for exposing SatisMeter survey data to Claude custom connectors, enabling NPS response analysis and reading project, survey, response, and statistics.
README
SatisMeter MCP
Read-only remote MCP server for exposing SatisMeter survey data to Claude custom connectors.
It is designed for NPS response analysis, but also exposes project, survey, response, and statistics reads from the SatisMeter API. The server runs as a Vercel serverless function and implements OAuth dynamic client registration so Claude can connect to it as a remote MCP connector.
What It Does
- Lets Claude read SatisMeter project metadata.
- Lists and finds surveys, including likely NPS surveys.
- Reads paginated survey or project responses.
- Reads survey statistics.
- Supports a default project ID so Claude users do not need to include
projectIdin prompts. - Keeps the SatisMeter API key server-side in Vercel environment variables.
Deploy Your Own
This repository is optimized for Vercel. The MCP server is implemented as a Vercel serverless function in api/mcp.ts, with routing defined in vercel.json.
- Fork or clone this repository.
- Create a Vercel project from the fork.
- Add the environment variables below in Vercel.
- Deploy to production.
- Add the deployed URL as a Claude custom connector.
Environment Variables
Set these in Vercel:
| Name | Required | Description |
|---|---|---|
SATISMETER_API_KEY |
Yes | SatisMeter API key. Stored only server-side. |
OAUTH_SIGNING_SECRET |
Yes | Random secret used to sign OAuth authorization codes and access tokens. Generate with openssl rand -hex 48. |
SATISMETER_PROJECT_ID |
Recommended | Default SatisMeter project ID. Recommended so Claude can fetch NPS responses without asking for projectId. |
SATISMETER_NPS_SURVEY_ID |
Optional | Default NPS survey ID. If omitted, the MCP finds a likely NPS survey from the configured project. |
Project and survey IDs are available in SatisMeter under Settings > Integrations > API.
Claude Connector URL
Use either URL in Claude:
https://<your-vercel-domain>
https://<your-vercel-domain>/mcp
The bare deployment host routes to the MCP endpoint for Claude compatibility.
Tools
satismeter_list_surveys: Lists surveys for a project.satismeter_get_project: Reads project metadata by ID.satismeter_find_nps_surveys: Finds likely NPS surveys by type or name.satismeter_get_survey: Reads survey metadata.satismeter_get_survey_responses: Reads paginated responses from one survey.satismeter_get_nps_responses: Reads paginated responses from the configured or discovered NPS survey.satismeter_get_project_responses: Reads paginated responses across a project.satismeter_get_survey_statistics: Reads survey statistics.
SatisMeter does not expose a GET /projects endpoint, so this MCP cannot list all projects. Configure SATISMETER_PROJECT_ID or pass projectId explicitly.
Claude Team Setup
An Owner or Primary Owner can add the hosted URL in Claude:
- Open Organization settings > Connectors.
- Add > Custom > Web.
- Paste the Vercel deployment URL.
- Add the connector and complete the OAuth prompt.
Team members then enable it under Customize > Connectors.
Security Notes
- Do not put
SATISMETER_API_KEYin Claude connector settings or in the URL. - The SatisMeter API key is read from
process.env.SATISMETER_API_KEYat runtime. - OAuth tokens issued by this server only grant access to this MCP server; they are not SatisMeter API keys.
- The MCP is read-only.
API Reference
SatisMeter API docs: https://app.satismeter.com/apidoc
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。