Agent-callable tools — not another human dashboard. Call via MCP JSON-RPC or REST. Built for Cursor, Claude, Grok, and custom agents.
Free cores for catalog, popular ranks, golden-hour math, pack weight, and prompt variants. Pro API keys later for higher rate limits — no dark patterns.
/mcp and REST at /tools.GET/POST https://nf-mcp.vercel.app/mcp — MCP JSON-RPCGET/POST https://nf-mcp.vercel.app/tools — REST list/call// result appears here
curl -s https://nf-mcp.vercel.app/tools \
-H 'content-type: application/json' \
-d '{"name":"list_live_products","arguments":{"limit":5}}'