
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@forkbit/mcp
Advanced tools
Official Model Context Protocol server for the Forkbit API — gives AI agents direct access to food search, nutrition parsing, and recipe analysis.
FORKBIT_API_KEY=sk_live_... npx @forkbit/mcp
Get an API key from your Forkbit dashboard. The server communicates over stdio and exits
immediately with a clear error if FORKBIT_API_KEY is missing.
Optional: FORKBIT_BASE_URL overrides the API base URL (defaults to
https://api.forkbit.io) — useful for pointing at a local or staging API during development.
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"forkbit": {
"command": "npx",
"args": ["-y", "@forkbit/mcp"],
"env": {
"FORKBIT_API_KEY": "sk_live_..."
}
}
}
}
| Tool | What it does | Credit cost |
|---|---|---|
search_foods | Search the food database by name | 1 per call |
get_food | Full nutrient/portion detail for one food by id | 1 per call |
batch_get_foods | Full detail for up to 50 food ids in one call | 1 per id |
parse_nutrition | Parse a free-text food/meal description into nutrition | 10 per call |
analyze_recipe | Analyze a full recipe into total and per-serving nutrition | 10 per ingredient line (max 50) |
Every tool description in the server itself states expected latency and when to prefer it over a sibling tool — read those in your MCP client for the full guidance an agent sees.
MIT
FAQs
Official Model Context Protocol server for the Forkbit API.
The npm package @forkbit/mcp receives a total of 29 weekly downloads. As such, @forkbit/mcp popularity was classified as not popular.
We found that @forkbit/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.