walkerpauldavid/oauth_mcp_server
If you are the rightful owner of oauth_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for OAuth 2.0 authentication operations.
Tools
Functions exposed to the LLM to take actions
ping
Health check endpoint to verify server is running.
get_server_info
Get server information and configuration.
start_device_auth
Initiate device authentication flow (Step 1).
complete_device_auth
Complete authentication and retrieve token (Step 2).
device_auth_flow
One-step device authentication (blocking).
read_bearer_token
Read saved bearer token from file.
get_azure_token
Get bearer token using Client Credentials flow.
get_azure_token_info
Get detailed token information.
test_azure_token
Test token by making authenticated API call.
check_auth_config
Check and validate authentication configuration.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client