MCP-Geo
by webcoderz
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SCHEME | No | The protocol scheme to use, either http or https. | http |
ARC_PASSWORD | No | Password for ArcGIS service (optional). | |
ARC_USERNAME | No | Username for ArcGIS service (optional). | |
BING_API_KEY | No | API key for Bing Maps geocoding service (required for Bing provider). | |
NOMINATIM_URL | No | Domain for Nominatim geocoding service. | nominatim.openstreetmap.org |
GEOCODER_PROVIDER | No | Geocoding service provider, options are 'nominatim', 'arcgis', or 'bing'. | nominatim |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |