
Fodda Knowledge Graphs
Fodda Knowledge Graphs is an MCP server that exposes expert-curated retail, beauty, sports, and related knowledge graphs to AI agents via SSE or stdio.
About
Fodda Knowledge Graphs MCP gives AI agents access to expert-curated industry graphs—PSFK Retail, Beauty, Sports, and related corpora—so developers can ground ideation and positioning in structured trend intelligence. During Idea → Research you register either the SSE remote with a Bearer fk_live-style API key or the npm fodda-mcp stdio package with FODDA_API_KEY, letting Claude Code or Cursor query vertical insights before you scope an MVP or ecommerce angle. Version 1.3.0 lists both streamable patterns, which suits hosts that prefer local stdio versus hosted SSE. This is research augmentation, not a scraper or ad-hoc web search skill; value depends on Fodda’s graph coverage for your niche. Intermediate complexity reflects API key management and choosing transport. Ideal when you want agent-native market context; skip if you only need generic coding helpers without vertical data subscriptions.
- Expert-curated knowledge graphs including PSFK Retail, Beauty, Sports, and more
- Remote SSE at https://mcp.fodda.ai/sse with required Bearer Fodda API key
- npm stdio package fodda-mcp (v1.3.0) with FODDA_API_KEY and optional FODDA_API_URL
- GitHub source: https://github.com/fodda/mcp-server
- Dual transport: hosted SSE plus local stdio for Claude Code-style setups
Fodda Knowledge Graphs by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --env FODDA_API_KEY=YOUR_FODDA_API_KEY --env FODDA_API_URL=YOUR_FODDA_API_URL fodda-mcp -- npx -y fodda-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | fodda-mcp |
|---|---|
| Transport | STDIO, SSE |
| Auth | Required |
What it does
Pull expert-curated PSFK-style knowledge graphs (retail, beauty, sports) into agent research before you commit to a niche or feature set.
Who is it for?
Best when you're exploring consumer, retail, beauty, or sports products and want PSFK-style graphs inside the agent workflow.
Skip if: Pure B2B devtool projects with no need for curated consumer trend graphs or teams unwilling to pay for Fodda API access.
What you get
After configuring the API key and MCP transport, the agent can query Fodda’s curated knowledge graphs to inform research and positioning.
- Configured Fodda MCP (SSE or stdio)
- Agent queries against curated Retail, Beauty, Sports, and related knowledge graphs
By the numbers
- Catalog version 1.3.0
- 2 transport options: 1 SSE remote + 1 npm stdio package (fodda-mcp)
- Named graph families include PSFK Retail, Beauty, Sports (and more per description)
Recommended MCP Servers
How it compares
Curated vertical knowledge-graph MCP, not a generic web-search skill or codebase documentation indexer.
FAQ
Who is Fodda MCP for?
Developers and strategists who use AI agents for early market research and want Fodda’s expert knowledge graphs (e.g. PSFK verticals) as MCP tools.
When should I use Fodda MCP?
Use it in the idea and validate research window when you need structured trend and category intelligence before locking scope or storefront bets.
How do I add Fodda to my agent?
Either add SSE remote https://mcp.fodda.ai/sse with Authorization Bearer your API key, or install npm package fodda-mcp and set FODDA_API_KEY (optional FODDA_API_URL) in stdio MCP config.