MCP Demo Server

This server provides OAuth integration for AWS Quick Suite Action mode.

OAuth Configuration for AWS Quick Suite

Client ID: mcp_demo_client_2024
Client Secret: super_secret_key_change_in_production_2024
Authorization URL: https://mcp.flyingspike.site/oauth/authorize
Token URL: https://mcp.flyingspike.site/oauth/token

Available Endpoints

Health Check: GET /health
OAuth Config: GET /oauth/config
User Info: GET /api/user (requires Bearer token)
Actions List: GET /actions (requires Bearer token)
Execute Action: POST /actions/{actionName} (requires Bearer token)

Test OAuth Flow

Start OAuth Flow