API & MCP Integration Guide
feedto.me provides two ways to programmatically interact with your product data: the REST API and the Model Context Protocol (MCP).
REST API
Authenticate with your API key using the x-api-key header:
curl -H "x-api-key: YOUR_API_KEY" \
https://feedto.me/api/v1/products/my-product/feedback
MCP Integration
MCP lets AI clients like Claude Desktop, Cursor, and Windsurf interact with your product data.
Setup
- Go to Settings → API Keys
- Copy the MCP client configuration
- Paste it into your AI client's MCP settings
Endpoint
https://feedto.me/api/mcp/{product-slug}/mcp
Authenticate with Authorization: Bearer YOUR_API_KEY.
Available Tools (18)
- KB: search, get article, list categories, create article
- Changelog: list, get entry, create, update, delete
- Roadmap: list, create, update, delete
- Feedback: list, get post, create post, update status, add comment