← Registry

Data Collection

roleset.io

This MCP server allows users to search job postings, monitor job changes, fetch job details, and assess company hiring activity.

1 endpoint6 known toolsFirst detected September 8, 2026Last detected September 8, 2026

ENDPOINT 1

https://mcp.roleset.io/mcp

No auth detected

MCP server metadata

Name
roleset
Version
0.1.0
Capabilities
experimentalpromptsresourcestools
Server instructions

Roleset is a normalized, change-tracked index of job postings taken from official public ATS feeds (Greenhouse, Lever, Ashby, SmartRecruiters, Recruitee, Personio). Choosing a tool: - Answering a question about the job market right now? `search_jobs`. - Tracking a market over time, or asked "what's new"? `job_changes`. It returns only what opened, changed, closed or reopened, and a cursor to resume from. Never poll `search_jobs` in a loop to detect change — that is what this tool is for. - Know the company? `company_jobs` for the roles, `hiring_signal` for whether they are growing and in which departments. - Have a job id from an earlier result and need the full description? `get_job`. Every result carries `as_of` and `last_crawled_min`, the oldest successful crawl behind the rows returned. Every active board is crawled at least every 24 hours, so a posting that closed in the last few hours may still appear as open. Say so when it matters. The index holds no personal data: no applicants, no recruiter names or contact details. Do not ask it for any.

Known tools 6

search_jobs

Search the index of open job postings.

Inferred read-only
job_changes

What has opened, changed, closed or reopened in the index.

Inferred read-only
get_job

Fetch a single posting by its Roleset id, including the full description text and HTML.

Inferred read-only
company_jobs

Every open posting at one company.

Inferred read-only
hiring_signal

Whether a company is hiring, and where.

Inferred read-only
stats

Size and freshness of the whole index: companies, boards per ATS, open and total postings, events in the last 24 hours, and when the oldest active board was last crawled.

Inferred read-only

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.roleset]
url = "https://mcp.roleset.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "roleset": {
      "type": "http",
      "url": "https://mcp.roleset.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: roleset
Remote MCP URL: https://mcp.roleset.io/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": {
    "roleset": {
      "url": "https://mcp.roleset.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "roleset": {
      "type": "http",
      "url": "https://mcp.roleset.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "roleset",
  "transport": "streamable-http",
  "url": "https://mcp.roleset.io/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.