We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kkamalvanshi/tenant-leasing-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pyproject.toml•326 B
[project]
name = "tenant-leasing-analytics"
version = "0.1.0"
description = "MCP server for tenant leasing analytics - guest cards and market comparisons"
requires-python = ">=3.10"
dependencies = [
"mcp",
"pandas",
"tabulate",
"matplotlib",
]
[tool.uv]
# This is a script-only project, no package to build