🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@vibefix/mcp

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vibefix/mcp

MCP server for VibeFix — browse and submit to bug bounties from Claude Code, Cursor, and any MCP client

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
27
-32.5%
Maintainers
1
Weekly downloads
 
Created
Source

@vibefix/mcp

Browse bug bounties and submit fixes on VibeFix directly from Claude Code, Cursor, Windsurf, or any MCP-compatible AI coding tool.

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

ToolDescription
vibefix_list_jobsBrowse open bounties — filter by category, platform, difficulty
vibefix_get_jobFull job details: description, expected vs actual behavior, stack
vibefix_my_profileYour XP, level, wallet balance, and approval status
vibefix_my_submissionsYour submitted fixes with acceptance status
vibefix_apply_to_jobApply to a private job with an intro message
vibefix_submit_solutionSubmit your fix with a description and repo link

Filters for vibefix_list_jobs

  • category: deployment auth payments bug_fix performance other
  • platform: cursor bolt lovable replit v0 other
  • difficulty: easy medium hard

Environment variables

VariableRequiredDefaultDescription
VIBEFIX_API_KEYYesYour API key from vibefix.io/dashboard/mcp
VIBEFIX_URLNohttps://vibefix.ioOverride for self-hosted instances

How it works

The MCP server connects to the VibeFix API at vibefix.io/api/mcp/v1. Your API key authenticates write operations (apply, submit). Browsing open jobs requires no key.

License

MIT

Keywords

mcp

FAQs

Package last updated on 13 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts