🌐 Tiangong LCA MCP Server

Model Context Protocol Server for Life Cycle Assessment

📋 Available Endpoints

🔍 Health & Status

GET /health Available

Check server health status

🔐 OAuth Authentication

GET /oauth/demo Available

OAuth Demo Interface - Interactive Cognito OAuth flow demonstration

GET /oauth/authorize Available

OAuth authorization endpoint

GET /oauth/callback Available

OAuth callback endpoint

POST /oauth/token Available

Token exchange endpoint (PKCE supported)

🤖 MCP Protocol

POST /mcp Auth Required

Main MCP endpoint for tool interactions (requires Bearer token)

🚀 Quick Start

  1. Visit /oauth/demo to test OAuth authentication
  2. Complete the OAuth flow to get an access token
  3. Use the access token to make requests to the /mcp endpoint

📖 Documentation

For more information about the Model Context Protocol, visit the official documentation.

🔧 Available Pages

Main OAuth authentication interface: /oauth/index

OAuth demo interface: /oauth/demo