Expand description
Jobsuche MCP Server Library
An AI-friendly job search integration server using the Model Context Protocol (MCP). This server provides tools for searching German job listings via the Federal Employment Agency (Bundesagentur für Arbeit) API without requiring knowledge of API internals.
§Features
- AI-Friendly Interface: Simple, semantic parameters for job searching
- Official API Integration: Uses the jobsuche crate for reliable API access
- Rich Filtering: Search by location, job title, employment type, salary, etc.
- Comprehensive Details: Get full job information including descriptions and requirements
- Pagination Support: Handle large result sets efficiently
Modules§
- config
- Configuration module for Jobsuche MCP Server
Structs§
- Batch
Search Item - Single search configuration for batch operations
- Batch
Search Item Result - Result from a single batch search
- Batch
Search Jobs Params - Parameters for batch_search_jobs
- Batch
Search Jobs Result - Result from batch_search_jobs
- Field
Filter - Optional field filtering for responses
- GetJob
Details Params - Parameters for getting job details
- GetJob
Details Result - Detailed job information
- JobSummary
- Summary information for a job listing
- Jobsuche
McpServer - Jobsuche MCP Server
- Jobsuche
Server Status - Server status information
- Search
Jobs Params - Parameters for searching jobs
- Search
Jobs Result - Result from job search
- Search
Jobs With Details Params - Parameters for search_jobs_with_details
- Search
Jobs With Details Result - Result from search_jobs_with_details