vibefix
Bug bounty platform for vibe coders. Post bugs from AI-generated code, browse bounties, apply to fix, submit solutions, and run website diagnostics from any MCP client.
README
@vibefix/mcp
Your AI built it. It broke. Post the bug, a real developer fixes it.
VibeFix is a bug bounty platform for vibe coders. This MCP server lets you browse bounties, post bugs, submit fixes, and run website diagnostics directly from Claude Code, Cursor, Windsurf, or any MCP-compatible client. Free to post.
Setup
1. Get an API key
Sign in to VibeFix as a developer → Dashboard → MCP / API → Generate Key.
2. Add to your MCP client
Claude Code (~/.claude.json):
{
"mcpServers": {
"vibefix": {
"command": "npx",
"args": ["@vibefix/mcp"],
"env": {
"VIBEFIX_API_KEY": "vf_your_key_here"
}
}
}
}
Claude Desktop (claude_desktop_config.json) — same config above.
Cursor / Windsurf — go to Settings → MCP Servers and paste the same JSON.
3. Start using it
Ask your AI assistant:
"List open VibeFix bounties for deployment bugs" "Show me the full details for job j57..." "Submit my fix for job j57... — here's what I changed: ..."
Available tools
For developers
| Tool | Description |
|---|---|
vibefix_list_bounties |
Browse open bounties — filter by category, platform, difficulty |
vibefix_get_bounty |
Full bounty details: description, expected vs actual behavior, stack |
vibefix_my_profile |
Your XP, level, wallet balance, and approval status |
vibefix_my_submissions |
Your submitted fixes with acceptance status |
vibefix_my_applications |
Your applications to private bounties with approval status |
vibefix_apply_to_bounty |
Apply to a private bounty with an intro message |
vibefix_submit_solution |
Submit your fix with a description and repo link |
For customers
| Tool | Description |
|---|---|
vibefix_post_bounty |
Post a new bounty — free goes live instantly, paid returns checkout URL |
vibefix_my_bounties |
List your posted bounties with status and submission counts |
vibefix_list_submissions |
See all submissions received for one of your bounties |
vibefix_accept_submission |
Accept a winning fix — awards payout and XP to the developer |
Diagnostics
| Tool | Description |
|---|---|
vibefix_diagnose |
Run a Lighthouse audit + JS error scan on any URL — returns performance, SEO, and bug report |
Filters for vibefix_list_bounties
- category:
deploymentauthpaymentsbug_fixperformanceother - platform:
cursorboltlovablereplitv0other - difficulty:
easymediumhard
Environment variables
| Variable | Required | Default | Description |
|---|---|---|---|
VIBEFIX_API_KEY |
Yes | — | Your API key from vibefix.co/dashboard/mcp |
VIBEFIX_URL |
No | https://vibefix.co |
Override for self-hosted instances |
How it works
The MCP server connects to the VibeFix API at vibefix.co/api/mcp/v1. Your API key authenticates write operations (apply, submit). Browsing open jobs requires no key.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.