A Model Context Protocol (MCP) server that provides tools to interact with [Fider](https://getfider.com/) - an open-source customer feedback tool.
Fider mcp mcp server connects Fider MCP to AI assistants that speak the Model Context Protocol. A Model Context Protocol (MCP) server that provides tools to interact with Fider - an open-source customer feedback tool.
A Model Context Protocol (MCP) server that provides tools to interact with Fider - an open-source customer feedback tool.
Once connected, the assistant can call these 14 tools directly:
list_posts — Parameters: - query (string) - Search keywords - view (string) - Filter and order options: all, recent, my-votes, most-wanted, most-discussed, plannedget_post — Parameters: - number (integer, required) - The post number to retrievecreate_post — Parameters: - title (string, required) - The title of the post - description (string) - The description of the postedit_post — Parameters: - number (integer, required) - The post number to edit - title (string, required) - The new title of the post - description (string) - The newdelete_post — Parameters: - number (integer, required) - The post number to delete - reason (string) - Reason for deletionrespond_to_post — Respond to a post by changing its status (requires collaborator/admin role)list_comments — Parameters: - number (integer, required) - The post number to get comments foradd_comment — Parameters: - number (integer, required) - The post number to comment on - content (string, required) - The comment contentupdate_comment — Parameters: - post_number (integer, required) - The post number - comment_id (integer, required) - The comment ID to update - content (string, required) - Thedelete_comment — Delete a comment (requires authentication and ownership/admin)list_tags — The list_tags tool exposed by this servercreate_tag — Parameters: - name (string, required) - The tag name - color (string, required) - The tag color (hex format, e.g., #FF0000) - isPublic (boolean) - Whether theupdate_tag — Parameters: - slug (string, required) - The tag slug to update - name (string, required) - The new tag name - color (string, required) - The new tag color (hexdelete_tag — Parameters: - slug (string, required) - The tag slug to deleteSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 3 environment variables: FIDER_BASE_URL, FIDER_API_KEY, FIDER_URL. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Fider MCP sits in that group, and the shape of its toolset — list_posts, get_post, create_post among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| list_posts | Parameters: - query (string) - Search keywords - view (string) - Filter and order options: all, recent, my-votes, most-wanted, most-discussed, planned, started, completed, declined, trending - limit (integer) - Number of |
| get_post | Parameters: - number (integer, required) - The post number to retrieve |
| create_post | Parameters: - title (string, required) - The title of the post - description (string) - The description of the post |
| edit_post | Parameters: - number (integer, required) - The post number to edit - title (string, required) - The new title of the post - description (string) - The new description of the post |
| delete_post | Parameters: - number (integer, required) - The post number to delete - reason (string) - Reason for deletion |
| respond_to_post | Respond to a post by changing its status (requires collaborator/admin role). |
| list_comments | Parameters: - number (integer, required) - The post number to get comments for |
| add_comment | Parameters: - number (integer, required) - The post number to comment on - content (string, required) - The comment content |
| update_comment | Parameters: - post_number (integer, required) - The post number - comment_id (integer, required) - The comment ID to update - content (string, required) - The new comment content |
| delete_comment | Delete a comment (requires authentication and ownership/admin). |
| list_tags | The list_tags tool exposed by this server. |
| create_tag | Parameters: - name (string, required) - The tag name - color (string, required) - The tag color (hex format, e.g., #FF0000) - isPublic (boolean) - Whether the tag is public (default: true) |
| update_tag | Parameters: - slug (string, required) - The tag slug to update - name (string, required) - The new tag name - color (string, required) - The new tag color (hex format, e.g., #FF0000) - isPublic (boolean) - Whether the ta |
| delete_tag | Parameters: - slug (string, required) - The tag slug to delete |
| Variable | Description | Required |
|---|---|---|
| FIDER_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| FIDER_API_KEY | Credential the server authenticates with. | Yes |
| FIDER_URL | Endpoint or connection string the server talks to. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.