whatevr
get your link →
connect · assistants & api

log food by talking to your assistant

connect whatevr to Claude, ChatGPT, Grok, or Gemini — then just tell it what you ate.

the only nutrition app that lives inside the AI you already use.

get set up see example prompts
step 2

connect your assistant

pick the one you use. paste the link you just copied — that's the whole setup.

steps as of july 2026 — these apps change their menus often. if a name doesn't match, look for "custom connector," "MCP server," or "developer mode."
Claude
web · claude.ai
1
open claude.ai in a browser — the phone app can't add custom connectors yet.
2
go to settings → connectors → add custom connector.
3
paste your whatevr link and save.
4
open a chat and turn it on. now just tell Claude what you ate.
ChatGPT
web only · hidden setting
1
on the web app, open settings → "security and login" and turn on developer mode.
2
go to settings → plugins → "+".
3
paste your whatevr link as the server URL. set authentication to none — your key is already in the link.
4
enable it in a chat.
reconnect after whatevr ships updates so it picks up new tools.
Grok
the simplest
1
add a custom connector.
2
paste your whatevr link — the whole URL, not just the token.
Gemini
web
1
go to gemini.google.com/apps.
2
scroll to the bottom and add a custom app.
3
paste your whatevr link.
other (MCP)
any MCP client

any assistant that speaks MCP — Cursor and others — works the same way: wherever it asks for a custom MCP server, paste your whatevr link.

step 3

try it

once it's connected, just talk to your assistant like normal. tap a line to copy it.

log 2 eggs and toast with black coffee
what did i eat today?
how many calories do i have left?
log a 30-minute run
check today's logs and fix anything that's wrong
needs a full-access connection
for developers

prefer the raw API?

whatevr also has a REST API with a live OpenAPI spec at /v1/openapi.json. scoped tokens (wtvr_live_…) carry read, log, or full scope — and the same token powers both REST and the MCP connector above.

log a food · curl
copy
curl -X POST https://api.trywhatevr.app/v1/ai/log \
  -H "Authorization: Bearer wtvr_live_..." \
  -H "Content-Type: application/json" \
  -d '{"text":"2 eggs and toast, black coffee"}'
read the full API reference →

start logging by talking

get whatevr, grab your link, and connect the assistant you already use.

get whatevr
already have it? open settings → connections.
whatevr
trywhatevr.app/connect
copied to clipboard