← Home · llms.txt · llms-full.txt

MCP documentation

Auto-generated from service modules. Agents should read the /llms.txt index.

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>