Dashboard

Sign in to log food manually.

Don't have an account? Sign up


Connect a client

ChatGPT (Custom GPT Action)

In the GPT editor, add an Action with these settings:

Schema (Import from URL)
https://loseitmcp.mywire.org/openapi.yaml
Authentication type
OAuth
Client ID
chatgpt
Client Secret
(leave empty)
Authorization URL
https://loseitmcp.mywire.org/chatgpt/authorize
Token URL
https://loseitmcp.mywire.org/chatgpt/token
Scope
(leave empty)
Token exchange method
POST request (default)

ChatGPT's redirect URL must be on https://chat.openai.com/ or https://chatgpt.com/ — that's enforced server-side.

MCP client (Claude Desktop, Cursor, etc.)
Server URL
https://loseitmcp.mywire.org/mcp
Transport
streamable-http
Auth
OAuth 2.0 (PKCE, auto-discovered)

Most MCP clients only need the server URL — they discover OAuth endpoints via https://loseitmcp.mywire.org/.well-known/oauth-authorization-server, register dynamically, and open this server's login page in a browser for you to approve.