Fodda Knowledge Graphs✓
io.github.piers-fawkes/fodda · v1.3.2
{}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.piers-fawkes/fodda",
"description": "Expert-curated knowledge graphs for AI agents — PSFK Retail, Beauty, Sports and more.",
"title": "Fodda Knowledge Graphs",
"repository": {
"url": "https://github.com/piers-fawkes/fodda-mcp",
"source": "github"
},
"version": "1.3.2",
"packages": [
{
"registryType": "npm",
"identifier": "fodda-mcp",
"version": "1.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Fodda API key",
"isRequired": true,
"isSecret": true,
"name": "FODDA_API_KEY"
},
{
"description": "Upstream Fodda API URL",
"default": "https://api.fodda.ai",
"name": "FODDA_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}