Skip to main content
Glama
pyproject.toml1.44 kB
[project] name = "bach-zoopla" version = "1.0.0" description = "MCP server for accessing Zoopla API" readme = "README.md" requires-python = ">=3.10" license = {file = "LICENSE"} authors = [ {name = "bachstudio"} ] keywords = ["mcp", "zoopla", "api", "model-context-protocol"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] dependencies = [ "fastmcp>=2.0.0", "httpx>=0.25.0", ] [project.scripts] bach_zoopla = "server:main" [project.optional-dependencies] dev = [ "pytest>=7.0.0", "black>=23.0.0", ] [project.urls] Homepage = "https://github.com/bachstudio/bach-zoopla" Repository = "https://github.com/bachstudio/bach-zoopla" Documentation = "https://github.com/bachstudio/bach-zoopla#readme" "Bug Tracker" = "https://github.com/bachstudio/bach-zoopla/issues" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["."] artifacts = ["openapi.json"] [tool.hatch.build.targets.sdist] include = [ "server.py", "openapi.json", "README.md", "LICENSE", "__init__.py", ] [tool.hatch.version] path = "server.py" pattern = '__version__ = "(?P<version>[^"]+)"'

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/BACH-AI-Tools/bachai-zoopla'

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