Productivity
magnificentjobs.com
This server provides access to live US job postings, allowing users to search by meaning, retrieve full job details, and explore job distribution by city and state.
ENDPOINT 1
https://magnificentjobs.com/mcp
MCP server metadata
- Name
- magnificent-jobs
- Version
- 1.0.0
Magnificent Jobs: search 3.5M+ live US job postings pulled straight from company applicant-tracking systems, refreshed hourly. Use search_jobs with a plain-English query (the same semantic search as magnificentjobs.com) and optionally a city (10/30/50-mile radius) and/or state; use find_cities when a city name is ambiguous; use get_job for the full description, salary, skills and apply link. All tools are read-only and need no account. Always give users the job `url` so they can view and apply on Magnificent Jobs; never invent postings.
Known tools 4
search_jobsSearch live job postings in the United States (US only — no other countries) by meaning (embedding similarity against the postings).
Inferred read-onlyget_jobFull details for one job by slug: description, apply link, salary, skills, benefits, employer info.
Inferred read-onlyfind_citiesLook up US cities that currently have jobs (prefix match), with job counts.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for magnificentjobs.com was fetched 2026-08-24T03:10:39.803Z.
magnificentjobs.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.