Skip to main content
Glama

HireBase MCP Server

by jhgaylor
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "hirebase-mcp" version = "1.0.22" description = "HireBase MCP Server" authors = [ {name = "Jake Gaylor", email = "jhgaylor@gmail.com"}, ] license = {text = "MIT"} readme = "README.md" # Assuming you have a README.md requires-python = ">=3.10" classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Operating System :: OS Independent", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", ] dependencies = [ "requests", "mcp[cli]", ] [project.optional-dependencies] test = [ "pytest >= 7.0", # Test runner "pytest-asyncio", # For testing async code "httpx", # For testing FastAPI endpoints (if server tests are re-added) "websockets", # Needed for potential WebSocket tests ] dev = [ "pyinstaller", # For creating binary distributions ] [project.urls] Homepage = "https://github.com/jhgaylor/hirebase-mcp" # Replace with actual URL Repository = "https://github.com/jhgaylor/hirebase-mcp" # Replace with actual URL "Bug Tracker" = "https://github.com/jhgaylor/hirebase-mcp/issues" # Replace with actual URL [project.scripts] hirebase-mcp = "src:main" [tool.ruff] line-length = 100 target-version = "py310" [tool.ruff.lint] select = [ "E", # pycodestyle errors "W", # pycodestyle warnings "F", # pyflakes "I", # isort "B", # flake8-bugbear ] [tool.hatch.build.targets.wheel] packages = ["src"]

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/jhgaylor/hirebase-mcp'

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