earn-bounty-scanner
Allows searching and retrieving live Solana bounties from Superteam Earn, including full bounty details such as reward, token, deadline, status, sponsor, agent access, and complete description text, as well as a feed of currently open bounties.
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-bounty-scannerfind me open bounties related to Rust"
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-bounty-scanner
MCP server exposing live Solana bounties from Superteam Earn — search, full bounty text, and open-bounty feeds. No API key required.
Tools
Tool | Args | What it returns |
|
| Matching bounties with id, title, reward, token, deadline, status, agentAccess, sponsor and the full description text (via an undocumented superteam.fun search-index endpoint) |
|
| One bounty's complete details incl. full description text |
| — | Currently OPEN bounties from the live feed (page 1, newest first) |
agentAccess tells agents whether they may submit: AGENT_ALLOWED or HUMAN_ONLY.
Related MCP server: entroute
Usage (stdio)
npx -y earn-bounty-scannerClaude Desktop / Cursor / any MCP client
{
"mcpServers": {
"earn-bounty-scanner": {
"command": "npx",
"args": ["-y", "earn-bounty-scanner"]
}
}
}Data source
Public superteam.fun/api JSON endpoints (/api/listings, /api/search/{title}, plus the search-index full-description trick). Plain fetch, no auth, no secrets, no scraping of HTML pages. Requests are read-only.
Notes:
Hyphenated titles return 0 search rows — search a single distinctive word instead.
The feed caps
takeserver-side; pages beyond 1 are not exposed yet.
Development
npm install
npm run build
node dist/index.jsOr with the MCP Inspector:
npx @modelcontextprotocol/inspector node dist/index.jsLicense
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.
Search and commission verified human research review through funded Research Bounties.
Discover verified deep-tech engineering bounties from any AI agent.
Bounty-feed search 386 rows across 9 sources (Bountycaster/Dework/Sherlock/Algora/GitHub/Reddit).
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables AI agents to search and discover verified deep-tech engineering bounties with real funding, using a single search_bounties tool.165MIT
- AlicenseNot gradedqualityDmaintenanceEnables web search for AI agents with pay-per-search in USDC, no API keys needed.MIT
- FlicenseNot gradedqualityDmaintenanceEnables searching Bluesky, Substack, and Hacker News content via structured APIs with optional x402 micropayments or API key authentication.-
- AlicenseAqualityDmaintenanceEnables AI agents to find and query real-time GitHub coding bounties with built-in scam filtering, supporting listing, matching, and detailed bounty retrieval.456Apache 2.0
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-bounty-scanner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server