Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by metaodi • Uncategorized
An MCP server providing access to waste collection and weather data tools.
Retrieve upcoming waste collection schedules by region and waste type.
Access weather station data and historical weather measurements.
Integrate waste and weather data into applications via MCP protocol.
The metaodi-mcp-server offers an MCP interface for tools like OpenERZ, which provides waste collection schedules, and Tecdottir, which delivers weather data. It enables integration with clients such as Claude Desktop and ChatGPT, facilitating easy access to regional waste and weather information. The server supports health checks and local development with a Python SDK, enhancing reliability and extensibility.
Get next waste collection for a region for a specific waste type. Args: waste_type: The type of waste to get collection information for (e.g., "paper", "cardboard") region: The region to get waste collection information for area: The area within the region to get waste collection information for
Get next waste collection for a region. Args: region: The region to get waste collection information for
List valid region identifiers from the OpenERZ API. This tool queries the API and returns a human-readable list of region ids/names so callers can provide a valid `region` value to `get_next_waste_collection`.
List valid areas identifiers for a certain region from the OpenERZ API. This tool queries the API and returns a human-readable list of area names or zip codes (depending on the region) so callers can provide a valid `area` value to `get_next_waste_collection`.
List valid waste types for a certain region from the OpenERZ API. This tool queries the API and returns a human-readable list of waste type names so callers can provide a valid `waste_type` value to `get_next_waste_collection_for_type`.
Returns documentation of all available tools grouped by category.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.