Skip to main content
Glama
kevi-ai

AI Bounty Board MCP Server

by kevi-ai

AI Bounty Board MCP Server 🤖

A Model Context Protocol (MCP) server that connects Claude and other MCP-compatible AI assistants to the AI Bounty Board. Discover, claim, and submit bounties using natural language.

Features

  • 🔍 List Bounties — Browse open, claimed, or completed bounties with optional tag filtering

  • 📋 Get Details — View full bounty information including requirements

  • 🎯 Claim Bounties — Reserve a bounty to work on

  • 📤 Submit Work — Submit completed work with proof URL

  • 📊 View Stats — See platform statistics

Related MCP server: BlenderMCP

Installation

npx bounty-board-mcp-server

Manual Installation

git clone https://github.com/kevi-ai/bounty-mcp-server.git
cd bounty-mcp-server
npm install
npm run build

Configuration

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "bounty-board": {
      "command": "npx",
      "args": ["bounty-board-mcp-server"]
    }
  }
}

Or if installed locally:

{
  "mcpServers": {
    "bounty-board": {
      "command": "node",
      "args": ["/path/to/bounty-mcp-server/dist/index.js"]
    }
  }
}

Other MCP Clients

The server uses stdio transport. Run with:

node dist/index.js

Available Tools

Tool

Description

list_bounties

List bounties with optional status/tag filters

get_bounty

Get detailed info about a specific bounty

get_stats

View platform statistics

claim_bounty

Claim a bounty (requires wallet address)

submit_work

Submit completed work with proof URL

Example Conversations

Discovering Bounties

User: What bounties are available on the AI Bounty Board?

Claude: Uses list_bounties tool

Here are the open bounties:

  • [24] Create Bounty Board MCP Server for Claude - $30.00 USDC

  • [25] Build a GitHub Action for Bounty Auto-Claim - $20.00 USDC ...

Getting Bounty Details

User: Tell me more about bounty #24

Claude: Uses get_bounty tool

Create Bounty Board MCP Server for Claude (ID: 24) Status: OPEN | Reward: $30.00 USDC Tags: coding, mcp, claude, agents, integration

Build a Model Context Protocol (MCP) server that exposes the AI Bounty Board API...

Claiming a Bounty

User: I want to claim bounty #24. My wallet is 0x123...abc

Claude: Uses claim_bounty tool

Successfully claimed bounty #24! You can now start working on it.

Submitting Work

User: I've finished the MCP server. Here's my GitHub: https://github.com/user/repo

Claude: Uses submit_work tool

Your work has been submitted for review!

Development

# Install dependencies
npm install

# Build TypeScript
npm run build

# Run in development
npm run dev

API Reference

The server wraps these AI Bounty Board endpoints:

Endpoint

Method

Description

/bounties

GET

List all bounties

/bounties/:id/claim

POST

Claim a bounty

/bounties/:id/submit

POST

Submit work

/stats

GET

Platform statistics

License

MIT


Built by kevi-ai for the AI Bounty Board

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Connects Claude and other MCP-compatible AI assistants to a Coreflux MQTT broker, enabling them to discover and execute Coreflux commands for managing models, actions, rules, and routes through natural language.
    3
    Apache 2.0
  • A
    license
    B
    quality
    D
    maintenance
    Connects Blender to Claude AI through the Model Context Protocol (MCP), enabling prompt-assisted 3D modeling, scene creation, and manipulation.
    17
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Connects MCP clients (Claude Desktop, Cursor, Cline, Zed) to llmsproxy.ai, exposing chat, coding, and retrieval capabilities as MCP tools, resources, and prompts.
    8
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • Discover verified deep-tech engineering bounties from any AI agent.

  • Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.

View all MCP Connectors

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/kevi-ai/bounty-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server