Loading...

This MCP server provides job search functionality with filtering options, allowing users to find relevant job postings based on keywords, location, and other criteria.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server provides job search functionality with filtering options, allowing users to find relevant job postings based on keywords, location, and other criteria.
This server is relatively safe for read-only job searching. However, the lack of input sanitization and authentication could lead to potential abuse or vulnerabilities if not properly handled.
Performance depends on the speed of the external job board APIs and the complexity of the search queries. Complex queries with many keywords may take longer to execute.
Cost depends on the usage of external job board APIs. Some APIs may have usage limits or require payment for high-volume access.
get_jobsRetrieves available job postings based on specified filters like keywords and date.
Read-only operation; only retrieves data.
None
cloud
This server is relatively safe for read-only job searching. However, the lack of input sanitization and authentication could lead to potential abuse or vulnerabilities if not properly handled.
The server only supports read operations, so autonomy is limited to filtering and retrieving job postings.
Production Tip
Implement rate limiting and input validation to prevent abuse and ensure stability in production.
The supported job boards are not explicitly documented, but it likely uses common job board APIs.
The update frequency depends on the external job board APIs and is not documented here.
Location filtering is not explicitly mentioned, but it might be supported through keyword search.
The server may be subject to rate limits imposed by the underlying job board APIs.
Error handling depends on the underlying job board APIs and is not explicitly documented.
No, authentication is not required.
Support for regular expressions is not documented and may not be supported.