More
In-page WebMCP
Chrome and ChatGPT agents call Aden tools on the current page instead of scraping the DOM.
What it is
When a browser exposes WebMCP (document.modelContext), Aden registers tools for the page you are on. An agent can read session, teams, organisations, and tracks, and can run the same mutations the UI already uses. It never types passwords, 2FA, passkeys, captcha, or payment.
Using it
- Chrome 149+ with
chrome://flags/#enable-webmcp-testingenabled, or another client that implements WebMCP. - Open Aden. Tools appear only when
document.modelContextexists. Missing the API is a no-op. - Signed out:
get_sessiontells you to sign in on the page. Mutating tools stop with the same message. They do not fill the login form. - Signup:
start_signup/registerprefills public fields (email, name, invite code) then returns a needs-human error so you finish password and any 2FA yourself. - After you sign in: list or switch teams and organisations, invite with the same in-page confirm as the UI, then open a track and add milestones.
Was this helpful?