Weather MCP Server for Intercom
Integrates weather tools with Intercom, providing personalized customer greetings, real-time weather alerts for US states, and detailed weather forecasts by coordinates for customer support interactions
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., "@Weather MCP Server for Intercomget the weather forecast for New York City"
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.
Weather MCP Server for Intercom
Custom Model Context Protocol (MCP) server that integrates weather tools with Intercom.
🎯 What This Is
This project demonstrates how to build a custom MCP server that integrates with Intercom. Use it as a template for:
Learning MCP development with real-world examples
Building your own tools by replacing weather APIs with your data sources
Product demos showing MCP capabilities
Related MCP server: Claude-NWS Protocol Bridge
🚀 Quick Start
Read the setup guide:
SETUP_GUIDE.mdStart the server:
uv run weather.py
🛠️ What It Provides
Weather Tools for Intercom Fin
greet- Personalized customer greetingsget_alerts- Real-time weather alerts for US statesget_forecast- Detailed weather forecasts by coordinates
Technical Features
Real-time data from National Weather Service API
HTTP transport via ngrok tunneling
Async operations for optimal performance
Error handling with graceful fallbacks
📋 Files Overview
weather.py- Main MCP server implementationSETUP_GUIDE.md- Complete setup instructions for teampyproject.toml- Python project configuration
⚠️ Important Note
Due to MCP SDK bug #423, you may need to apply a simple patch to enable tool discovery. This bug may be fixed in future SDK releases. Full instructions in the setup guide.
🔧 Tech Stack
FastMCP - MCP server framework
Python 3.11+ - Runtime environment
httpx - HTTP client for weather API
ngrok - HTTP tunneling
📚 Learn More
FastMCP Documentation: https://gofastmcp.com/getting-started/installation
MCP Server Development: https://modelcontextprotocol.io/quickstart/server
Created by: Oséas Filho
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables users to get weather forecasts and alerts for any US city and state through natural language queries using the National Weather Service API.
- FlicenseBqualityCmaintenanceIntegrates the US National Weather Service API with Claude Desktop to provide real-time weather conditions, forecasts, and detailed weather metrics for any US location through natural language queries.21
- FlicenseBqualityDmaintenanceProvides real-time US weather alerts and forecasts by integrating with the National Weather Service API. It enables AI assistants to fetch state-specific alerts and detailed local forecasts using geographic coordinates.21
- Flicense-qualityCmaintenanceProvides real-time weather alerts and forecasts for US locations by integrating with the National Weather Service API. Supports both server and client interactions with optional LLM summarization.
Related MCP Connectors
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.
Get US weather forecasts, active alerts, and current observations.
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/luIntercom/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server