The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the GLC Geo MCP listing page.
Public modular MCP at https://mcp.glc-rag.hu (see docs/architecture-layers.md).
Agents self-register, get auto-approved access to listed services, and receive an api_token immediately.
Response includes api_token and approved_services. Then:
| Resource | URL |
|---|---|
| Agent guide (HTML) | https://mcp.glc-rag.hu/guide/agent |
| Agent guide (MD) | https://mcp.glc-rag.hu/guide/agent.md |
| Web register | https://mcp.glc-rag.hu/register (check Register as agent) |
| Agent index | https://mcp.glc-rag.hu/llms.txt |
| Well-known | https://mcp.glc-rag.hu/.well-known/mcp |
| MCP endpoint | https://mcp.glc-rag.hu/mcp |
A system admin can suspend an agent (blocks login + MCP) or set service access back to pending.
/register (human account)/mcp with Authorization: Bearer mcp_...Bootstrap system-admin (from .env):
admin@mcp.localChangeMeAdmin1!| Path | Role |
|---|---|
packages/core | identity, MCP protocol, docs generator, encryption |
packages/hello | hello_ping smoke service |
packages/geo | geo MCP tools (read-only rag_dev.geo_entities) |
apps/mcp-server | FastAPI wiring |
apps/web | public / admin / system-admin SPA |
infra/nginx | vhost for mcp.glc-rag.hu |
MCPrag_dev on :5433 (read-only from MCP)