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 withid, domain, name, and active_feedbacks count.
get_feedbacks
Get feedbacks for a specific project. Parameters:| Name | Type | Required | Description |
|---|---|---|---|
| project_id | string | ✅ | Project UUID |
| status | string | - | active (default) or resolved |
resolve_feedback
Mark a feedback as resolved. Parameters:| Name | Type | Required |
|---|---|---|
| feedback_id | string | ✅ |
export_markdown
Export all active feedbacks for a project as structured markdown. Parameters:| Name | Type | Required |
|---|---|---|
| project_id | string | ✅ |
add_site
Create a new project and get the installation snippet. Parameters:| Name | Type | Required | Description |
|---|---|---|---|
| domain | string | ✅ | Website domain (e.g. “mysite.com”) |
get_snippet
Get the installation snippet for an existing project. Parameters:| Name | Type | Required |
|---|---|---|
| project_id | string | ✅ |