getonbrd-mcp
Related Servers
Alternatives to getonbrd-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to search remote job listings, read full descriptions and structured metadata, compare roles, and retrieve original application links when the account's subscription and scopes allow.MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to pull live job listings from major ATS platforms (Greenhouse, Lever, Ashby, Workable), Hacker News hiring threads, and detect hiring signals on company career pages.-
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to search and explore remote job listings, salary stats, and popular roles, and supports token-authenticated actions like job alerts and apply redirects.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to search Google Jobs and retrieve structured job listings, including titles, companies, locations, descriptions, and direct apply links, through natural language queries. Supports location targeting, country/language filters, and pagination.-

JobSpy MCP Serverofficial
FlicenseNot gradedqualityFmaintenanceEnables AI assistants to search for jobs across multiple platforms (Indeed, LinkedIn, Glassdoor, etc.) using the JobSpy tool, with filtering and structured output.114-
@career-now/mcpofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to search and explore a large database of tech job listings with filtering options.MIT
TDQS
Scored across 5 tools
Each tool targets a clear dimension: full-text search, category browsing, company browsing, category metadata, and single-job lookup. search_jobs and get_job overlap somewhat because search results already include descriptions and get_job requires a token, but the distinct id-based lookup purpose remains identifiable.
Names mix verb-led patterns like search_jobs, list_categories, and get_job with noun-preposition patterns like jobs_by_category and jobs_by_company. The naming is readable and consistently lowercase snake_case, but the two conventions are not fully uniform.
Five tools is well-scoped for a job-board MCP server. Each tool maps to a distinct operation needed for job discovery and retrieval, with no obvious bloat or redundancy.
Core job discovery is covered: full-text search, category browsing, company browsing, category listing, and individual job details. A minor gap is the lack of a company listing endpoint to discover company slugs, but agents can work around it with jobs_by_company when slugs are known.