← magnificentjobs.com

INDIVIDUAL MCP TOOL

search_jobs

Search live job postings in the United States (US only — no other countries) by meaning (embedding similarity against the postings).

magnificentjobs.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://magnificentjobs.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_jobs and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

magnificentjobs.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.magnificent-jobs]
url = "https://magnificentjobs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "magnificent-jobs": {
      "type": "http",
      "url": "https://magnificentjobs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: magnificent-jobs
Remote MCP URL: https://magnificentjobs.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "magnificent-jobs": {
      "url": "https://magnificentjobs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "magnificent-jobs": {
      "type": "http",
      "url": "https://magnificentjobs.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "magnificent-jobs",
  "transport": "streamable-http",
  "url": "https://magnificentjobs.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_job — Full details for one job by slug: description, apply link, salary, skills, benefits, employer info.
  • find_cities — Look up US cities that currently have jobs (prefix match), with job counts.
  • list_states — US states with the number of live jobs in each.