yanifend-mcp
The YaniFend MCP server enables AI assistants (like Claude) to manage YaniFend feedback forms and view collected responses.
Personages & Integration
List, create, and manage feedback personages
Retrieve company profile, allowed domains, integration keys, and embed snippets
Questionary Authoring
List, create, update, delete, and reorder questions
Manage options for multiple-choice questions (including actions like CONTINUE, CLOSE, NOTIFY_MANAGER, GOTO_QUESTION)
Clone questionaries between personages
Answers & Hosted Forms
Retrieve the latest collected feedback answers submitted by visitors
List and create shareable hosted feedback forms
Prompts
Reusable starting points for creating new feedback forms, embedding widgets, cloning forms, and summarizing feedback
Note: A local stdio wrapper delegates execution to the hosted endpoint at
https://app.yanifend.com/mcp, which requires an authenticated YaniFend account.
Allows users to log in to YaniFend using their Facebook account.
Allows users to log in to YaniFend using their GitHub account.
Allows users to log in to YaniFend using their Google account.
YaniFend is a WordPress-native feedback widget; this MCP server enables managing feedback questionaries and reading answers for a WordPress site.
YaniFend MCP Server
Manage your YaniFend feedback questionary and read collected answers directly from Claude (Desktop, Code, or claude.ai) via the Model Context Protocol.
YaniFend is a drop-in feedback widget that lets visitors leave structured feedback on any website — a single script tag, no framework required (custom sites, SPAs, WordPress, and more). This MCP server lets an LLM client work with the YaniFend backoffice on behalf of a logged-in site owner — list personages, manage questions, and pull in collected answers — without leaving the chat.
Recommended: hosted endpoint
https://app.yanifend.com/mcpStreamable HTTP transport, OAuth 2.1 (PKCE + RFC 7591 Dynamic Client Registration). No pre-registration — Claude Desktop / claude.ai auto-register on first connect, then prompt you to log in to YaniFend (Google / GitHub / Facebook / LinkedIn / email).
Claude Desktop / claude.ai
Add a custom connector:
Name: YaniFend
URL:
https://app.yanifend.com/mcp
Claude Code
claude mcp add --transport http yanifend https://app.yanifend.com/mcpRelated MCP server: mcp-server-dashform
Alternative: desktop extension / local stdio proxy (this repo)
This repository ships a stdio MCP server that proxies to the hosted endpoint. Configure it
with your YaniFend account email + password (via the desktop-extension settings, or the
YANIFEND_EMAIL / YANIFEND_PASSWORD env vars) and it signs in over HTTPS and forwards
every tool call to https://app.yanifend.com/mcp — same 33 tools, same schemas and
annotations, strictly scoped to your own account. Without credentials it still serves the
tool catalog for registry introspection and returns a configuration hint on any call.
npx -y yanifend-mcp
# or
docker build -t yanifend-mcp . && docker run --rm -i yanifend-mcpAs a Claude Desktop extension: install the .mcpb bundle (built with
npx @anthropic-ai/mcpb pack), then enter your YaniFend email and password in the
extension settings. The password is stored by Claude Desktop's OS keychain and is only
ever sent to app.yanifend.com.
Tools
Personages & integration
Tool | What it does |
| List the feedback personages on the connected YaniFend site |
| Create a new personage = a new questionary + character + embeddable API key (plan-limited) |
| Read company profile + plan limits (personages used / allowed) |
| Read the widget's allowed domains (CORS) + how to add one |
| API key + ready-to-paste embed snippet for every personage |
| Embed snippet (key + |
Questionary authoring
Tool | What it does |
| Read the current questionary |
| Add a question (incl. RATE scale + icon); auto-wires an animation |
| Edit a question's text, type, order, or RATE config |
| Remove a question |
| List options for a choice-style question |
| Add an option (CONTINUE / CLOSE / NOTIFY_MANAGER / GOTO_QUESTION; optional position) |
| Edit an option |
| Remove an option |
| Reorder options without delete/recreate |
| Copy all questions + options from one personage onto another in one call |
Answers & hosted forms
Tool | What it does |
| Pull the latest collected answers |
| List shareable |
| Create a shareable hosted form for a personage |
Notifications (hosted endpoint + authenticated proxy)
Tool | What it does |
| Event types you can route (feedback submitted, low rating, …) |
| Manage delivery channels (Telegram, Slack, email, …) |
| Wire event types to channels |
| Delivery log |
| Fire a test message through a channel |
Plus set_character / get_character (personage look), update_widget_style, and
delete_personage. Every tool is scoped to the authenticated YaniFend account — you only
see and edit your own site's data.
Prompts
Reusable starting points your MCP client can offer:
Prompt | What it does |
| Spin up a new personage + questionary for a goal, then return the embed snippet |
| Walk through embedding a widget on a site, incl. the allowed-domains check |
| Copy an existing questionary onto another personage |
| Summarize the latest collected answers for a personage |
About YaniFend
yanifend.com — a feedback widget that lets any website (HR / recruiter / SaaS / e-commerce, custom-built or WordPress) collect structured visitor feedback with personage-based segmentation. Drop in one script tag, or use the WordPress plugin. The MCP server is the LLM-native way to manage your YaniFend instance.
Privacy Policy
Full policy: https://yanifend.com/privacy
Data collection. The extension collects only the YaniFend account credentials you enter in its settings and the tool inputs you provide in chat. It does not read files, browsing history, or anything else on your machine.
Usage and storage. Credentials are stored locally by Claude Desktop (OS keychain) and used solely to obtain a short-lived access token from
app.yanifend.comover HTTPS. Tool calls and results flow directly between your machine and the YaniFend API; this extension keeps no database and writes no logs of your data.Third-party sharing. Nothing is sent to any party other than YaniFend (
app.yanifend.com). No analytics, no trackers.Data retention. The extension itself retains nothing beyond the in-memory session token (discarded on exit). Feedback data lives in your YaniFend account and follows the retention terms of the YaniFend privacy policy; deleting your account cascades all of it.
Contact. support@yanifend.com
License
MIT — see LICENSE.
Maintenance
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/skippedaga/yanifend-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server