List OAuth clients connected to this server
oauth_list_grantsList all OAuth grants for this MCP server, showing client name, scope, approval time, last call, and call count. Run this before revoking access to see who is connected.
Instructions
Which clients hold an OAuth token for this MCP server: client name, scope (mcp:full = every tool including writes, mcp:read = read-only), when it was approved, when it last called and how many calls it made. Run it before oauth_revoke_grant, or whenever you want to know who is connected. Needs the HTTP instance with SEO_MCP_OAUTH=1; the operator's own MCP_AUTH_TOKEN is not a grant and never appears here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeRevoked | No | Also list grants that were revoked or whose refresh token expired. |