Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by shahidusmaniii • Uncategorized
A FastAPI-based OAuth 2.0 Authorization Server protecting an MCP server with Google OIDC authentication and JWT tokens.
Authenticate users via Google OIDC and obtain JWT access tokens.
Access MCP server resources securely using OAuth 2.0 tokens.
Integrate weather data retrieval within an MCP protocol environment.
This server acts as both an OAuth 2.0 Authorization Server issuing RS256 JWT access tokens after Google OIDC authentication and as an OAuth Protected Resource MCP server validating JWT tokens. It supports PKCE flow, dynamic client registration, and integrates a weather API tool via the MCP protocol. The server enforces security features like email allowlist and scope validation, providing a secure and extensible OAuth and MCP environment.