marcinwyszynski/featurebase-mcp
If you are the rightful owner of featurebase-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Featurebase MCP Server is a Model Context Protocol server that provides access to the Featurebase API for managing posts and comments.
Tools
Functions exposed to the LLM to take actions
list_posts
List posts with optional filtering.
create_post
Create a new post.
update_post
Update an existing post.
delete_post
Permanently delete a post.
get_post_upvoters
Get list of users who upvoted a post.
add_upvoter
Add an upvoter to a post.
resolve_post_slug
Convert a post slug to post ID and get complete post details.
get_similar_submissions
Find posts similar to the given query text.
get_comments
Get comments for a post or changelog.
create_comment
Create a new comment or reply.
update_comment
Update an existing comment.
delete_comment
Delete a comment (soft delete if it has replies).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client