MCP Server
Connect Claude and other AI assistants directly to Job Transparency using the Model Context Protocol. Search jobs, inspect companies, and query live job-market data straight from your AI tools.
Endpoint
https://www.jobtransparency.com/mcp
The server speaks MCP over Streamable HTTP. No authentication is required — all data exposed is the same public information available on the site.
Connect with Claude Code
Add the server with a single command:
claude mcp add --transport http jobtransparency https://www.jobtransparency.com/mcp
Or add it to any MCP-compatible client's config:
{
"mcpServers": {
"jobtransparency": {
"type": "http",
"url": "https://www.jobtransparency.com/mcp"
}
}
}
Available Tools
Search & jobs
search_jobs
Search postings by keyword with company, location, remote and date filters. Returns jobs plus facet counts.
count_jobs
Get the true total number of postings matching a set of filters.
get_job_by_id
Fetch a single posting by its numeric id, with description and categories.
get_job_by_slug
Fetch a single posting by its URL slug.
get_similar_jobs
Find postings similar to a given title and location.
Companies, locations & categories
list_top_categories
Top job categories by posting count.
list_top_locations
Top job locations by posting count.
list_top_companies
Top hiring companies by open postings.
get_category_by_slug
Category hub detail: job count, intro and SEO metadata.
get_location_by_slug
Location hub detail.
get_company_by_slug
Company hub detail.
Site
get_site_stats
Total number of job postings and companies tracked.
Try It
Once connected, just ask in plain language:
This is a read-only, public service intended for fair use. It exposes the same data as the job search and public pages on this site.