INDIVIDUAL MCP TOOL
salary_roles
List the job-role titles that have salary data available, with how many countries each one covers, the confidence of the best source, and when it was last updated.
LIVE ENDPOINT
https://quarrion.ai/api/v1/mcp
Connect to this endpoint to inspect the live schema for salary_roles 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
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.quarrion]
url = "https://quarrion.ai/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"quarrion": {
"type": "http",
"url": "https://quarrion.ai/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: quarrion
Remote MCP URL: https://quarrion.ai/api/v1/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": {
"quarrion": {
"url": "https://quarrion.ai/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"quarrion": {
"type": "http",
"url": "https://quarrion.ai/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "quarrion",
"transport": "streamable-http",
"url": "https://quarrion.ai/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
salary_advertised— Advertised-salary medians computed from real job postings: p25, median and p75 of the pay employers actually stated, with the number of postings behind each figure and the date range they were drawn from.salary_globe— Modelled salary estimates by country for a job role, normalised to USD and inflation-adjusted; pass a two-letter ISO country code to drill down into that country's cities.search_faq— Search the published Quarrion FAQ — how job discovery, scoring, CV tailoring and data handling actually work.get_pricing_plans— The public Quarrion subscription plans: name, price in GBP, billing period, feature list and the per-metric usage limits each plan includes.