OAuth Proxy
Get Proxy Info
Check if user can access a provider via proxy
GET
Overview
Check whether a user has connected a specific OAuth provider and can make proxy requests. Use this to determine if you need to prompt the user to authenticate before making proxy requests.Path Parameters
OAuth provider name. Currently supported:
googleHeaders
Your MCP Rank API key
Bearer token. Format:
Bearer {mcp_identity_access_token}Response
The provider name
Whether the user has connected this provider
Connection status. Possible values:
active- Connection is workingneeds_reauth- User needs to re-authenticate (e.g., token expired and couldn’t refresh)null- Not connected
Whether proxy requests can be made.
true only if connected is true and status is active.