urban-forestry-mcp
🌳 Urban Forestry Model Context Protocol (MCP) Server
Ein kommunaler Model Context Protocol (MCP)-Server für urbane Forstwirtschaft, Baumkatasterverwaltung, Kennzahlen des Tree Canopy Assessment (TCA), Bürgerkommunikation, Arbeitsaufträge und GIS-Grenzanalyse.
🚀 Funktionen & Datensätze
Tree Sites (17,700+ records): Durchsuchen Sie den öffentlichen Baumbestand nach Art, Zustand (0–5), Straße, Adresse, Risiko oder Pflegestatus.
Tree Activities (11,600+ records): Vollständige Arbeitsauftragshistorie (Zyklusschnitt, Fällungen, Pflanzungen, Inspektionen).
Historical Annual Tree Log: Verfolgen Sie das DBH-Wachstum und Zustandsänderungen von Jahr zu Jahr (
Original_GlobalID <-> GlobalID).Master Taxonomy Roster (731 species): Autoritativer Katalog für Endgrößen, Wuchsgeschwindigkeit, Heimischstatus und Straßenbaumzulassungen.
Tree Canopy Assessment (TCA 2025): Echte Luftbild-Kronenabdeckung in Prozent und Acre-Kennzahlen für die gesamte Stadt, nach Stadtbezirk, Zonierung, Subdivision, Landnutzung oder Park.
Forestry Contacts & Communications (schreibgeschützt): Bürgeranfragen, Sicherheitswarnungen und vollständige Interaktionsprotokolle mit unscharfer Adresszuordnung.
Forestry Tasks: Echtzeit-Arbeitszuweisungen und Statusverfolgung.
Subdivisions & Parcels: Räumliche Abfragen für Baugebiete und parzellenspezifische Kronendaten.
Related MCP server: ArcGIS MCP
🛠️ Die 15 MCP-Tools
search_trees- Den öffentlichen Baumbestand nach Art, Straße, Adresse, Zustand oder Risiko durchsuchen.get_tree_details- Vollständige Baumstandortdetails mit Aktivitäten, Anzahl der Snapshots und unscharf zugeordneten Kontakten abrufen.get_tree_activities- Chronologische Wartungs-/Inspektionshistorie für einen Baum abrufen.get_tree_history- Jährliche Snapshot-Protokolle abrufen, die Baumattribute im Zeitverlauf verfolgen.search_trees_by_location- Umkreissuche innerhalb eines Radius in Fuß oder Bounding-Box.get_tree_statistics- Serverseitige Gruppierung und Aggregation über den Baumbestand.get_activity_statistics- Serverseitige Gruppierung über Arbeitsaufträge.get_urban_forest_health_report- Vollständigen Bericht zu Gesundheit, 10-20-30-Diversität, Zustand und Risiko abrufen.get_tree_canopy_metrics- Echte TCA-Baumkronenabdeckung in % und Acre-Kennzahlen abrufen.search_taxonomy_roster- Suche im Master-Taxonomiekatalog mit 731 Arten.get_subdivision_profile- Profil des Baumbestands und der Luftbild-Kronenabdeckung einer Subdivision abrufen.search_parcels- Suche nach Parzellennummer/-adresse mit Parzellenkronenanteil in % und unscharfem Baumabgleich.search_forestry_contacts- Kontaktdaten von Bürgern, Pflanzanfragen und Kommunikationsprotokolle abrufen.search_forestry_tasks- Arbeitszuweisungen nach Bearbeiter, Status, Priorität oder Aufgabentyp abrufen.get_recent_updates- Echtzeitverfolgung von Bearbeitungen und Ergänzungen in den letzten N Tagen.
🏃 Lokaler Schnellstart
1. Anforderungen installieren
pip install -r requirements.txt2. Tools überprüfen
python test_tools.py3. Lokal ausführen (stdio-Modus für Antigravity / Claude Desktop)
python server.py --transport stdio4. Lokal ausführen (SSE-Modus auf Port 8000 für LibreChat / Web)
python server.py --transport sse --host 0.0.0.0 --port 8000🐳 Docker-Bereitstellung (für Feld-/Cloud-Hosting)
# Build and start container in the background
docker-compose up -d --buildDer SSE-Endpunkt ist unter http://<your-server-ip>:8000/sse verfügbar.
📱 Feldclients verbinden (LibreChat / Mobile)
Fügen Sie zu Ihrer librechat.yaml hinzu:
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