
Home › Connect AI
Connect Your AI
MCP server, API and Markdown: 25 years of Slovenia expertise, available to your assistant
Planning a trip to Slovenia with Claude, ChatGPT or another AI assistant? Instead of letting it guess, plug it straight into e-Slovénie: prices verified on the ground, personally tested restaurant reviews and guides kept up to date by Patrick Faust, a French expat living in Slovenia since 2004. Three entry points, all free, no API key.
The easiest way: our official GPT
Zero configuration: if you use ChatGPT, just open our GPT e-Slovénie — Expert voyage Slovénie and ask away. It queries our data live and cites its sources (it speaks English too).
Open the GPT in ChatGPT →1. The MCP server
The Model Context Protocol is the standard that lets AI assistants query external sources. Our server is public, read-only and requires no authentication:
https://mcp.e-slovenie.com/mcp
search_articles Full-text search across all published articles
get_article Full article content as clean Markdown
list_destinations The 16 destination guides with region and description
get_destination A full guide: key facts, GPS, content, FAQ
search_restaurants 200+ personally tested restaurant reviews with Patrick's tip
get_travel_faq Practical Q&A about travelling to Slovenia
How to add it
Claude.ai and Claude Desktop
Settings → Connectors → Add custom connector → paste the URL above. Available on Pro, Max, Team and Enterprise plans.
Claude Code (terminal)
claude mcp add e-slovenie --transport http https://mcp.e-slovenie.com/mcp
ChatGPT
Settings → Connectors → developer mode → Add connector with the URL above (Plus, Pro, Team and Enterprise plans).
Cursor, VS Code, other MCP clients
Add an MCP server of type "HTTP" (streamable HTTP) with the URL above in your editor's MCP configuration.
Then ask, for example: "Find me a traditional restaurant in Bled via e-Slovénie" or "What does Vintgar Gorge cost in 2026?" — the answer will be grounded in our verified data, with source links.
2. The REST API (OpenAPI)
The same data as plain GET requests, for OpenAI custom GPTs (Actions), scripts or any other tool. The OpenAPI 3.1 specification is published at https://mcp.e-slovenie.com/openapi.json.
GET https://mcp.e-slovenie.com/api/search?q=vintgar&lang=en GET https://mcp.e-slovenie.com/api/articles/vintgar-gorge GET https://mcp.e-slovenie.com/api/destinations?lang=en GET https://mcp.e-slovenie.com/api/destinations/lac-de-bled GET https://mcp.e-slovenie.com/api/restaurants?ville=Ljubljana&lang=en GET https://mcp.e-slovenie.com/api/faq?q=vignette&lang=en
3. Markdown & agent files
Every article exists as pure Markdown — the format language models
prefer: just append .md to the article path.
https://www.e-slovenie.com/en/articles/vintgar-gorge.md https://www.e-slovenie.com/articles/gorges-de-vintgar.md
- /llms.txt — the concise site index for AI agents
- /llms-full.txt — the full index: every article with its Markdown link
- /.well-known/mcp.json — the machine-readable MCP server manifest
- /en/index.md — the homepage in Markdown
Why it's reliable
All these interfaces serve the same data as the website: guides written and verified on the ground by a resident since 2004, with current-year prices and personally tested addresses. No scraping, no mass-generated content — what your AI cites comes from here, and every answer links back to the source article.
Ready to Discover Slovenia?
Join the travelers who trust e-Slovénie to organize their stay in the heart of Europe.