Ascend MCP Server
Connects Claude to Ascend job search data, providing read-only access to job applications, resume, dashboard stats, and analytics.
README
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
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 install
3. 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.js
Local development
ASCEND_API_URL=http://localhost:4000/api/mcp \
ASCEND_API_KEY=your_key_here \
node mcp/src/index.js
Test with MCP Inspector
cd mcp
ASCEND_API_URL=http://localhost:4000/api/mcp ASCEND_API_KEY=your_key \
npx @modelcontextprotocol/inspector node src/index.js
Available Tools
| Tool | Description |
|---|---|
list_applications |
List applications with optional status filter |
get_application |
Full details for one application including AI analysis |
get_resume |
Your base resume in JSON Resume format |
get_dashboard_stats |
Total applications, interviews, offers, avg match score |
get_analytics_overview |
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?"
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.