41
/ 100
1 month ago
glama

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.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: SATISMETER_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 2 credentials: OAUTH_SIGNING_SECRET, SATISMETER_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretOAUTH_SIGNING_SECRETYes Random secret used to sign OAuth authorization codes and access tokens. Generate with openssl rand -hex 48.
🔐 secretSATISMETER_API_KEYYes SatisMeter API key. Stored only server-side.
configSATISMETER_DEFAULT_NPS_SURVEY_ID
configSATISMETER_DEFAULT_PROJECT_ID
configSATISMETER_NPS_SURVEY_IDOptional Default NPS survey ID. If omitted, the MCP finds a likely NPS survey from the configured project.
configSATISMETER_PROJECT_IDRecommended Default SatisMeter project ID. Recommended so Claude can fetch NPS responses without asking for projectId.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/petrocasek-satismeter-mcp-liyyx5)](https://m8ven.ai/mcp/petrocasek-satismeter-mcp-liyyx5)
commit: 6101425f859ffb3a6cf0cb34e5eb09acb92e3d84
code hash: 21c72a12641870f54cecffd6d61b11e30f687cac571bf016419d668a83dc1733
verified: 6/26/2026, 9:42:11 AM
view raw JSON →