API & MCP Integration Guide

Last updated: Feb 22, 2026

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

  1. Go to Settings → API Keys
  2. Copy the MCP client configuration
  3. 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

Was this article helpful?

We use cookies to improve your experience and analyze site usage. You can accept or reject non-essential cookies. Learn more