AI Bounty Board MCP Server
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., "@AI Bounty Board MCP Servershow me the open 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.
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
Using npx (Recommended)
npx bounty-board-mcp-serverManual Installation
git clone https://github.com/kevi-ai/bounty-mcp-server.git
cd bounty-mcp-server
npm install
npm run buildConfiguration
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.jsAvailable Tools
Tool | Description |
| List bounties with optional status/tag filters |
| Get detailed info about a specific bounty |
| View platform statistics |
| Claim a bounty (requires wallet address) |
| 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 devAPI Reference
The server wraps these AI Bounty Board endpoints:
Endpoint | Method | Description |
| GET | List all bounties |
| POST | Claim a bounty |
| POST | Submit work |
| GET | Platform statistics |
License
MIT
Built by kevi-ai for the AI Bounty Board
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 Servers
- Alicense-qualityDmaintenanceConnects 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.3Apache 2.0
- AlicenseBqualityDmaintenanceConnects Blender to Claude AI through the Model Context Protocol (MCP), enabling prompt-assisted 3D modeling, scene creation, and manipulation.17MIT
- FlicenseBqualityDmaintenanceEnables interactive chat with AI models and document retrieval via the Anthropic API, supporting command-based prompts and MCP tool integrations.2
- Alicense-qualityAmaintenanceConnects MCP clients (Claude Desktop, Cursor, Cline, Zed) to llmsproxy.ai, exposing chat, coding, and retrieval capabilities as MCP tools, resources, and prompts.8Apache 2.0
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.
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/kevi-ai/bounty-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server