🚀 Confused MCP Server

Model Context Protocol server for Confused API integration.

Status: ✅ Running

Get Started with OAuth

Authenticate to use the MCP tools with your Confused account:

Login with OAuth

This will authenticate you and save tokens to the server. After authentication, all MCP tools will work automatically!

Available Endpoints

GET /health

Health check endpoint (always accessible)

GET /oauth/start

Start OAuth authentication flow

GET /oauth/callback

OAuth callback handler (automatic)

GET /mcp

MCP Server endpoint (Server-Sent Events) - Primary endpoint for ChatGPT Apps

GET /sse

MCP Server endpoint (Server-Sent Events) - Alternative endpoint (legacy)

GET /.well-known/oauth-protected-resource

OAuth resource metadata for MCP clients

Test with MCP Inspector

After authenticating, test your server locally:

npx @modelcontextprotocol/inspector

Connect to: https://confused.dootrix.com/mcp (or /sse)

Documentation

For more information, see the project README and documentation.