Skip to main content

MCP server for SearchSteward — search job matches, read score breakdowns, log applications, and pull negotiation prep from any MCP client.

Project description

searchsteward-mcp

An MCP server that connects SearchSteward to Claude Desktop, Claude Code, and any other MCP client. Search your job matches, read score breakdowns, log applications, and pull negotiation prep — from inside Claude.

Requires an active Radar subscription and a SearchSteward API key.


1. Get an API key

In SearchSteward: Settings → Connect to Claude → Create API key. The key (ss_pat_…) is shown once — copy it immediately. You can revoke it any time from the same screen; revocation takes effect immediately.

2. Add it to your MCP client

Claude Code

claude mcp add searchsteward uvx searchsteward-mcp -e SEARCHSTEWARD_API_KEY=ss_pat_...

Verify it connected:

claude mcp list
# searchsteward: uvx searchsteward-mcp - ✓ Connected

Why command-first, -e last? Claude Code's -e/--env flag is variadic — if it comes before the command it swallows uvx searchsteward-mcp as extra env values. The Anthropic docs show an -e KEY=val -- uvx … form, but the -- separator is stripped by Windows PowerShell before it reaches the CLI, which reintroduces the same problem. Putting the command first and -e last works on PowerShell, cmd, and bash alike.

Claude Desktop

Add to claude_desktop_config.json (Settings → Developer → Edit Config):

{
  "mcpServers": {
    "searchsteward": {
      "command": "uvx",
      "args": ["searchsteward-mcp"],
      "env": { "SEARCHSTEWARD_API_KEY": "ss_pat_..." }
    }
  }
}

Restart Claude Desktop after saving.

3. Use it

Start a new session (MCP servers load at session start) and ask, e.g.:

  • "Search my SearchSteward matches"
  • "Show me the score breakdown for match 12345"
  • "Log an application for match 12345"
  • "Give me a negotiation playbook for application 42"

Tools

Discover & analyze

Tool What it does
search_matches Search your job matches (score-ranked; each row carries a score). Page size capped at 25.
get_job Full detail for one match — score breakdown, ghost-listing signal, description.
get_resume Your résumé text, so Claude can reason about fit and tailor it natively.

Track

Tool What it does
list_applications List your tracked applications.
get_application Full detail for one application (status, notes, dates + offer if present).
log_application Mark a feed job as applied (promotes a match to a tracked application).
track_external_application Track a job you applied to elsewhere (LinkedIn, a recruiter, a company site) — it doesn't need to be in your feed.
update_application Change an application's status and/or add a note.

Triage

Tool What it does
save_match Save a feed job to watch later (no application yet).
dismiss_match Hide a match (with a reason) — sharpens future scoring.
restore_match Undo a dismiss.

Prep & negotiate

Tool What it does
list_questions Your interview/application question bank.
save_question Save a drafted answer back to the bank.
get_offer Offer/compensation details for an application.
get_negotiation_playbook SearchSteward's offer-negotiation playbook (Radar; runs an LLM job).

Free vs paid: a key uses your plan's limits — the same as the web app. Free keys reach the read + track + triage tools; the full match-feed depth and get_negotiation_playbook are Radar-only, and your key hits the paywall exactly where the app does.

Configuration

Env var Required Default
SEARCHSTEWARD_API_KEY yes
SEARCHSTEWARD_API_BASE no https://searchsteward.com

SEARCHSTEWARD_API_BASE must be HTTPS (localhost is exempt for local development) — the server refuses to start otherwise, since the key would otherwise travel in cleartext.


Troubleshooting

error: missing required argument 'commandOrUrl' — the variadic -e ate your command, or PowerShell stripped a --. Use the command-first form above (claude mcp add searchsteward uvx searchsteward-mcp -e KEY=…).

Invalid input from claude mcp add-json — your Claude Code version wants a type field. Prefer the plain claude mcp add command-first form above instead.

Tool returns a 401 / "Invalid or revoked API key" — the key was revoked or mistyped. Mint a fresh key in Settings.

Tool returns a 402 / "entitlement_denied" — that capability is Radar-only (e.g. the negotiation playbook, or feed depth beyond the free cap). Your key uses your plan's limits, the same as the web app.

Tool returns a 403 / "This endpoint is not available to API keys" — expected: API keys can only reach the tools above, nothing else.

Don't paste keys into a shell command line-e values land in your shell history. If you must, revoke and re-mint afterward.


Notes

  • Job descriptions returned by get_job are untrusted web content — treat them as data, not instructions.
  • log_application and update_application write to your account; everything else is read-only.

Development

cd mcp-server
pip install -e ".[test]"
pytest

Issues and contributions: github.com/SearchSteward/searchsteward-mcp.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

searchsteward_mcp-0.2.1.tar.gz (14.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

searchsteward_mcp-0.2.1-py3-none-any.whl (11.7 kB view details)

Uploaded Python 3

File details

Details for the file searchsteward_mcp-0.2.1.tar.gz.

File metadata

  • Download URL: searchsteward_mcp-0.2.1.tar.gz
  • Upload date:
  • Size: 14.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for searchsteward_mcp-0.2.1.tar.gz
Algorithm Hash digest
SHA256 ddf1aa54d1606f18f4a4ba3a8d890fcc8f91b06bc180d0ec945f90806130e86c
MD5 4d6e28729b2ad664f9c17b1b6947f862
BLAKE2b-256 ea7766832c57c3fd3f584932187d0bbba746a79ee546c1b417ef8560def8ea9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for searchsteward_mcp-0.2.1.tar.gz:

Publisher: release.yml on SearchSteward/searchsteward-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file searchsteward_mcp-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for searchsteward_mcp-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f910089d47f1fb34878e79536dfb2230779d3b21ddfd38b98ff004e71bd96658
MD5 e8960d87f21a0eb2dbd4c4fbccae5e17
BLAKE2b-256 82c7a0afefc1eb1ac8af3787477cb0949f830b994400c33ffe69146c9a9bce23

See more details on using hashes here.

Provenance

The following attestation bundles were made for searchsteward_mcp-0.2.1-py3-none-any.whl:

Publisher: release.yml on SearchSteward/searchsteward-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page