beacon-mcp

odanree/beacon-mcp
★ 0 stars Python API Integration Updated today
MCP server wrapping the Beacon job-search-pipeline API for Claude Code. Drive profile + job pipeline operations conversationally instead of curl+heredoc.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "beacon-mcp": {
      "command": "uvx",
      "args": [
        "beacon-mcp"
      ]
    }
  }
}

Or install with pip: pip install beacon-mcp

README Excerpt

**MCP server wrapping the [Beacon](https://github.com/odanree/job-search-pipeline) job-search-pipeline REST API** so Claude Code can add projects, list/inspect jobs, and (eventually) drive the resume generator without me ever opening a terminal to write `curl` and a JWT heredoc again. `MCP` · `FastMCP` · `Beacon` · `Claude Code` · `Pydantic v2` · `httpx` · `respx`

Tools (4)

beacon_add_projectbeacon_get_jobbeacon_list_jobsbeacon_list_projects