API & MCP server

Everything in Feedback Pilgrim is scriptable.

REST API

Authenticate with a personal API token (generate one under Settings → API) and call the public REST API. Every request is automatically scoped to your project — you only ever read and write your own data.

MCP server

The Model Context Protocol server exposes the same actions to AI agents over streamable HTTP, using the same bearer token. Point your MCP client at the /mcp endpoint and your agent can list, create, and update feedback on your behalf.

Full endpoint, schema, and tool documentation lives in the API reference.