io.github.fliptheweb/fatsecret-mcp✓
io.github.fliptheweb/fatsecret-mcp · v0.0.8
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.fliptheweb/fatsecret-mcp",
"description": "MCP server for FatSecret API - food search, nutrition, diary, recipes, weight tracking (unofficial)",
"repository": {
"url": "https://github.com/fliptheweb/fatsecret-mcp",
"source": "github"
},
"version": "0.0.8",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "fatsecret-mcp",
"version": "0.0.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "FatSecret API Client ID",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FATSECRET_CLIENT_ID"
},
{
"description": "FatSecret API Client Secret (OAuth 2.0)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FATSECRET_CLIENT_SECRET"
},
{
"description": "FatSecret API Consumer Secret (OAuth 1.0)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FATSECRET_CONSUMER_SECRET"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}