job-radar
Provides job search, counting, and application status tracking for the Solana jobs board at jobs.solana.com, including deduplication of previously seen postings.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@job-radarsearch for new senior PostgreSQL jobs and mark the first as applied"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
job-radar
Several job boards behind one MCP interface, with a memory of everything it has already shown you.
The problem
Every board has its own query language, its own idea of a tag, and its own way of failing quietly: a filter value nobody validates, an empty page that reads as an empty market, an apply button that leads back to the board instead of the employer. Search a few of them by hand and most of what you read today is what you read yesterday.
Related MCP server: CareerPilot
What it does
One interface over several boards. The same four tools and the same answer shape, whichever board is answering
It remembers. Every posting it has shown you is recorded, so the next search returns what is new. Mark one
applied,rejected,intervieworskip, and the mark stays with itIt recognises the same job twice. Boards republish each other's postings under their own ids. One that has already been seen on one board does not come back from another, and the answer says when that happened
It says where an apply link goes. Some boards link to the employer's own application; others link back to themselves and keep the company behind a signup. Every posting says which — or says that nobody has classified that board's links yet — so a shortlist is not a pile of dead ends
It refuses to invent. A salary the board quoted in a currency it did not name stays out of the comparable field, and a location is passed on as the board's claim rather than as a fact
It fails out loud. A page that parses to nothing, a paging parameter the board ignored, a run that cannot say what it cost — each of those is an error here, not a quiet empty answer that looks like a slow day
The boards
code | board | what you need |
| AgileFluent | nothing |
| TalentMove | a paid subscription, its session cookie in |
| web3.career | nothing |
| jobs.solana.com | nothing |
Each has its own vocabulary and its own quirks; what was measured on each one is in notes/.
The tools
tool | what it does |
| how many postings match, without fetching them |
| fetch, deduplicate against everything seen, return the new ones |
| record |
| what the store holds, and what recent runs cost |
Quick start
pnpm install
cp profiles.example.json profiles.json # what to look for is configuration
pnpm test # offline: no network, no model
node --experimental-sqlite server.mjs # MCP over stdioNode 22.5+, no build step. profiles.json is where the search lives — roles,
grades, the countries you would move to, and the tags each board knows by its own
name; every key is documented in profiles.example.json. Registering the server
with an MCP client: SETUP.md.
What it is not
Not a scraper you can point at any site. One adapter per board, written against what that board actually answers
Not a salary converter. Nothing is turned from one currency into another; an invented number is the one that gets quoted later
Not a verifier. What a board says about a location or a work mode is passed on as the board's claim, and marked as unverified
Not an application bot. It finds and it remembers; applying is yours
Where to look next
SETUP.md — registering the server with an MCP client
profiles.example.json— every configuration key, with what a wrong value doesnotes/ — what was measured on each board, and under what conditions
CLAUDE.md — how the code is organised and how to work in it
License
MIT — see LICENSE.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
AI job search MCP — fact-checked jobs, application tracker, alerts. ChatGPT, Claude, Cursor.
7 recruiting tools over one MCP endpoint: ATS boards, LinkedIn jobs, profiles, companies, Naukri.
Job application tracker for developers - AI agents write over MCP, you review in a dashboard.
Public MCP server for discovering open jobs. Search, filter, and get application links.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceUnified job search MCP server that aggregates live listings from multiple job boards with deduplication, enabling AI agents to find and filter jobs by keyword and location.MIT
- AlicenseAqualityAmaintenanceAn AI job-hunt copilot that enables searching live job boards, shortlisting openings, tracking application pipelines, and generating tailored resumes and cover letters from any MCP client.14Apache 2.0
- AlicenseNot gradedqualityCmaintenanceAggregates job listings from multiple ATS and job board APIs via MCP, enabling unified search and retrieval in a structured format without HTML parsing.1MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that aggregates and deduplicates job listings from multiple public sources, ranks them against a user's resume, and exposes tools for searching, viewing details, explaining fit, and tracking applications.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/2b1q/job-radar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server