MCP Hub
Back to servers

Fodda Knowledge Graphs

Expert-curated knowledge graphs for AI agents — PSFK Retail, Beauty, Sports and more.

Registry
Updated
Feb 17, 2026

Quick Install

npx -y fodda-mcp
Fodda Logo

Fodda MCP Server

Expert-curated knowledge graphs for AI agents — PSFK Retail, Beauty, Sports and partner datasets via the Model Context Protocol.

MCP Registry npm Version License


Quick Start

Claude Code

claude mcp add --transport sse fodda https://mcp.fodda.ai/sse \
  --header "Authorization: Bearer YOUR_API_KEY"

Gemini CLI

{
  "tools": [{
    "type": "mcp",
    "name": "fodda",
    "url": "https://mcp.fodda.ai/sse",
    "headers": { "Authorization": "Bearer YOUR_API_KEY" }
  }]
}

Generic SSE Client

Connect to https://mcp.fodda.ai/sse with an Authorization: Bearer YOUR_API_KEY header.


Available Tools

ToolDescriptionDeterministic
search_graphHybrid keyword + semantic search on a knowledge graph
get_neighborsTraverse from seed nodes to discover related concepts
get_evidenceSource signals, articles, and provenance for a node
get_nodeRetrieve metadata for a single node by ID
get_label_valuesDiscover valid values for a node label/category
psfk_overviewStructured macro overview across industries and sectors

All tools require userId and — except psfk_overview — a graphId.

Discovery Endpoints

EndpointDescription
GET /mcp/toolsFull tool schemas, versions, and capabilities
GET /healthHealth check ({ "status": "ok" })
GET /.well-known/mcp.jsonMCP server auto-discovery manifest

Authentication

Pass your Fodda API key as a Bearer token:

Authorization: Bearer fk_live_...

In MCP request _meta:

{ "_meta": { "authorization": "Bearer fk_live_..." } }

Configuration

VariableDescriptionDefault
PORTSSE server port (omit for stdio mode)
FODDA_API_URLUpstream API base URLhttps://api.fodda.ai
FODDA_MCP_SECRETHMAC signing secret
NODE_ENVEnvironment (development / production)production
INTERNAL_TEST_KEYSComma-separated keys for simulation mode
RATE_LIMIT_RPMRequests per minute per API key60

Build & Run

npm install
npm run build

# Stdio mode
npm start

# SSE mode
PORT=8080 npm start

Self-Hosting

  • Docker: docker build -t fodda-mcp . && docker run -p 8080:8080 -e PORT=8080 fodda-mcp
  • Cloud Run: ./deploy_cloud_run.sh
  • Kubernetes: See deployment/k8s/
  • Terraform: See deployment/terraform/

MCP Registry

This server is published to the Official MCP Registry as io.github.piers-fawkes/fodda.

# Verify listing
curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.piers-fawkes/fodda"

License

Proprietary — fodda.ai

Reviews

No reviews yet

Sign in to write a review