Synthesize GitHub Issues, HN and App Store reviews into ranked pain clusters. Pay-per-call x402.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"feedback-synthesis-mcp": {
"env": {
"EVM_PRIVATE_KEY": "your_private_key_here"
},
"command": "feedback-synthesis-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Customer feedback intelligence for AI agents and developers. Synthesize GitHub Issues, Hacker News threads, and App Store reviews into ranked pain clusters with evidence links. Pay-per-call via x402 micropayments — no signup required.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'feedback-synthesis-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked feedback-synthesis-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics / marketing
MCP Server for GCP environment for interacting with various Observability APIs.
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
DataForSEO API modelcontextprotocol server
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP Security Weekly
Get CVE alerts and security updates for io.github.sapph1re/feedback-synthesis-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Customer feedback intelligence for AI agents and developers. Synthesize GitHub Issues, Hacker News threads, and App Store reviews into ranked pain clusters with evidence links. Pay-per-call via x402 micropayments — no signup required.
Stop reading through hundreds of feedback items manually. Feedback Synthesis MCP collects from multiple sources, runs a multi-pass LLM pipeline, and returns ranked pain clusters with impact scores, evidence links, and suggested actions — machine-readable for agents, human-readable for founders.
Install:
pip install feedback-synthesis-mcp
Set your wallet key (any EVM wallet with USDC on Base mainnet):
export EVM_PRIVATE_KEY=your_private_key_here
Add to Claude Desktop — edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"feedback-synthesis-mcp": {
"command": "feedback-synthesis-mcp",
"env": {
"EVM_PRIVATE_KEY": "your_private_key_here"
}
}
}
}
Add to Cursor — edit .cursor/mcp.json in your project root:
{
"mcpServers": {
"feedback-synthesis-mcp": {
"command": "feedback-synthesis-mcp",
"env": {
"EVM_PRIVATE_KEY": "your_private_key_here"
}
}
}
}
Restart your client. You now have four customer intelligence tools available.
| Tool | What it does | Price |
|---|---|---|
synthesize_feedback | Multi-source synthesis → ranked pain clusters with evidence | $0.05/call |
get_pain_points | Quick single-source pain point extraction | $0.02/call |
search_feedback | Full-text search across cached feedback items | $0.01/call |
get_sentiment_trends | Time-series sentiment across sources | $0.03/call |
Supported sources: GitHub Issues, Hacker News, Apple App Store Reviews
synthesize_feedback(
sources=[
{"type": "github_issues", "target": "owner/my-repo", "labels": ["bug", "feature-request"]},
{"type": "hackernews", "target": "Show HN: MyProduct"}
],
since="2026-01-01T00:00:00Z"
)
Returns:
{
"job_id": "syn_abc123",
"status": "completed",
"summary": "Analyzed 347 feedback items from 2 sources. Found 6 pain clusters.",
"pain_clusters": [
{
"rank": 1,
"title": "Authentication flow breaks on mobile Safari",
"severity": "critical",
"frequency": 23,
"impact_score": 0.92,
"description": "Users report inability to complete OAuth login on iOS Safari. Affects onboarding conversion.",
"evidence": [
{
"source": "github",
"url": "https://github.com/owner/my-repo/issues/142",
"snippet": "Login fails silently on Safari 17.2+"
}
],
"suggested_actions": [
"Fix Safari WebAuthn polyfill (see issue #142)",
"Add fallback auth flow for mobile browsers"
]
}
]
}
get_pain_points(
source={"type": "github_issues", "target": "owner/my-repo", "labels": ["bug"]},
top_n=5
)
search_feedback(query="pricing too expensive", sources=["github_issues", "hackernews"])
get_sentiment_trends(
sources=[{"type": "appstore", "target": "com.example.myapp"}],
since="2025-10-01T00:00:00Z",
granularity="weekly"
)
This MCP uses x402 micropayments on Base mainnet (USDC). You need:
EVM_PRIVATE_KEYEach call costs $0.01–$0.05 USDC. Payments are made automatically — no subscriptions, no API keys.
No payment configured? The server returns a helpful error with setup instructions.
This package is a thin MCP cl