Skip to main content
Glama
atmospore

Atmospore

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ATMOSPORE_API_KEYYesYour Atmospore API key, get one at https://atmospore.com/account

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_pollenB

Get the daily pollen forecast for a specific point on Earth.

Use this for questions like "what's the pollen in Oslo?" or "is the pollen bad in Bergen tomorrow?".

Returns a list of daily forecasts. Each day includes:

  • date (YYYY-MM-DD)

  • overall_risk: "Low" | "Moderate" | "High" | "Very High"

  • species: per-species values in grains/m³ with individual risk levels

If the user asks about a city by name, look up its coordinates first (or use the get_area_average tool with rough coords if you only know the city).

get_top_speciesA

Get the top contributing pollen species at a specific point today.

Use this to answer "what pollen is highest in Oslo right now?" or "which trees are blooming in Bergen?". Returns a ranked list (highest first). Each species includes:

  • species (slug, e.g. 'birch')

  • display_name (human-readable, e.g. 'Birch')

  • max_value in grains/m³

  • risk_level

  • category ('tree' | 'grass' | 'weed')

limit (default 5) caps the list length.

get_area_averageA

Get tree, grass, and weed pollen aggregates over a radius around a point.

Use this for higher-level questions like "is tree or grass pollen worse this week?" or "is pollen rising over the next few days in Stockholm?". Returns one entry per day with overall_risk and per-category aggregates (tree_tot, grass_tot, weed_tot).

radius_km (default 25) controls the area. forecast_days (default 7) sets the horizon.

list_supported_speciesA

List all pollen species the model tracks, with metadata.

Use this if the user asks "what species do you cover?" or to validate a species name before using it in another tool. Returns slug, display name, category (tree/grass/weed), localised display names (en, no, sv), and concentration thresholds for the risk levels.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
help_resourceHow to use this MCP server.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/atmospore/atmospore-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server