Analytics
quarrion.ai
Provides job salary data, search FAQ, and pricing plans for the Quarrion job platform.
ENDPOINT 1
https://quarrion.ai/api/v1/mcp
MCP server metadata
- Name
- quarrion
- Version
- 1.1.0
Known tools 5
salary_advertisedAdvertised-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.
Potential side effectssalary_globeModelled 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.
Inferred read-onlysalary_rolesList 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.
Inferred read-onlysearch_faqSearch the published Quarrion FAQ — how job discovery, scoring, CV tailoring and data handling actually work.
Inferred read-onlyget_pricing_plansThe public Quarrion subscription plans: name, price in GBP, billing period, feature list and the per-metric usage limits each plan includes.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.