Ask questions in site search
The search window works in two ways: it returns instant keyword results as you type, and searches by meaning when you press Enter. You can write natural sentences such as “Where was the Hittite capital?” or “places to visit with children”. Results are excerpts from pages on this site only; no AI text is generated.
Shortcut: Ctrl/⌘ + K or /
Connect your assistant (MCP)
Assistants that support the Model Context Protocol (MCP) can search this site through the address below. The server is public, needs no account or key, and exposes a single tool: search.
https://ai.corum.net.tr/mcp- Claude (web, desktop, mobile)
- Go to Settings → Connectors → Add custom connector and paste the address above.
- Claude Code
- Run this command in your terminal:
claude mcp add --transport http corum https://ai.corum.net.tr/mcp - ChatGPT
- In Settings → Connectors, enable developer mode and add the address as a new connector.
- Cursor
- Add to .cursor/mcp.json in your project root:
{ "mcpServers": { "corum": { "url": "https://ai.corum.net.tr/mcp" } } } - VS Code (GitHub Copilot)
- Add to .vscode/mcp.json:
{ "servers": { "corum": { "type": "http", "url": "https://ai.corum.net.tr/mcp" } } }
Menu names vary between app versions; look for the option to add a custom or remote MCP server.
llms.txt: a site summary for machines
To hand context to an assistant directly, use these two files: the first lists the site's sections and key pages, the second is a full listing of article, dish and folk-song summaries. llms.txt also documents the MCP server and search API addresses and how to call them.
Install as an app
The site is a PWA: it can be added to your home screen, opens full screen, and pages you have already visited can be read without a connection. For places with weak signal such as Hattusa or İncesu Canyon, simply open the pages beforehand.
- Android / Chrome: menu → “Install app” or “Add to Home screen”.
- iPhone / Safari: Share → “Add to Home Screen”.
- Desktop Chrome / Edge: the install icon in the address bar.
About accuracy
Search and the MCP tool only return passages from pages on this site. An answer an assistant writes from those passages belongs to that assistant and may contain errors; verify dates, measurements and names on the source page returned with each result.