Reputation Intelligence MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Reputation Intelligence MCP ServerCompare Vercel vs Netlify"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Reputation Intelligence MCP Server
An MCP (Model Context Protocol) server that gives AI agents access to real-time product reputation intelligence from Reddit, Hacker News, and YouTube.
Built on top of the x402 Product Reputation API.
Tools
Tool | Description |
| Full reputation report with dimensional scoring (0-100) |
| Head-to-head comparison of 2-5 products |
| Quick 7-day sentiment pulse |
Related MCP server: visibilityradar-mcp
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"reputation": {
"command": "npx",
"args": ["tsx", "/path/to/reputation-mcp-server/src/index.ts"]
}
}
}Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"reputation": {
"command": "npx",
"args": ["tsx", "/path/to/reputation-mcp-server/src/index.ts"]
}
}
}Build & Run
npm install
npm run build
npm startDevelopment
npm run devTest with MCP Inspector
npm run inspectEnvironment Variables
Variable | Default | Description |
|
| API base URL |
| (empty) | Optional API key for authenticated access |
Example Usage
Once connected, ask your AI assistant:
"Analyze the reputation of Supabase"
"Compare Vercel vs Netlify vs Cloudflare Pages"
"What's the current sentiment around Cursor IDE?"
"Should I use Firebase or Supabase for my new project?"
How It Works
User → AI Agent (Claude/ChatGPT) → MCP Server → x402 Reputation API → Reddit + HN + YouTube
↓
Claude Sonnet LLM
↓
Structured Report ← ← ←Data Sources
Reddit — Public JSON API, community discussions and reviews
Hacker News — Algolia API, developer-focused commentary
YouTube — Data API v3 + transcript extraction, video reviews
Links
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Measure what ChatGPT, Claude, Gemini and 4 more AI engines say about any business. No auth.
G2, Trustpilot, Yelp reviews with sentiment and theme extraction across sources.
Analyze customer feedback at scale — reviews, surveys, calls. AI-powered themes and sentiment.
Real-time Reddit + Hacker News sensing: trending, mention velocity, sentiment, emerging terms.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceProvides AI agents with real-time social trends, cross-platform sentiment, viral content velocity, and brand mentions from Reddit, Hacker News, and Google Trends.MIT
- AlicenseAqualityCmaintenanceEnables AI visibility analysis for brands, providing scores, sentiment, competitor comparison, and recommendations across multiple AI models like Claude and GPT-4o.215 npm1MIT
- AlicenseNot gradedqualityBmaintenanceA deterministic read on Hacker News developer sentiment for any brand, tool, or library, exposing four MCP tools for sentiment summary, mention search, feature requests, and trending discussions.1AGPL 3.0
- FlicenseNot gradedqualityCmaintenanceProvides cited product-review verdicts synthesised from real user voices across multiple platforms, enabling AI agents to query live opinions with ratings, pros/cons, and confidence tiers.-