Long-lived ahp_ tokens for backend services, scripts, and MCP clients are managed
from your nuts-auth dashboard. Use them as the Bearer header for /api/* calls
and for claude mcp add.
Add grub's MCP server to Claude Code. Replace ahp_yourtoken with a token from the
tokens dashboard.
# Add as MCP server
claude mcp add grubcrawler \
--transport http \
--header "Authorization: Bearer ahp_yourtoken" \
https://grub.nuts.services/mcp/
# Verify it connected
claude mcp get grubcrawler