Server data from the Official MCP Registry
Static Superteam Earn dataset: 28 listings with full text (2026-09-04). Zero network.
About
Static Superteam Earn dataset: 28 listings with full text (2026-09-04). Zero network.
Security Report
This is a clean, well-structured MCP server that serves static bounty listing data with no network calls at runtime. The code demonstrates proper authentication patterns, no credential handling issues, no malicious patterns, and permissions are tightly scoped to match the server's purpose of providing read-only access to a cached dataset. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity).
3 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jayjex-earn-dataset-mcp": {
"args": [
"-y",
"earn-dataset-mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
earn-dataset-mcp
MCP server over a static snapshot of Superteam Earn (superteam.fun) bounty listings: 28 open listings with their full description text — sponsor briefs, submission requirements, judging criteria — harvested 2026-09-04.
The data ships inside the package. No network calls at runtime, so the tools respond instantly and never fail on an upstream outage.
Tools
| Tool | What it does |
|---|---|
list_listings() | Index of all 28 listings: title, reward, token, deadline, URL |
get_listing(id_or_title) | One listing's complete description text. Accepts slug, exact title, or a unique title fragment |
search_listings(query) | Keyword search over titles + full descriptions, ranked by term frequency |
stats() | Dataset shape: count, harvest date, total reward pool ($56,705 face value), token mix, soonest deadlines |
Dataset fields per listing: slug, title, reward, token, deadline, desc. Rewards are in the listed token (15 USDG, 13 USDC); 2 listings have no stated reward.
If you want live data instead of a snapshot, see our other server, earn-bounty-scanner, which fetches from superteam.fun directly.
Hosted version
Running on FiatDock at $0.01/call: https://fiatdock.com/s/svc_7db4548f-dbf5-4f27-8e3c-31566b78ee01 (Streamable HTTP, pay-per-call via x402).
Local setup
git clone https://github.com/jayjex/earn-dataset-mcp
cd earn-dataset-mcp
npm install
npm run build
MCP client config
stdio:
{
"mcpServers": {
"earn-dataset-mcp": {
"command": "node",
"args": ["/absolute/path/to/earn-dataset-mcp/dist/index.js"]
}
}
}
Once the npm package is published, npx -y earn-dataset-mcp works too.
Where the data came from
Snapshot pulled from live superteam.fun JSON endpoints on 2026-09-04, including the undocumented /api/search/{title} trick that returns full description text (the public cards API only exposes truncated fields). earn-api-endpoints.txt in the source repo maps 186+ reverse-engineered superteam.fun API routes if you want to harvest your own.
License
MIT
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
