urban-forestry-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@urban-forestry-mcpShow me all ash trees with high risk on Main Street"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🌳 Urban Forestry Model Context Protocol (MCP) Server
A municipal Model Context Protocol (MCP) server for urban forestry, tree inventory management, Tree Canopy Assessment (TCA) metrics, resident communications, work orders, and GIS boundary analysis.
🚀 Features & Datasets
Tree Sites (17,700+ records): Search public tree stock by species, condition (0–5), street, address, risk, or maintenance status.
Tree Activities (11,600+ records): Full work order history (cycle pruning, removals, planting, inspections).
Historical Annual Tree Log: Track year-over-year DBH growth and condition changes (
Original_GlobalID <-> GlobalID).Master Taxonomy Roster (731 species): Authoritative catalog for mature sizes, growth rate, native status, and street tree approvals.
Tree Canopy Assessment (TCA 2025): True aerial canopy coverage percentage and acre metrics citywide, by Ward, Zoning, Subdivision, Land Use, or Park.
Forestry Contacts & Communications (Read-Only): Resident requests, safety warnings, and full interaction logs with soft address matching.
Forestry Tasks: Real-time work assignments and status tracking.
Subdivisions & Parcels: Spatial queries for developments and parcel-specific canopy data.
Related MCP server: ArcGIS MCP
🛠️ The 15 MCP Tools
search_trees- Search public tree stock by species, street, address, condition, or risk.get_tree_details- Complete tree site details with activities, snapshots count, and soft-matched contacts.get_tree_activities- Chronological maintenance/inspection history for a tree.get_tree_history- Annual snapshot logs tracking tree attributes over time.search_trees_by_location- Proximity search within a radius in FEET or bounding box.get_tree_statistics- Server-side grouping and aggregation across tree inventory.get_activity_statistics- Server-side grouping across work orders.get_urban_forest_health_report- Complete health, 10-20-30 diversity, condition, and risk report.get_tree_canopy_metrics- True TCA tree canopy coverage % and acre metrics.search_taxonomy_roster- Master 731-species taxonomy catalog search.get_subdivision_profile- Subdivision tree stock and aerial canopy coverage profile.search_parcels- Parcel number/address search with parcel canopy % and soft tree matching.search_forestry_contacts- Resident contact details, planting requests, and communication logs.search_forestry_tasks- Work assignments by assignee, status, priority, or task type.get_recent_updates- Real-time tracking of edits and additions in the last N days.
🏃 Local Quickstart
1. Install Requirements
pip install -r requirements.txt2. Verify Tools
python test_tools.py3. Run Locally (stdio mode for Antigravity / Claude Desktop)
python server.py --transport stdio4. Run Locally (SSE mode on port 8000 for LibreChat / Web)
python server.py --transport sse --host 0.0.0.0 --port 8000🐳 Docker Deployment (For Field / Cloud Hosting)
# Build and start container in the background
docker-compose up -d --buildThe SSE endpoint will be available at http://<your-server-ip>:8000/sse.
📱 Connecting Field Clients (LibreChat / Mobile)
Add to your librechat.yaml:
mcpServers:
urban-forestry:
type: sse
url: http://<your-server-or-domain>:8000/sseThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityAmaintenanceAn MCP server that enables AI assistants to directly control QGIS for tasks like layer management, feature editing, and map rendering. It provides a suite of 50 tools to execute processing algorithms and manage GIS projects through natural language commands.100229GPL 2.0
- AlicenseNot gradedqualityBmaintenanceUnified MCP server for ArcGIS Online and Enterprise providing tools for user/group management, item management, geoprocessing, feature layer queries/editing, and server administration.2MIT
- FlicenseNot gradedqualityDmaintenanceContainerized MCP server with 15 geospatial data tools exposed via HTTP API for Intercom integration.
- AlicenseNot gradedqualityCmaintenanceEnables searching and querying City of Pittsburgh GIS open geospatial data (parcels, zoning, public works) through ArcGIS feature services via MCP tools.6MIT
Related MCP Connectors
36 MCP tools for projects, tasks, workers, QR/NFC tags, and AI remediation. Task. Scan. Done.
Keyless open data for 84 German cities: 12 lean read-only MCP tools covering 67 data types.
34 production API tools over one hosted MCP endpoint.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/evans885-forester/urban-forestry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server