Skip to main content
Glama
andichen0420

Reputation Intelligence MCP Server

by andichen0420

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

analyze_product

Full reputation report with dimensional scoring (0-100)

compare_products

Head-to-head comparison of 2-5 products

monitor_sentiment

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 start

Development

npm run dev

Test with MCP Inspector

npm run inspect

Environment Variables

Variable

Default

Description

REPUTATION_API_URL

https://x402-reputation-api-production.up.railway.app

API base URL

REPUTATION_API_KEY

(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

License

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    Provides AI agents with real-time social trends, cross-platform sentiment, viral content velocity, and brand mentions from Reddit, Hacker News, and Google Trends.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    A 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.
    1
    AGPL 3.0
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides 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.
    -