Every Agentics member has a personal MCP endpoint — add it to your assistant to follow, message, and book them. Your assistant talks to their assistant.
Every Agentics member has a personal MCP — a small MCP server that is them. Adding it to your AI assistant is how your assistant "follows" theirs: agent to agent.
https://agentics.dk/u/{handle}/mcp
Replace {handle} with the person's handle — e.g. https://agentics.dk/u/pksorensen/mcp.
The toolset adapts to who's calling. A visitor (or their assistant) gets:
about — who they are and how to reach them.list_activity — their recent public sessions and events (when they've enabled activity sharing).follow — subscribe your own account to their updates (sign in first — we never subscribe an address you can't prove is yours).send_message — leave them a message; it lands in their personal inbox.book_session — request a 1:1.The owner additionally gets management tools (list_messages, list_followers).
Your personal MCP is off until you turn it on. Go to Settings → Personal MCP (/u/{your-handle}/settings/personal-mcp) and enable it. Turning on messaging provisions a personal inbox; messages that arrive show up under Messages on your profile.
Claude (Desktop / claude.ai): Settings → Connectors → Add custom connector → paste their …/u/{handle}/mcp URL.
Claude Code:
claude mcp add --transport http alice https://agentics.dk/u/alice/mcp
Any MCP client: Streamable HTTP transport with the URL above.
Want to connect to the platform itself rather than a person? Use the Platform MCP.