MCP ServerHTTPOfficialv1.15.0

Smithery Jenniferjiang0511 Mit AI Studio Hw3 MCP Server

Query U.S. weather forecasts and alerts by location, with optional pirate-speak responses. Built for developers integrating weather data into AI applications via MCP.

ai.smithery/jenniferjiang0511-mit-ai-studio-hw3

Hosted URL

https://server.smithery.ai/@jenniferjiang0511/mit-ai-studio-hw3/mcp

Transport

HTTP

Auth

No auth required

Smithery Jenniferjiang0511 Mit AI Studio Hw3 repository at a glance

Live signal from GitHub, refreshed weekly.

Stars

0

Last commit

Oct 3, 2025

License

MIT

Language

Python

What the Smithery Jenniferjiang0511 Mit AI Studio Hw3 MCP server does

How models use it and what it is built for.

Query U.S. weather forecasts and alerts by location, with optional pirate-speak responses. Built for developers integrating weather data into AI applications via MCP.

Connect to Smithery Jenniferjiang0511 Mit AI Studio Hw3

Hosted endpoint — paste into any MCP client.

https://server.smithery.ai/@jenniferjiang0511/mit-ai-studio-hw3/mcp

Resources

Where to find authoritative docs and source for Smithery Jenniferjiang0511 Mit AI Studio Hw3.

Example prompts for Smithery Jenniferjiang0511 Mit AI Studio Hw3

Paste any of these into Agent Studio after connecting Smithery Jenniferjiang0511 Mit AI Studio Hw3.

  • Get the weather forecast for San Francisco, California
  • Check for active weather alerts in Texas
  • Tell me the forecast for Boston in pirate speak
  • What weather alerts are currently active in Florida?

Documentation from project README

View on GitHub

Excerpted from the project's README — boilerplate sections (license, changelog, contributing) omitted for clarity.

weather-app

An MCP server built with Smithery CLI

Functions of the tools that are being connected

This weather app has two functions: get alert and get forecast. Get alert gets any weather alert within the U.S. state, and get forecast gets the weather forecast for that location.

To make things more interesting, if you ask the it to speak in a pirate like tone, it can answer your requests with such a tone.

Prerequisites

Getting Started with running the server

  1. Run the server:

    uv run dev
    
  2. Test interactively:

    uv run playground
    

Try saying "Say hello to John" to test the example tool.

Development of the server

Your server code is in src/hello_server/server.py. Add or update your server capabilities there.

Deploying the server

Ready to deploy? Push your code to GitHub and deploy to Smithery:

  1. Create a new repository at github.com/new

  2. Initialize git and push to GitHub:

    git add .
    git commit -m "Hello world 👋"
    git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO.git
    git push -u origin main
    
  3. Deploy your server to Smithery at smithery.ai/new

View the full README on GitHub

Smithery Jenniferjiang0511 Mit AI Studio Hw3 MCP server — FAQ

Common questions about connecting and running Smithery Jenniferjiang0511 Mit AI Studio Hw3.

  • What weather data does this MCP server provide?

    The server provides two functions: get_forecast returns weather forecasts for a specified U.S. location, and get_alert retrieves active weather alerts for any U.S. state. Both tools work with state-level geographic queries.

  • Do I need authentication to use this server?

    Yes, you need a Smithery API key from smithery.ai/account/api-keys to run the server. The key is required to authenticate with the Smithery platform.

  • Can the server respond in different styles or tones?

    Yes, the server supports custom response tones—the README specifically mentions it can answer requests in pirate-like speech if requested. This allows for more creative or themed interactions.

  • What geographic coverage does this weather server have?

    The server is limited to the United States, supporting queries by state. It does not provide international weather data or forecasts outside U.S. borders.

  • How do I test the server locally before deploying?

    Run `uv run playground` to test interactively. The README suggests starting with 'Say hello to John' as a test command to verify the server is working.

Run Smithery Jenniferjiang0511 Mit AI Studio Hw3 across 30+ AI models, side-by-side

Connect Smithery Jenniferjiang0511 Mit AI Studio Hw3 to Claude, GPT, Gemini, DeepSeek and 30+ AI models in MCP Agent Studio. Compare answers side-by-side, save reusable agent presets, share runs — all in your browser, no install required.

Open Agent Studio

Related servers

More on MCP Playground