Skip to main content
Glama

US Weather MCP Server

by FelipeCararo
package.json825 B
{ "name": "mcp-intro", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && chmod 755 build/index.js", "start": "node build/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/FelipeCararo/mcp-intro.git" }, "keywords": [], "author": "", "license": "ISC", "type": "module", "bin": { "weather": "./build/index.js" }, "bugs": { "url": "https://github.com/FelipeCararo/mcp-intro/issues" }, "homepage": "https://github.com/FelipeCararo/mcp-intro#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.20.2", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.9.1", "typescript": "^5.9.3" }, "files": ["build"] }

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/FelipeCararo/mcp-intro'

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