Skip to main content
FeedPin exposes an MCP server at https://feedpin.dev/api/mcp using HTTP Streamable Transport (JSON-RPC 2.0).

Authentication

Include your API key as a Bearer token:

Available Tools

list_projects

List all projects with active feedback counts. Parameters: None Returns: Array of projects with id, domain, name, and active_feedbacks count.

get_feedbacks

Get feedbacks for a specific project. Parameters:

resolve_feedback

Mark a feedback as resolved. Parameters:

export_markdown

Export all active feedbacks for a project as structured markdown. Parameters:

add_site

Create a new project and get the installation snippet. Parameters: Returns: Project ID and the HTML snippet to install.

get_snippet

Get the installation snippet for an existing project. Parameters: Returns: The HTML script tag to install on the website.