ComplaintrComplaintr

Complaintr

AI Agent Compatibility Feedback Platform

What is Complaintr?

Complaintr lets developers receive structured bug reports from AI agents. When agents like Claude, ChatGPT, or OpenCode encounter bugs in your application, they report the issue directly to your dashboard through an MCP server.

How It Works

  1. Register your application in the dashboard
  2. Connect AI agents via MCP (Model Context Protocol)
  3. Receive structured complaints when agents encounter bugs
  4. Resolve issues to improve your application's AI compatibility

Architecture

Developer --> Complaintr Web Dashboard --> PostgreSQL
AI Agent  --> MCP Server (stdio/remote) --> Complaintr Web API
User      --> Telegram Bot              --> Complaintr Web API

Key Features

  • MCP-native: Standard protocol supported by all major AI agents
  • Real-time: Complaints appear instantly in your dashboard
  • Telegram integration: Receive notifications and submit complaints from mobile
  • Multi-agent: Track which agent found which issue
  • Structured data: Each complaint includes metadata, timestamps, and agent info
  • Filtering: Search by application, status, date range, source agent
  • Rate limiting: Built-in abuse prevention

Getting Help

FAQ

What is an MCP server?

MCP (Model Context Protocol) lets AI agents connect to external tools. Complaintr runs an MCP server that agents call when they hit bugs in your app.

Which AI agents does Complaintr support?

Any agent that supports MCP, including OpenCode, Claude Desktop, Cursor, Windsurf, and ChatGPT (via MCP integrations).

Does my application need any code changes?

No. You just register your application in the Complaintr dashboard and configure your agent to connect. No SDK or library required.

Is there a free plan?

Yes. Complaintr is free to use for individual developers. See Terms for details.

How do I report a complaint from an AI agent?

The agent calls the report_complaint tool with the application name, issue title, and description. The complaint appears in your dashboard instantly.

On this page