Provider hosted
No sign in
Tools: 16

GeoAgentic. Talk to Maps.

GeoAgentic. Talk to Maps.

GIS AI for Land, Transport, Climate, Heritage, Real Estate, and Cadastral Data

https://geoagentic.app/

Use in your AI tool

Use the tools from this page

Opens ChatGPT on the web or desktop and asks it to use the WebMCP tools available here.

Connect the MCP server

Connect straight to this server’s public endpoint.

Remote MCP URL
https://geoagentic.app/mcp

Use on MCPBundles

We add this server to your workspace, then open Studio — saved access, one connection to many servers, with a history of what ran.

Last probed Sep 14, 2026 · geoagentic.app

16tools discovered

Tools discovered (16)

  • Geo Isochrone

    Calculate how far you can travel in N minutes from a point. Returns reachable node count, approximate radius, and a bounding box. USE FOR: - "How far can I walk from here in 15 minutes?" - "What's reachable by bike in 10 minutes from Koper center?" NOT FOR: directions between two specific points → use geo-route instead. EXAMPLE: User: "Walking isochrone from Koper center, 15 minutes" → --lat 45.548 --lon 13.730 --minutes 15 --profile walk

  • Geo Reverse

    Convert coordinates (lat/lon) into a street address. USE FOR: - "What's at 45.5, 13.6?" - Turning raw coordinates into a human-readable location NOT FOR: place name → coordinates → use geo-geocode instead. EXAMPLE: User: "What address is at 46.05, 14.51?" → --lat 46.05 --lon 14.51

  • Hostel Prices

    Live hostel and budget accommodation prices from Hostelworld for any city worldwide. USE FOR: - "What are the cheapest hostels in Paris next week?" - "Find dorm beds in Bangkok for 3 nights from July 10" - "Compare hostel prices in Ljubljana vs Belgrade" - Budget travel planning, accommodation cost context, backpacker routing RETURNS: Per-property dorm and private room prices per night, guest ratings, free cancellation flag, and summary stats (floor/avg/top price). CRITICAL INSTRUCTIONS FOR AGEN

  • Events Luma

    Find upcoming events in any city from Luma platform

  • Slovenia Cadastral Deep

    Deep parcel and building analysis for Slovenia using GURS WFS data. Returns zoning, actual use, heritage protection, road access, buildings on parcel, and utilities. USE FOR: - "Analyze parcel 3086 in Ljubljana center" - "Find buildable parcels ~500m² in Ljubljana" - "What buildings are on this parcel?" - "Find parcels near these coordinates" - "Get full details on building 1234" NOT FOR: simple parcel lookup → use slovenia-cadastre instead (faster, lighter). NOT FOR: spatial/zoning map querie

  • Geo Osm

    Find nearby places on OpenStreetMap (cafes, ATMs, shops, parks, etc.). CRITICAL: The 'tags' argument MUST be passed as a single stringified JSON text block, NOT a nested JSON object. Example: "{\"amenity\":\"cafe\"}" USE FOR: - "Find a cafe near X" - "Are there any ATMs close to Y?" - "Show me supermarkets near Z" NOT FOR: directions, geocoding, Wikipedia, isochrones. EXAMPLE: User: "Find cafes near Koper station" → --lat 45.548 --lon 13.730 --tags '{"amenity":"cafe"}' --dist 300 COMMON

  • Geo Route

    Shortest walking, biking, or driving route between two coordinates. Returns distance (metres) and estimated travel time (minutes). USE FOR: - "Walking directions from A to B" - "How long to bike from X to Y?" - Short local trips (under ~10 km) NOT FOR: intercity trains/buses → use eu-transit-router instead. EXAMPLE: User: "Walk from Koper bus station to Izola center" → --lat 45.548 --lon 13.730 --to-lat 45.537 --to-lon 13.660 --profile walk If you only have place names, call geo-geocode

  • Slovenia Car Ride

    Search for car rides on Prevoz.org in Slovenia Agentic examples: - User: "Find rides from Ljubljana to Maribor tomorrow" → --from Ljubljana --to Maribor --when tomorrow - User: "Show me 5 rides from Koper to Bled today" → --from Koper --to Bled --when today --limit 5 - User: "Preview available rides from Celje to Kranj" → --from Celje --to Kranj --dry-run - User: "Search up to 20 rides from Novo Mesto to Portorož tomorrow" → --from Novo_Mesto --to Portorož --when tomorrow --limit 20 CRITICAL:

  • Eu Transit Router

    EU-wide public intercity transit router. Accepts PLACE NAMES (not coordinates). Returns multi-leg itineraries via Transitous. CRITICAL FOR AGENTS: - This tool handles geocoding internally. Do NOT pre-geocode or look up coordinates. - Do NOT call this tool multiple times with different spellings. Call it ONCE. - If a location isn't found, present the error message and STOP. TEMPORAL HANDLING: This tool returns live real-time schedules only (no date parameter). If user asks for 'tomorrow' or a

  • Slovenia Cadastral Simple

    Query Slovenian cadastral data - resolve parcels, addresses, buildings, and find properties by location. COMMANDS & EXAMPLES: 1. PARCEL - Find all addresses on a specific parcel Example: --command parcel --parcel-num 3086 --ko-id 1725 Returns: Parcel details with all addresses located on it 2. ADDRESS - Find which parcel contains a street address Example: --command address --street "Trg republike" --house-number 1 --city Ljubljana Returns: Parcel information for that address 3. B

  • Hikes Trails

    Global Waymarked Trail & Mountain Route Explorer. Queries real-time OpenStreetMap relation networks for designated hiking, biking, and mountain trails anywhere in the world. USE FOR: - "How long does it take to hike up Črna Prst from Podbrdo?" - "Are there any marked mountain paths near this coordinate?" - "Find biking or mountain biking (MTB) trails around this area." - Discovering waymark symbols, route difficulty metrics, and trail networks. CRITICAL INSTRUCTIONS FOR AGENT: - Use this tool

  • Slovenia Realty Price

    Market price statistics for a Slovenian cadastral municipality (KO), using ETN transaction data. USE FOR: - "What are prices like in Ljubljana center (KO 1723)?" - "Market stats for KO 2242" - "What's the price per m² in KO 0168?" NOT FOR: building- or parcel-specific valuation → not currently exposed by this tool. NOT FOR: parcel details, zoning, heritage → use cadastral-explorer or slovenia-cadastre. NOT FOR: live listings or asking prices → this uses historic transaction records only. INPU

  • Geo Geocode

    Convert a place name or address into coordinates (lat/lon). USE FOR: - "Where is Izola bus station?" - Resolving a place name before calling geo-route, geo-osm, geo-isochrone or other tools NOT FOR: reverse lookup (coordinates → address) → use geo-reverse instead. EXAMPLE: User: "Geocode Izola bus station" → --query "Izola bus station, Slovenia"

  • Slovenia Weather

    Current weather observation from the nearest ARSO surface station to given coordinates. Returns temperature, humidity, wind, precipitation, and snow depth. Data is live from meteo.arso.gov.si.

  • Slovenia Wfs Expert

    Multi-endpoint Slovenian WFS Explorer. Dynamically browses and runs spatial bounding box queries against national geographic catalogs. Handles cadastral translation and matches zoning codes. COORDINATE SYSTEMS: Automatically accepts WGS84 coordinates OR resolves parcel numbers via GURS Cadastre (EPSG:3794). ENDPOINTS: - '1': Slovenian Cadastral Portal (GURS KN) - '2': Slovenian Municipal Spatial Planning & Zoning (MNVP PA) - '3': Slovenian Cadastre of Economic Infrastructure (GURS KGI)

  • Geo Wiki

    Find info about notable/historic landmarks, towns, and remarkable sites near a coordinate. USE FOR: - "What's near Predjama Castle?" - "Notable landmarks around Ljubljana center" - "Tell me about places near 46.05, 14.51" - Finding historic, cultural, or geographic summaries for an entire area at once. - DO NOT iterate over the results to query individual items again. - One call is sufficient to answer the user's broad geographic inquiry. Combine the results into a single comprehensive summar

Get your MCP into directories

A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.

Directory coverage for brands

Frequently Asked Questions

What is the GeoAgentic. Talk to Maps. MCP server?

GIS AI for Land, Transport, Climate, Heritage, Real Estate, and Cadastral Data

How do I connect GeoAgentic. Talk to Maps. to my AI agent?

Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.

How many tools does GeoAgentic. Talk to Maps. provide?

MCPBundles probed 16 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.

What authentication does GeoAgentic. Talk to Maps. require?

No provider sign-in was required during MCPBundles' probe. Your client may still need MCPBundles credentials depending on how you connect.

Maintain this listing

Operate GeoAgentic. Talk to Maps.? Verify ownership to take over this directory entry.

Operate GeoAgentic. Talk to Maps.?

This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.

Claim this listing
GeoAgentic. Talk to Maps. | MCP Directory