Skip to main content
Glama
kdkiss

Stepstone Job Search MCP Server

by kdkiss
pyproject.toml786 B
[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "mcp-stepstone" version = "0.1.0" description = "Tools and utilities for interacting with StepStone job listings via MCP." readme = "README.md" authors = [ { name = "StepStone" } ] license = { text = "MIT" } requires-python = ">=3.10" dependencies = [ "requests>=2.31.0", "beautifulsoup4>=4.12.0", "mcp>=1.0.0", "smithery>=0.3.1", "starlette>=0.37.2", "uvicorn>=0.30.0", ] [project.optional-dependencies] test = [ "pytest>=7.0", ] [tool.setuptools] py-modules = [ "debug_server", "health", "job_detail_parser", "job_details_models", "session_manager", "stepstone_server", "stepstone_http_server", ] [tool.pytest.ini_options] pythonpath = [ "." ]

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