npm bountyapi-mcpstreamable-httpupdated 8d ago
A research system that turns online conversations into cited findings. Bounty collects posts, comments, and replies from YouTube, Reddit, TikTok, Instagram, and X; discovers rising topics via Google Trends; and uses LLM analysis to extract signals — pain points, adoption patterns, objections, belief shifts — each backed by quotes and source links. If evidence is thin, it says so.
What can you do with bounty api?
Bounty
A research system that turns online conversations into cited findings. Bounty collects posts, comments, and replies from YouTube, Reddit, TikTok, Instagram, and X; discovers rising topics via Google Trends; and uses LLM analysis to extract signals — pain points, adoption patterns, objections, belief shifts — each backed by quotes and source links. If evidence is thin, it says so.
Users: investors (unknown-unknown discovery, pain-point research around companies), marketers (creative angles, competitor mentions), product teams (feature gaps, user complaints). The engine is horizontal; investing is the first lens, not a hardwired filter.
Live at bountyapi.com/dashboard (token-gated).
Read this first
AGENTS.md— operating manual: architecture, the two-pipeline warning, commands, deploy flow, credentials map, hard rules, known-broken list. Any agent (or human) working in this repo must read this before making changes.STATE.md— product philosophy, what's built, gaps, priority order.
Quickstart
python -m pytest tests/ -x -q # 189+ tests, must be green before every push
python -m uvicorn app:app --port 8000 # local dev; BOUNTY_ENV=development bypasses token gate
# open http://localhost:8000/dashboard
Deploy: push to main → Railway auto-builds → bountyapi.com. Nothing else.
What this repo is NOT
- Not the x402/USDC data-API marketplace — that code exists but is deferred (see
docs/legacy/) - Not Singapore property/real-estate tooling — legacy, deferred
- Not an MCP directory play — legacy, deferred
Old strategy and marketing documents live in docs/legacy/ and describe that earlier direction. They are kept for history only.
Layout
| Path | What |
|---|---|
apis/ |
FastAPI routers (dashboard API, dashboard page, social search) |
public/ |
Dashboard frontend (vanilla JS/CSS) |
social_scraper/ |
Connectors, broker, discovery pipeline, monitoring, storage, LLM client |
tests/ |
Full suite |
docs/legacy/ |
Superseded strategy docs — do not implement from these |
Install
Add bounty api to your client. Pick the one you use.
{
"servers": {
"bountyapi-mcp": {
"type": "http",
"url": "https://bountyapi.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add bountyapi-mcp -- npx -y bountyapi-mcpcodex mcp add bountyapi-mcp -- npx -y bountyapi-mcpamp mcp add bountyapi-mcp -- npx -y bountyapi-mcp{
"mcpServers": {
"bountyapi-mcp": {
"command": "npx",
"args": [
"-y",
"bountyapi-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"bountyapi-mcp": {
"command": "npx",
"args": [
"-y",
"bountyapi-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"bountyapi-mcp": {
"command": "npx",
"args": [
"-y",
"bountyapi-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"bountyapi-mcp": {
"command": "npx",
"args": [
"-y",
"bountyapi-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"bountyapi-mcp": {
"command": "npx",
"args": [
"-y",
"bountyapi-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"bountyapi-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"bountyapi-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"bountyapi-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"bountyapi-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y bountyapi-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.8.0Latest | Jul 11, 2026 |