Weather Service Application

Created By
DaliGabriela year ago
A real example of a custom cliente Tona mcp custom server
Overview

What is the Weather Service Application?

The Weather Service Application is a simple weather service that retrieves current weather information using the National Weather Service API.

How to use the Weather Service Application?

To use the application, clone the repository, set up a virtual environment, and run both the server and client components in separate terminal windows. You can then request weather information by providing latitude and longitude coordinates.

Key features of the Weather Service Application?

  • Retrieves real-time weather data from the National Weather Service API.
  • Supports multiple requests for different locations.
  • Built using Python with a simple setup process.

Use cases of the Weather Service Application?

  1. Checking current weather conditions for any location.
  2. Integrating weather data into other applications.
  3. Educational purposes for learning about API usage and Python programming.

FAQ from the Weather Service Application?

  • What programming language is used?

The application is built using Python.

  • Do I need to install any dependencies?

Yes, you need to install the uv package manager and set up a virtual environment.

  • How do I run the application?

You need to run the server and client in separate terminal windows after setting up the virtual environment.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
DaliGabriel
Star
0
Language
Python
License
-

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

7 hours ago
Shippo
@Shippo

15 hours ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago
Mnemom

8 hours ago