Ascend MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ascend MCP ServerShow me applications where I'm currently interviewing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ascend MCP Server
Connect Claude (Desktop, Code, or agents) to your Ascend job search data.
What it does
Gives Claude read-only access to:
Job applications — list, filter by status, get full details with AI analysis
Resume — your base resume in JSON Resume format
Dashboard stats — totals, interview counts, match scores
Analytics — trends and period-over-period comparisons
Related MCP server: claudex-strava-mcp
Setup
1. Get your API key
Open Ascend → Settings → Claude AI Integration
Click Generate Key and copy the key (shown once)
2. Install dependencies
cd mcp
npm install3. Configure Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ascend": {
"command": "node",
"args": ["/absolute/path/to/ascend/mcp/src/index.js"],
"env": {
"ASCEND_API_URL": "https://ascend.workingensemble.ca/api/mcp",
"ASCEND_API_KEY": "your_key_here"
}
}
}
}4. Configure Claude Code
claude mcp add ascend \
-e ASCEND_API_URL=https://ascend.workingensemble.ca/api/mcp \
-e ASCEND_API_KEY=your_key_here \
-- node /absolute/path/to/ascend/mcp/src/index.jsLocal development
ASCEND_API_URL=http://localhost:4000/api/mcp \
ASCEND_API_KEY=your_key_here \
node mcp/src/index.jsTest with MCP Inspector
cd mcp
ASCEND_API_URL=http://localhost:4000/api/mcp ASCEND_API_KEY=your_key \
npx @modelcontextprotocol/inspector node src/index.jsAvailable Tools
Tool | Description |
| List applications with optional status filter |
| Full details for one application including AI analysis |
| Your base resume in JSON Resume format |
| Total applications, interviews, offers, avg match score |
| Trends and analytics for a date range |
Example prompts
"How many job applications do I have in total?"
"Show me applications where I'm currently interviewing"
"What's my average job match score?"
"Summarize my resume"
"How has my application rate changed over the last month?"
This server cannot be deployed
Maintenance
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Your professional network in Claude — search contacts, log notes, and send warm intros.
- platform7nOAuthtech.p7n
Connect Claude to your Platform7n workspaces — chat, links, and tasks. One-click OAuth.
GA4, Google Ads and Search Console in Claude. Read-only OAuth, multi-account for agencies.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceConnects your Ashby recruiting data to Claude, enabling natural language queries and management of candidates, applications, jobs, interviews, offers, and team information.19 npmMIT
- FlicenseAqualityDmaintenanceConnects Claude to your Strava fitness data, enabling natural language queries about your training history such as activities, stats, and routes.8-
- FlicenseAqualityBmaintenanceConnects Claude to the Pandapé recruitment API, enabling natural language management of vacancies, structured candidate review against custom criteria, pipeline stage updates, and CV downloads.14-
- FlicenseAqualityCmaintenanceEnables managing a job search through natural language: tracking applications, discovery leads, interview prep, and resume generation. Connects to Claude via MCP to read and update local Excel files and documents.35-