Ascend MCP Server
Related Servers
Alternatives to Ascend MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceEnables Claude to securely search, read, and update your ATS data — candidates, mandates, pipelines, tasks, and interviews — through natural language, with configurable write permissions and confirmation for actions like scheduling and emailing.-
- AlicenseNot gradedqualityDmaintenanceConnects your Ashby recruiting data to Claude, enabling natural language queries and management of candidates, applications, jobs, interviews, offers, and team information.239 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables Claude Desktop to manage a job search end-to-end: find and score job listings, tailor resumes, generate application messages, and track application history, while leaving final external actions to the user.-
- 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-
- 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-
- FlicenseAqualityDmaintenanceConnects Claude to your Strava fitness data, enabling natural language queries about your training history such as activities, stats, and routes.8-
TDQS
Scored across 5 tools
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.
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.
Five tools is a tight, well-scoped set for a job-application insights server. Each tool covers a distinct data need without redundancy.
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.