What is the Fodda Knowledge Graphs MCP server?
Expert-curated knowledge graphs for AI agents — retail, beauty, sports, plus institutional data
How to install Fodda Knowledge Graphs
Copy-paste configuration for popular MCP clients.
FODDA_API_KEYrequiredsecretYour Fodda API key
FODDA_API_URLUpstream Fodda API URL
AuthorizationrequiredsecretBearer token with your Fodda API key (e.g. 'Bearer sk_live_...')
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"fodda-mcp"
],
"env": {
"FODDA_API_KEY": "<YOUR_FODDA_API_KEY>",
"FODDA_API_URL": "<YOUR_FODDA_API_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"fodda-mcp"
],
"env": {
"FODDA_API_KEY": "<YOUR_FODDA_API_KEY>",
"FODDA_API_URL": "<YOUR_FODDA_API_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"fodda-mcp"
],
"env": {
"FODDA_API_KEY": "<YOUR_FODDA_API_KEY>",
"FODDA_API_URL": "<YOUR_FODDA_API_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fodda-mcp"
],
"env": {
"FODDA_API_KEY": "<YOUR_FODDA_API_KEY>",
"FODDA_API_URL": "<YOUR_FODDA_API_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add mcp-server --env FODDA_API_KEY=<YOUR_FODDA_API_KEY> --env FODDA_API_URL=<YOUR_FODDA_API_URL> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y fodda-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.