Which AI assistants can connect?
ChatGPT and Codex have been tested with AuthPI’s hosted MCP. Other clients need remote Streamable HTTP, OAuth sign-in, and either Client ID Metadata Documents (CIMD) support or a registered OAuth client. AuthPI does not support Dynamic Client Registration. See the connection guide for requirements.
Can I keep my connection read-only?
Yes. Approve read permissions without granting write permissions. The assistant can only perform actions allowed by both your consent and your current AuthPI account membership. Creating resources and changing settings require additional write access enabled by the service.
Can I work across multiple accounts?
Yes, when your connection permits it. Ask the assistant to list your accounts, then choose one by name or ID. Each resource call carries the selected account and issuer context. A connection restricted to one account needs fresh authorization to select another.
What can the assistant change?
It can create issuers and public SPA or native OAuth clients, and update supported issuer and client settings such as callback URLs, scopes, and session settings. Updates check the version that was read, so concurrent edits are reported instead of silently overwritten. Resource deletion, secret rotation, and client token-exchange policy changes are outside the tool set.
What data does the assistant see?
Tools return selected identity and configuration fields for resources you can access. They do not return passwords, client secrets, or verifier material. User and agent tools inspect records; they do not sign in as those identities.
Which tools are available?
Can I use AuthPI to secure my own MCP server?
Yes. This hosted server manages your resources in AuthPI. For an MCP server that exposes your own services, use AuthPI to authenticate your users and protect your API. Start with the MCP authorization guide.