# Atractio Agent MCP Hub This domain provides MCP tools for AI agents. Base URL: https://agent.atractio.lol Authentication: Open https://agent.atractio.lol/auth/login, sign in through Forgejo at https://git.barem.atractio.lol, then reveal the account bearer token in the same-origin console. Store the token in a separate user-only local file. Direct MCP clients reference it as `AGENT_MCP_TOKEN`; the context-light adapter reads its own token file. Each Forgejo identity receives an isolated Mnemosyne bank. Connection modes: - Direct MCP: use selected `/mcp/{service}/sse` endpoints and configs from https://agent.atractio.lol/config/ - Skills + tool bridge (recommended for low context): install https://git.barem.atractio.lol/rethinger/atractio-tool and download https://agent.atractio.lol/skills/atractio-hub/SKILL.md The local adapter exposes only `hub_account`, `hub_skill`, `hub_discover`, and `hub_call`; exact remote schemas are fetched on demand. Authentication MCP: - /mcp/auth: secret-free OAuth setup helpers Available MCP endpoints: - /mcp/about: explains this hub and returns client configs - /mcp/memory: Mnemosyne per-user long-term memory - /mcp/search: SearXNG web search - /mcp/playwright: Playwright browser automation (hub clients; not configured in Oh My Pi) - /mcp/docs: Context7 / docs RAG - /mcp/code: Serena semantic code tools - /mcp/repo: Repomix repository context packer - /mcp/git: Forgejo git, issues and pull requests - /mcp/platform: policies, audit, jobs, encrypted credentials and BYO MCP - /mcp/media: bounded Remotion video and still rendering - /mcp/ci: Forgejo Actions runs, dispatch, diagnostics and run/artifact links - /mcp/notify: HMAC-signed webhooks and ntfy event delivery Authenticated control console: https://agent.atractio.lol/console Machine-readable manifest: https://agent.atractio.lol/mcp.json Universal MCP client config: https://agent.atractio.lol/config/universal-mcp.json