We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AbhiGit-Trimble/construct-cost-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•296 B
# Construction Cost Calculator MCP Server Dependencies
# MCP server framework with SSE transport support
fastmcp>=2.0.0
# Data manipulation and CSV parsing
pandas>=2.0.0
# Async HTTP client for fetching Google Sheets data
httpx>=0.25.0
# ASGI server for production deployment
uvicorn>=0.24.0