Analytics
career-ascent.io
Provides job search and market analytics for AI-industry positions.
ENDPOINT 1
https://career-ascent.io/api/mcp
MCP server metadata
- Name
- ascent-jobs
- Version
- 1.0.0
Ascent is the map of who's hiring in AI — open roles at AI companies, indexed directly from each company's career page. Use `search_jobs` to find roles by keyword and filters, `get_job` to fetch a single posting by its job_id, and `get_catalog_stats` for catalog-wide counts. Every job's `apply_url` links to the company's own application page, and `ascent_url` is Ascent's own indexable page for that role.
Known tools 4
search_jobsSearch Ascent's AI-industry job catalog by free-text query and optional filters (function, level, work type, location, minimum salary).
Inferred read-onlyget_catalog_statsCatalog-wide statistics for Ascent's AI job market: total open roles, distinct companies, breakdown by function and work type, and how many roles advertise a salary.
Inferred read-onlyget_market_insightsRicher AI job-market analytics (the Ascent Hiring Index): total roles, distinct companies, share remote, salary median and quartiles, a per-function breakdown with median salaries, a work-type split, the top hiring companies, and how many roles were posted in the last 7 days.
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.ascent-jobs]
url = "https://career-ascent.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ascent-jobs": {
"type": "http",
"url": "https://career-ascent.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ascent-jobs
Remote MCP URL: https://career-ascent.io/api/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": {
"ascent-jobs": {
"url": "https://career-ascent.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ascent-jobs": {
"type": "http",
"url": "https://career-ascent.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ascent-jobs",
"transport": "streamable-http",
"url": "https://career-ascent.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for career-ascent.io was fetched 2026-07-27T14:51:00.362Z and is being refreshed.
career-ascent.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.