Skip to main content
Glama

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

search_bounties

query (keyword)

Matching bounties with id, title, reward, token, deadline, status, agentAccess, sponsor and the full description text (via an undocumented superteam.fun search-index endpoint)

get_bounty

id (uuid)

One bounty's complete details incl. full description text

recent_bounties

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-scanner

Claude 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 take server-side; pages beyond 1 are not exposed yet.

Development

npm install
npm run build
node dist/index.js

Or with the MCP Inspector:

npx @modelcontextprotocol/inspector node dist/index.js

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables web search for AI agents with pay-per-search in USDC, no API keys needed.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to find and query real-time GitHub coding bounties with built-in scam filtering, supporting listing, matching, and detailed bounty retrieval.
    4
    56
    Apache 2.0

Latest Blog Posts

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