Fodda
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | SSE server port (omit for stdio mode) | |
| NODE_ENV | No | Environment (development / production) | production |
| FODDA_API_URL | No | Upstream API base URL | https://api.fodda.ai |
| RATE_LIMIT_RPM | No | Requests per minute per API key | 60 |
| FODDA_MCP_SECRET | No | HMAC signing secret | |
| INTERNAL_TEST_KEYS | No | Comma-separated keys for simulation mode |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_graphA | Perform hybrid (vector + keyword) search on a Fodda knowledge graph. Returns trends and articles matching the query. Uses a 3-tier fallback: vector search → keyword search → all trends. Always returns results. |
| get_neighborsB | Traverse the graph from seed nodes to find related concepts and relationships. Useful for depth-first discovery. |
| get_evidenceC | Get source signals, articles, and evidentiary depth for a specific node. Essential for provenance and fact-checking. |
| get_nodeB | Directly retrieve metadata and properties for a single node by its ID. |
| get_label_valuesA | Discover valid values for a specific node label (e.g., RetailerType, Technology). Use for discovery, UI filters, and category exploration. |
| psfk_overviewA | Get a structured macro overview from the PSFK Graph. Returns up to 3 meta_patterns. Useful for top-level briefings before deeper exploration. At least one of 'industry' or 'sector' must be provided. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/piers-fawkes/fodda-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server