Skip to main content
Glama
pyproject.toml1.08 kB
[project] name = "multilead-mcp" version = "1.0.0" description = "FastMCP server for Multilead Open API - comprehensive lead management, campaigns, conversations, webhooks, and analytics" authors = [ {name = "Your Name", email = "your.email@example.com"} ] readme = "README.md" requires-python = ">=3.10" license = {text = "MIT"} dependencies = [ "fastmcp>=2.13.0", "httpx>=0.27.0", "pydantic>=2.0.0", "python-dotenv>=1.0.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", "pytest-cov>=4.0.0", "pytest-mock>=3.12.0", "inline-snapshot>=0.13.0", "dirty-equals>=0.7.0", "black>=24.0.0", "ruff>=0.3.0", ] [build-system] requires = ["setuptools>=68.0.0", "wheel"] build-backend = "setuptools.build_meta" [tool.black] line-length = 100 target-version = ['py310', 'py311', 'py312'] [tool.ruff] line-length = 100 target-version = "py310" select = ["E", "F", "I", "N", "W", "UP"] [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"] [tool.pyright] typeCheckingMode = "off"

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/vanman2024/multilead-mcp'

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