# Satismeter — MCP server on mcp.ai > Connect your Satismeter account and use 5 tools for forms and surveys straight from your AI agent. Connect with your own API key. SatisMeter is a customer feedback platform that enables businesses to collect and analyze user feedback through targeted surveys. By: mcp.ai · official Page: https://mcp.ai/satismeter ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_satismeter?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/satismeter/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/satismeter/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/satismeter/skill.md Postman collection (v2.1): https://mcp.ai/satismeter/postman.json ## Tools - satismeter_embed_survey(traits?: object, userId?: string, settings?: object, writeKey: string) — Tool to generate a JavaScript snippet to embed a SatisMeter survey. Use after configuring your project and obtaining your write key. - satismeter_get_unsubscribed_emails(project_id: string) — Tool to retrieve list of unsubscribed emails for a project. Use when you need to fetch emails that have opted out of surveys. - satismeter_list_surveys(project: string) — Tool to list surveys (campaigns) in a project. Use when you have a valid project ID and need to retrieve its surveys. - satismeter_list_users(project: string, user_id?: string) — Tool to list users in a project. Use when you have a valid project ID and need to retrieve its users. Optionally filter by a specific user ID. - satismeter_update_unsubscribed_emails(emails: string[], project_id: string) — Tool to update the list of unsubscribed emails for a project. Use when you need to bulk unsubscribe user emails from surveys. ## Example prompts - "What can I do in Satismeter?" - "Show me a summary of my Satismeter account" ## Links Docs: https://mcp.ai/docs/mcps/satismeter Website: https://mcp.ai/mcps/satismeter