# Pest Sentinel — AI Pest Risk Intelligence

## Pest Sentinel MCP Server

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add pestsentinel/pest-intelligence

# Browse available tools
npx -y @smithery/cli@latest tool list pestsentinel/pest-intelligence

# Get full schema for a tool
npx -y @smithery/cli@latest tool get pestsentinel/pest-intelligence pestsentinel_list_zones

# Call a tool
npx -y @smithery/cli@latest tool call pestsentinel/pest-intelligence pestsentinel_list_zones '{}'
```

## Direct MCP Connection

Endpoint: `https://pest-intelligence--pestsentinel.run.tools`

## Tools (9)

- `pestsentinel_list_zones` — List all geographic zones covered by Pest Sentinel's weekly risk scoring.
- `pestsentinel_search_zones` — Search for zones by name or city to find the zone ID needed for risk score queries.
- `pestsentinel_get_zone_scores` — Get the current weekly pest risk scores for a specific zone.
- `pestsentinel_get_rising_zones` — Get zones with rising pest pressure this week — the most actionable intelligence for pest control operators.
- `pestsentinel_get_top_zones` — Get the highest-scoring pest risk zones this week across any region or pest type.
- `pestsentinel_get_zone_history` — Get historical weekly risk scores for a zone to see how pest pressure has changed over time.
- `pestsentinel_get_regional_summary` — Get a high-level pest risk summary for an entire state, province, or city — aggregated across all zones in that region.
- `pestsentinel_list_pest_types` — List all 15 pest types tracked by Pest Sentinel with descriptions of what drives their risk scores.
- `pestsentinel_get_coverage` — Get a summary of Pest Sentinel's current data coverage — how many zones, states, countries, pest types, and weeks of hi…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get pestsentinel/pest-intelligence <tool-name>
```
