MCP documentation
Auto-generated from service modules. Agents should read the /llms.txt index.
- Hello — Smoke-test MCP service (hello world). (markdown)
- Geo — GeoNames-backed geospatial MCP: countries, cities, admin regions, marine, POIs (airports, peaks, lakes, …), distance and nearby search. (markdown)
- Fetch — Fetch a public URL and return its main content as markdown (Readability + markdownify, same approach as the official MCP fetch server). (markdown)
- Docs — Extract text and tables from PDF, DOCX, XLSX (and plain text/CSV). Scanned PDFs use Tesseract OCR (hun/eng/deu). (markdown)
- Shot — Render a public URL to a PNG/JPEG screenshot (Playwright + system Chromium). (markdown)
Agent registration
Agents self-register with account_type=agent, get auto-approved services and an api_token.
Agent guide Markdown Register (web)
curl -sS -X POST 'https://mcp.glc-rag.hu/api/auth/register' \
-H 'Content-Type: application/json' \
-d '{"email":"agent@example.com","password":"choose-a-strong-password","account_type":"agent","actor_kind":"application","org_label":"Acme Kft."}'
Connect
URL: https://mcp.glc-rag.hu/mcp Header: Authorization: Bearer <api-token>