信誉情报MCP服务器
MCP(模型上下文协议)服务器,使AI代理能够访问Reddit、Hacker News和YouTube的实时产品声誉情报。
建在 x402产品声誉API.
工具
| 工具 | 说明 |
|---|---|
analyze_product | 完整的声誉报告,维度评分(0-100) |
compare_products | 2-5种产品的直接比较 |
monitor_sentiment | 快速7天情绪脉搏 |
快速开始
克劳德桌面
添加到您的 claude_desktop_config.json:
{
"mcpServers": {
"reputation": {
"command": "npx",
"args": ["tsx", "/path/to/reputation-mcp-server/src/index.ts"]
}
}
}光标
添加 .cursor/mcp.json 在您的项目中:
{
"mcpServers": {
"reputation": {
"command": "npx",
"args": ["tsx", "/path/to/reputation-mcp-server/src/index.ts"]
}
}
}构建与运行
npm install
npm run build
npm start发展
npm run dev使用MCP检查员进行测试
npm run inspect环境变量
| 变量 | 默认值 | 描述 |
|---|---|---|
REPUTATION_API_URL | https://x402-reputation-api-production.up.railway.app | API基本URL |
REPUTATION_API_KEY | _(空)_ | 用于身份验证访问的可选API密钥 |
示例用法
连接后,询问您的AI助手:
- “分析Supabase的声誉”
- “比较Vercel、Netlify和Cloudflare Pages”
- “目前对Cursor IDE的看法是什么?”
- “我应该在新项目中使用Firebase还是Supabase?”
运作原理
User → AI Agent (Claude/ChatGPT) → MCP Server → x402 Reputation API → Reddit + HN + YouTube
↓
Claude Sonnet LLM
↓
Structured Report ← ← ←数据源
- 红迪 -公共JSON API、社区讨论和评论
- 黑客新闻 -Algolia API,以开发人员为中心的评论
- 油管 -数据API v3+转录提取,视频评论
链接
许可证
麻省理工学院
