Fodda MCP provides AI agents with access to expert-curated knowledge graphs covering retail, beauty, sports, and other industries. Query structured insights, explore relationships, retrieve evidence, and generate macro overviews powered by PSFK's proprietary research.
Features:
• Search across knowledge graphs with semantic understanding
• Explore node relationships and connections
• Access evidence and source attribution
• Generate industry overviews and insights
• PSFK Retail, Beauty, and Sports graphs available
Overview
Fodda Knowledge Graphs
Expert-curated knowledge graphs for AI agents — PSFK Retail, Beauty, Sports and more.
Overview
Fodda MCP provides AI agents with access to expert-curated knowledge graphs covering retail, beauty, sports, and other industries. Query structured insights, explore relationships, retrieve evidence, and generate macro overviews powered by PSFK's proprietary research.
Features
- Search Knowledge Graphs - Semantic search across curated industry data
- Explore Relationships - Navigate connections between concepts, brands, and trends
- Evidence & Attribution - Access source materials and research citations
- Industry Overviews - Generate macro insights across sectors
- PSFK Research - Powered by PSFK's expert analysis and trend forecasting
Available Tools
- search_graph - Search the knowledge graph with semantic understanding
- get_neighbors - Get neighboring nodes and explore relationships
- get_evidence - Retrieve evidence and source attribution for nodes
- get_node - Get detailed information about specific nodes
- psfk_overview - Generate macro overviews for industries/sectors
- psfk_insights - Get AI-powered insights from the knowledge graph
Installation
Install globally: npm install -g fodda-mcp
Or run directly: npx fodda-mcp
Getting an API Key
Sign up for a Fodda API key at https://app.fodda.ai
Use Cases
- Market Research - Query trends and insights across industries
- Competitive Intelligence - Explore brand relationships and positioning
- Trend Analysis - Discover emerging patterns in retail, beauty, and sports
- Content Creation - Generate data-backed insights for articles and reports
- Strategic Planning - Access curated research for business decisions
Support
- Documentation: https://www.npmjs.com/package/fodda-mcp
- API Docs: https://api.fodda.ai/docs
- Website: https://fodda.ai
Server Config
{
"mcpServers": {
"fodda": {
"command": "npx",
"args": [
"fodda-mcp"
],
"env": {
"FODDA_API_KEY": "your-api-key-here"
}
}
}
}