US Weather MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@US Weather MCP Serverwhat's the forecast for New York City this weekend?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP de Clima do Tempo para os EUA 🌤️
Servidor MCP (Model Context Protocol) que fornece informações sobre o clima dos Estados Unidos.
📋 Pré-requisitos
Node.js (versão 14 ou superior)
npm (gerenciador de pacotes do Node.js)
Related MCP server: Weather MCP Server
🚀 Instalação
Clone o repositório:
git clone https://github.com/FelipeCararo/mcp-intro.git
cd mcp-introInstale as dependências:
npm install🔧 Como Usar
Compilar o projeto
Para compilar o código TypeScript:
npm run buildExecutar o servidor
Após compilar, execute o servidor MCP:
npm startOu execute diretamente o comando weather:
./build/index.jsScript de inicialização
Você também pode usar o script shell incluído:
./start-mcp.sh📦 Estrutura do Projeto
mcp-intro/
├── src/ # Código fonte TypeScript
├── build/ # Código compilado (gerado após build)
├── package.json # Configurações e dependências
├── tsconfig.json # Configurações do TypeScript
└── README.md # Este arquivo🛠️ Tecnologias Utilizadas
TypeScript - Linguagem de programação
@modelcontextprotocol/sdk - SDK do Model Context Protocol
Zod - Validação de schemas e tipos
📝 Scripts Disponíveis
npm run build- Compila o código TypeScriptnpm start- Executa o servidor compiladonpm test- Executa os testes (ainda não implementado)
🤝 Contribuindo
Sinta-se à vontade para abrir issues e pull requests no repositório.
📄 Licença
ISC
🔗 Links
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides tools to fetch weather alerts for US states and forecasts based on latitude/longitude coordinates using the US National Weather Service API.Last updated2971MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables AI models to fetch weather alerts and detailed forecasts for US locations using the National Weather Service API.Last updated97GPL 3.0
- Flicense-qualityDmaintenanceProvides real-time weather data including temperature, humidity, and conditions for any city through the Model Context Protocol.Last updated4
- Flicense-qualityDmaintenanceProvides real-time weather alerts and forecasts from the National Weather Service for US locations, integrating with AI assistants via the Model Control Protocol.Last updated
Related MCP Connectors
Get US weather forecasts, active alerts, and current observations.
US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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