Skip to main content
Glama
kdkiss

Stepstone Job Search MCP Server

by kdkiss
smithery.yaml1.44 kB
version: 1 metadata: name: Stepstone Job Search MCP Server description: >- Model Context Protocol server that runs Stepstone.de job searches and fetches detailed listings for MCP clients. runtime: python build: python: version: "3.12" requirements: - requirements.txt - requirements-dev.txt # Hosted environments require CORS-friendly HTTP transports, so expose the # MCP implementation through the bundled Starlette adapter instead of the # raw STDIO entry point. startCommand: type: http port: 8000 command: /app/.venv/bin/python args: - -m - stepstone_http_server # Session configuration documented at # https://smithery.ai/docs/build/session-config. Providing it inline keeps the # primary configuration self-contained while still allowing external files for # local overrides. sessionConfig: &hosted_session_config version: 1 default: hosted profiles: hosted: transport: type: http url: http://127.0.0.1:8000/mcp env: LOG_LEVEL: INFO REQUEST_TIMEOUT: "10" testProfile: # Reuse the primary session configuration so Smithery's automated scanners can # immediately determine how to execute the server during validation. sessionConfig: *hosted_session_config # Automated checks executed by Smithery during validation. tests: - name: Smoke test server configuration command: python args: - test-server.py

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kdkiss/mcp-stepstone'

If you have feedback or need assistance with the MCP directory API, please join our Discord server