Reputation Intelligence MCP Server
Click on "Install 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: prelaunch-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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceProvides AI agents with real-time social trends, cross-platform sentiment, viral content velocity, and brand mentions from Reddit, Hacker News, and Google Trends.Last updatedMIT
- Alicense-qualityDmaintenanceAnalyzes startup ideas against 6 sources (GitHub, HN, npm, PyPI, Google, Reddit) with LLM-powered intent parsing to assess competition, demand, and gaps.Last updatedMIT
- AlicenseAqualityCmaintenanceEnables AI visibility analysis for brands, providing scores, sentiment, competitor comparison, and recommendations across multiple AI models like Claude and GPT-4o.Last updated2151MIT

LLM Pulse MCP Serverofficial
AlicenseAqualityBmaintenanceMonitors brand mentions, citations, sentiment, competitor share of voice, and GEO performance across AI search engines.Last updated1MIT
Related MCP Connectors
Scrape customer comments and reviews from Reddit, YouTube, Amazon, TikTok, and 25+ platforms.
Deterministic Hacker News developer sentiment, themes & feature requests via MCP. No API key.
AI brand visibility analytics: visibility scores, optimizations, video, Reddit, and search rankings.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/andichen0420/reputation-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server