Skip to main content
Glama
cben0ist

Ascend MCP Server

by cben0ist

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ASCEND_API_KEYYesYour Ascend API key
ASCEND_API_URLNoThe base URL for the Ascend MCP APIhttps://ascend.workingensemble.ca/api/mcp

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_applicationsA

List job applications from Ascend. Returns a paginated list with status, company, job title, and match score.

get_applicationA

Get full details for a specific job application including AI analysis, tailored resume, and metadata.

get_resumeA

Get the user's base resume in JSON Resume format. Includes work history, education, skills, projects, and contact info.

get_dashboard_statsA

Get dashboard statistics: total applications, active applications, interviews, offers, and average AI match score.

get_analytics_overviewB

Get analytics overview: application trends, interview rates, offer rates, and period-over-period comparisons.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 5 tools

Disambiguation4/5

list_applications and get_application are clearly list-vs-detail, and get_resume is unique. get_dashboard_stats and get_analytics_overview overlap somewhat as aggregate metrics, though current snapshot vs trends helps distinguish them.

Naming Consistency5/5

All tools follow a consistent snake_case verb_noun pattern: list_/get_ plus a resource. The naming is predictable and readable across the entire set.

Tool Count5/5

Five tools is a tight, well-scoped set for a job-application insights server. Each tool covers a distinct data need without redundancy.

Completeness4/5

The read-side surface is reasonably complete: list/detail views, resume access, dashboard stats, and analytics. It lacks create/update actions, but for a read-oriented analytics server these are not critical gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues