Skip to main content
Glama
evans885-forester

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

  1. search_trees - Den öffentlichen Baumbestand nach Art, Straße, Adresse, Zustand oder Risiko durchsuchen.

  2. get_tree_details - Vollständige Baumstandortdetails mit Aktivitäten, Anzahl der Snapshots und unscharf zugeordneten Kontakten abrufen.

  3. get_tree_activities - Chronologische Wartungs-/Inspektionshistorie für einen Baum abrufen.

  4. get_tree_history - Jährliche Snapshot-Protokolle abrufen, die Baumattribute im Zeitverlauf verfolgen.

  5. search_trees_by_location - Umkreissuche innerhalb eines Radius in Fuß oder Bounding-Box.

  6. get_tree_statistics - Serverseitige Gruppierung und Aggregation über den Baumbestand.

  7. get_activity_statistics - Serverseitige Gruppierung über Arbeitsaufträge.

  8. get_urban_forest_health_report - Vollständigen Bericht zu Gesundheit, 10-20-30-Diversität, Zustand und Risiko abrufen.

  9. get_tree_canopy_metrics - Echte TCA-Baumkronenabdeckung in % und Acre-Kennzahlen abrufen.

  10. search_taxonomy_roster - Suche im Master-Taxonomiekatalog mit 731 Arten.

  11. get_subdivision_profile - Profil des Baumbestands und der Luftbild-Kronenabdeckung einer Subdivision abrufen.

  12. search_parcels - Suche nach Parzellennummer/-adresse mit Parzellenkronenanteil in % und unscharfem Baumabgleich.

  13. search_forestry_contacts - Kontaktdaten von Bürgern, Pflanzanfragen und Kommunikationsprotokolle abrufen.

  14. search_forestry_tasks - Arbeitszuweisungen nach Bearbeiter, Status, Priorität oder Aufgabentyp abrufen.

  15. get_recent_updates - Echtzeitverfolgung von Bearbeitungen und Ergänzungen in den letzten N Tagen.


🏃 Lokaler Schnellstart

1. Anforderungen installieren

pip install -r requirements.txt

2. Tools überprüfen

python test_tools.py

3. Lokal ausführen (stdio-Modus für Antigravity / Claude Desktop)

python server.py --transport stdio

4. 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 --build

Der 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/sse
F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    A
    maintenance
    An 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.
    100
    229
    GPL 2.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    Unified MCP server for ArcGIS Online and Enterprise providing tools for user/group management, item management, geoprocessing, feature layer queries/editing, and server administration.
    2
    MIT

View all related MCP servers

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.

View all MCP Connectors

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/evans885-forester/urban-forestry-mcp'

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