lapras-mcp-server
OfficialRelated Servers
Alternatives to lapras-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceAn MCP server that lets recruiters and AI assistants explore your profile, skills, and projects through natural language.6MIT

2hr-jobs-mcp-serverofficial
AlicenseNot gradedqualityCmaintenanceMCP server for Polish IT job board 2hr.pl, enabling job search, salary analysis, and market analytics via natural language.MIT- AlicenseAqualityDmaintenanceOfficial MCP server for FormaCV, enabling AI-powered CV formatting, anonymization, tailoring, and ATS push-back from AI agents like Claude Desktop and Cursor.819 npm1MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for Hunaras, an AI-native recruiting platform that enables candidates and employers to manage jobs, applications, assessments, and talent sourcing through natural language.5 npmMIT
- AlicenseCqualityDmaintenanceAn MCP server that enables AI-assisted job search workflows including job discovery, application tracking, resume evaluation, and cover letter generation, with support for multiple job sources and scheduled scraping.8312 npm1AGPL 3.0
- AlicenseAqualityCmaintenanceMCP server that scours job openings from public, ToS-clean sources (Greenhouse, Lever, Ashby, HN, RemoteOK, Adzuna, USAJobs) and provides tools for job search, company listings, and salary context.4MIT
TDQS
Scored across 12 tools
Each tool targets a distinct resource or action. Job search tools (search_jobs, get_job_detail) are separate from profile management tools (experiences, summaries, skills, aspirations). Within profile, tools are clearly divided by field and CRUD operation, with no overlapping functionality.
All tool names follow a consistent snake_case verb_noun pattern (e.g., search_jobs, create_experience, update_tech_skill). Verbs are uniform (get, create, update, delete, search) and nouns clearly indicate the resource.
12 tools is well-scoped for a server that covers job search plus profile management. Each tool serves a clear purpose without unnecessary redundancy, and the total number feels appropriate for the platform's capabilities.
The tool set covers core job search (search, detail) and profile CRUD for experiences. However, for job_summary, want_to_do, and tech_skill, only get and update are provided, lacking create/delete operations. This is a minor gap but likely intentional for these single-valued fields.