← alion.io

INDIVIDUAL MCP TOOL

market_stats

Aggregate statistics for a slice of the job market in one call - the answer to "how much does X earn in Y", "how many companies hire X", "is demand for X growing", "which employers hire X most", "how fast do such roles close".

alion.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://alion.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for market_stats 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

alion.io

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_jobs — Search live (or recently closed) tech and business job postings collected from employer ATS boards, career pages and partner feeds worldwide, with strong coverage of Europe, the Gulf, Central Asia and remote roles.
  • get_job — The full record of one posting: everything search_jobs returns plus the description (plain text by default, html on request), the complete technology list, requirements (experience, management, education, languages, clearance), benefits, where the hire may and may not live for remote roles, the industries, the lifecycle journal (open / close / reopen / expire events with UTC stamps) and the trust flags behind the verdict.
  • resolve_company — Find the company record behind a domain, a url or a name and learn whether it is alive: its Alion id, canonical domain, industry, size band, headquarters, ATS vendor, how many jobs are open, when the site and the job board were last verified, and coverage - ats_board when its own job board is read directly, partial when only feeds and career pages reach us (open-job counts are then a lower bound).
  • search_companies — Walk the company graph (hundreds of thousands of employers with a verified web domain) by what a company is and how it hires: name or domain prefix, country of an office, size band, industry, ATS vendor, whether it is hiring right now, a minimum number of open roles, and the hiring-signal level (A = strong hiring momentum, B = active, C = some activity) or AI-adoption level (A/B/C from the roles it hires for).
  • get_company — The full profile of one company: identity (name, local name, domain, website, description, founded year, size band with confidence), headquarters and offices on file (city, country, kind, open jobs per office), industries, public links (LinkedIn, GitHub, X), the ATS board and when it was last verified, live hiring aggregates (open roles, added in 30/90 days, closed in 30 days, velocity, senior/remote/visa/equity counts, top roles, hiring countries, nine weeks of open-role history, average stated and estimated pay, the hiring-signal breakdown), the technology stack seen in its postings, funding rounds and revenue on file, growth events of the last 90 days, and freshness stamps for every source.