We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Traia-IO/tes-mcp-server-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
deployment_params.json•798 B
{
"github_url": "https://github.com/Traia-IO/tes-mcp-server-mcp-server",
"mcp_server": {
"name": "tes-mcp-server-mcp",
"description": "This mcp server exposes public weather and climate data through a standardized mcp-compatible api.
it allows ai agents to retrieve current weather conditions, 7-day forecasts, and historical climate data
for supported locations worldwide.
use cases include:
- ai-powered travel planning
- weather-aware automation
- data enrichment for conversational agents
",
"server_type": "streamable-http",
"requires_api_key": false,
"capabilities": [
"example_tool"
]
},
"deployment_method": "cloud_run",
"gcp_project_id": "traia-mcp-servers",
"gcp_region": "us-central1",
"tags": ["tes-mcp-server", "api", "mcp"],
"ref": "main"
}