📦
Hackaton
MCP server: Hackaton
0 installs
1 stars
Trust: 37 — Low
Devtools
Installation
npx mcp-hackatonAsk AI about Hackaton
Powered by Claude · Grounded in docs
I know everything about Hackaton. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Server
This project is a Model Context Protocol (MCP) server implemented in TypeScript. It provides tools for interacting with weather data, including fetching weather alerts and forecasts.
Setup
-
Install dependencies:
npm install -
Build the project:
npm run build -
Run the server:
node build/index.js
Tools
get_alerts
Fetches weather alerts for a given US state.
- Input: Two-letter state code (e.g.,
CA,NY) - Output: List of active weather alerts
get_forecast
Fetches the weather forecast for a specific location.
- Input: Latitude and longitude
- Output: Weather forecast details
mcp-hackaton-tool
Fetches weather data for a given city.
- Input: City name (e.g.,
New York,Los Angeles) - Output: Weather information for the specified city
Development
- Source files are located in the
srcdirectory. - Build output is located in the
builddirectory.
Configuration
The project uses TypeScript. Configuration is defined in tsconfig.json.
Dependencies
@modelcontextprotocol/sdk: MCP SDK for server implementationzod: Schema validation library
