← Registry

Learning Resources

fooodo.com

Provides access to product documentation, pricing, and integration details for the Fooodo platform.

1 endpoint6 known toolsFirst detected May 15, 2026Last detected September 23, 2026

ENDPOINT 1

https://fooodo.com/api/mcp

No auth detected

MCP server metadata

Name
fooodo-handbook
Version
0.3.0
Capabilities
tools.listChanged

Known tools 6

list_docs

List every page in the Fooodo handbook with its slug, title and one-line description.

Inferred read-only
get_doc

Fetch the raw MDX content of a handbook page by slug.

Inferred read-only
search_docs

Substring search over handbook page titles, descriptions and bodies.

Inferred read-only
list_pos_connectors

Return the live and supported POS connectors.

Inferred read-only
get_pricing_scope

Return Fooodo's pricing model and segment indicators for a buyer's agent to qualify whether Fooodo is in scope.

Inferred read-only
request_walkthrough

Submit a walkthrough or quote request on behalf of a buyer the agent represents.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.fooodo-handbook]
url = "https://fooodo.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fooodo-handbook": {
      "type": "http",
      "url": "https://fooodo.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fooodo-handbook
Remote MCP URL: https://fooodo.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "fooodo-handbook": {
      "url": "https://fooodo.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fooodo-handbook": {
      "type": "http",
      "url": "https://fooodo.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fooodo-handbook",
  "transport": "streamable-http",
  "url": "https://fooodo.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for fooodo.com was fetched 2026-09-18T13:31:09.748Z.

Trust status Trusted

fooodo.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.