We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/marcusbai/caiyun-weather-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "caiyun-weather-mcp",
"version": "2.0.0",
"description": "Caiyun Weather MCP Server",
"main": "dist/index.js",
"type": "module",
"bin": {
"caiyun-weather-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc -w"
},
"keywords": [
"caiyun",
"weather",
"mcp",
"api"
],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1.8.4"
},
"peerDependencies": {
"@modelcontextprotocol/sdk": "*"
},
"devDependencies": {
"@types/node": "^20.17.28",
"typescript": "^5.8.2"
}
}