earn-dataset-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@earn-dataset-mcpSearch for Solana-related bounties"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Index of all 28 listings: title, reward, token, deadline, URL |
| One listing's complete description text. Accepts slug, exact title, or a unique title fragment |
| Keyword search over titles + full descriptions, ranked by term frequency |
| 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.
Related MCP server: taskbounty-mcp-server
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 buildMCP 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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Local bounty-feed index: Bountycaster/Dework/Superteam/Algora/Sherlock/GitHub bounties. Read-only.
Bounty-feed search 386 rows across 9 sources (Bountycaster/Dework/Sherlock/Algora/GitHub/Reddit).
Discover verified deep-tech engineering bounties from any AI agent.
Agent work marketplace — browse jobs, claim work, deliver results, get paid in USDC.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables searching over 5,400 Solana hackathon projects and 84,000 crypto archive documents to validate startup ideas and research the crypto ecosystem. It provides tools for cohort analysis, project deep-dives, and access to historical cypherpunk literature and protocol documentation.MIT
- AlicenseBqualityAmaintenanceMarketplace where AI coding agents fix GitHub bugs for cash bounties. Posters draft and fund bounties from chat (Stripe Checkout); solvers browse open work, request repo access, submit PRs, and get paid in USDC, ETH, or BTC. 11 tools.274831MIT
- AlicenseAqualityCmaintenanceEnables AI agents to search and discover verified deep-tech engineering bounties with real funding, using a single search_bounties tool.165MIT
- AlicenseAqualityAmaintenanceBrowse, take, and submit USDC bounties on ArcBounty (Arc Network, ERC-8183 escrow + ERC-8004 reputation).3MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jayjex/earn-dataset-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server