# Ambee — MCP server on mcp.ai > Connect your Ambee account and use 27 tools for developer tools straight from your AI agent. Connect with your own API key. Ambee provides real-time, hyperlocal environmental data through APIs, offering insights into air quality, weather, pollen, and more. By: mcp.ai · official Page: https://mcp.ai/ambee ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_ambee?ms=1787291520000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/ambee/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/ambee/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/ambee/skill.md Postman collection (v2.1): https://mcp.ai/ambee/postman.json ## Tools - ambee_geocode_by_place(place: string) — Tool to transform a place name or address into geographic coordinates. Use after confirming the location name to get precise latitude and longitude. - ambee_get_air_quality_by_city(city: string, limit?: integer) — Tool to retrieve real-time air quality data for a specific city. Use after obtaining a valid city name when current AQI and pollutant levels are needed. - ambee_get_air_quality_by_country_code(limit?: integer, countryCode: string) — Tool to retrieve real-time air quality data for a specific country using a 3-letter ISO code. Use after acquiring the country code and when you want a national overview of air quality. - ambee_get_air_quality_by_lat_lng(lat: number, lng: number) — Tool to retrieve real-time air quality data for a specific latitude and longitude. Use when you need hyper-local air quality readings for given coordinates. - ambee_get_air_quality_by_postal_code(postalCode: string, countryCode: string) — Retrieve real-time air quality data for a specific postal code and country. Returns comprehensive air quality metrics including pollutant concentrations (PM2.5, PM10, CO, NO2, O3, SO2), Air Quality In - ambee_get_air_quality_forecast_by_lat_lng(lat: number, lng: number) — Tool to retrieve air quality forecast for a specific latitude and longitude. Use when you need predicted air quality data up to 48 hours in advance based on geographic coordinates. - ambee_get_air_quality_history_by_lat_lng(to?: string, lat: number, lng: number, from: string) — Tool to retrieve historical air quality data for a specific latitude and longitude. Use when you need past air quality readings for given coordinates within the last 2 days. - ambee_get_disasters_by_continent_latest(page?: integer, limit?: integer, continent: string, eventType?: string) — Tool to retrieve latest natural disaster data for a specific continent. Use when you need up-to-date disaster information by continent code. - ambee_get_disasters_history(from: string, page?: integer, limit?: integer, eventType?: string) — Tool to retrieve global historical natural disaster data with date range filtering. Use when you need to search disaster events from a specific starting date onwards. - ambee_get_disasters_history_by_country_code(to: string, from: string, page?: integer, limit?: integer, eventType?: string, countryCode: string) — Tool to retrieve historical natural disaster data for a country by ISO country code. Use when you need past disaster information for a specific country within a given date range. - ambee_get_disasters_history_by_lat_lng(to: string, lat: number, lng: number, from: string, page?: integer, limit?: integer, eventType?: string) — Tool to retrieve historical natural disaster data for a specific location by coordinates with date range. Use when you need historical disaster information for a geographic point within the past month - ambee_get_disasters_latest_by_country_code(page?: integer, limit?: integer, eventType?: string, countryCode: string) — Tool to retrieve latest natural disaster data for a specific country using ISO country code. Use when you need up-to-date disaster information for a particular country. - ambee_get_disasters_latest_by_lat_lng(lat: number, lng: number, page?: integer, limit?: integer, eventType?: string) — Tool to retrieve latest natural disaster data (earthquakes, floods, droughts, volcanic eruptions) for a specific location using geographic coordinates. Use when you need up-to-date disaster informatio - ambee_get_elevation_by_lat_lng(lat: number, lng: number) — Tool to retrieve elevation statistics (min, max, mean) for a specific latitude and longitude. Use when you need geospatial elevation data for a location within North America. - ambee_get_elevation_by_place(place: string) — Retrieve elevation statistics (minimum, maximum, and mean) for a location by place name. Returns elevation data in meters above sea level. This endpoint has global coverage and is updated every 6 mont - ambee_get_fire_risk_by_lat_lng(lat: number, lng: number) — Tool to retrieve fire risk forecast and Fire Weather Index (FWI) data for specific geographic coordinates. Use when you need weekly fire risk predictions for a location over the next four weeks based - ambee_get_ili_forecast_by_lat_lng(lat: number, lng: number, details?: boolean) — Tool to retrieve up to 28-day forecast of Influenza-like Illness (ILI) risk using latitude and longitude. Use when you need daily ILI risk levels for a specific location, optionally including pollen a - ambee_get_pollen_forecast_by_place(place: string, speciesRisk?: boolean) — Tool to retrieve 48-hour pollen forecast for a specific location by place name. Use when you need hourly pollen count predictions including grass, tree, and weed pollen levels with risk assessments. - ambee_get_pollen_history_by_place(to: string, from: string, place: string) — Tool to retrieve historical pollen data for a specific place name. Use after obtaining a valid place name and time range when historical pollen counts and risk levels are needed. - ambee_get_pollen_latest_by_lat_lng(lat: number, lng: number) — Tool to retrieve latest pollen data for a specific geographic location using latitude and longitude coordinates. Use when you need current pollen concentration levels and risk assessments for grass, t - ambee_get_pollen_latest_by_place(place: string) — Tool to retrieve latest pollen data for a specific place by name. Use when current pollen count and risk levels are needed for allergy awareness. - ambee_get_weather_forecast_by_lat_lng(lat: number, lng: number, filter?: string) — Tool to retrieve weather forecast for a specific latitude and longitude (up to 72 hours). Use when you need predicted weather data based on geographic coordinates with customizable time intervals. - ambee_get_weather_latest_by_lat_lng(lat: number, lng: number) — Tool to retrieve current weather data for a specific latitude and longitude, including temperature, pressure, humidity, and wind conditions. Use when you need real-time weather information for given c - ambee_get_wildfire_by_lat_lng(lat: number, lng: number, type?: string) — Retrieves real-time wildfire data for a specific geographic location using latitude and longitude coordinates. Returns nearby wildfire incidents including both detected fires (from satellite imagery) - ambee_get_wildfire_by_place(type?: string, place: string) — Retrieves real-time wildfire data for a specific location by place name. Returns wildfire incidents from the last 7 days including both satellite-detected fires and officially reported fires. Each rec - ambee_get_wildfire_risk_forecast_by_place(place: string) — Tool to retrieve wildfire risk forecast for a specific place. Use when you need weekly wildfire risk predictions for a location over the next four weeks. - ambee_reverse_geocode_by_lat_lng(lat: number, lng: number) — Tool to convert geographic coordinates into human-readable location data (address, place name, postal code). Use when you have latitude and longitude and need to get the corresponding address or locat ## Example prompts - "What can I do in Ambee?" - "Show me a summary of my Ambee account" ## Links Docs: https://mcp.ai/docs/mcps/ambee Website: https://mcp.ai/mcps/ambee