lookup_calories — kcaldata MCP Tool Read-only
lookup_calories
(lookup calories) is one of 1 tool on the
kcaldata
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call lookup_calories from your client
- Claude Code kcaldata lookup_calories run in your project directory
- Claude Desktop kcaldata lookup_calories ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor kcaldata lookup_calories ~/.cursor/mcp.json
- VS Code kcaldata lookup_calories .vscode/mcp.json
- Zed kcaldata lookup_calories ~/.config/zed/settings.json
- Windsurf kcaldata lookup_calories ~/.codeium/windsurf/mcp_config.json
- Cline kcaldata lookup_calories ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI kcaldata lookup_calories ~/.gemini/settings.json
- Grok kcaldata lookup_calories .mcp.json (in your project root)
- ChatGPT kcaldata lookup_calories Settings → Connectors → Advanced → Developer mode
- Claude.ai kcaldata lookup_calories Settings → Connectors → Add custom connector
- LangChain kcaldata lookup_calories pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http kcaldata https://api.kcaldata.com/mcp-server/mcp
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.