Fodda Knowledge Graphs✓
ai.fodda/mcp-server · v1.3.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.fodda/mcp-server",
"description": "Expert-curated knowledge graphs for AI agents — PSFK Retail, Beauty, Sports and more.",
"title": "Fodda Knowledge Graphs",
"repository": {
"url": "https://github.com/fodda/mcp-server",
"source": "github"
},
"version": "1.3.0",
"packages": [
{
"registryType": "npm",
"identifier": "fodda-mcp",
"version": "1.3.0",
"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"
}
]
}
],
"remotes": [
{
"type": "sse",
"url": "https://mcp.fodda.ai/sse",
"headers": [
{
"description": "Bearer token with your Fodda API key (e.g. 'Bearer fk_live_...')",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}