Foodbytes - The F&A Platform for researching new markets and make valuable connections
Foodbytes is the platform that moves you from insight to action. Bringing the right partners together and giving you the tools to actually work together, not just meet.
Opens ChatGPT on the web or desktop and asks it to use the WebMCP tools available here.
Connect straight to this server’s public endpoint.
https://mcp.foodbytes.io/mcpWe add this server to your workspace, then open Studio — saved access, one connection to many servers, with a history of what ran.
Last probed Sep 14, 2026 · mcp.foodbytes.io
21tools discovered
Get Startup Audit
Return the field-level change history for one published startup within a time window. What this is: the immutable audit trail of edits to a startup's auditable fields (the startup itself and its team members, milestones, investments, uploads, socials). Each row is one change: which field, which operation (ADD/UPDATE/DELETE), the new value, the actor UUID, and when. Coverage — read this before interpreting results: rows exist ONLY for PUBLISHED startups and ONLY for HUMAN edits. Draft edits, im
Get Filters
Return valid filter values for the given index to use as preferences in every search. When to use: Before calling search with a preferences parameter — valid values differ per index and MUST come from this tool only. Results are cached; repeated calls are cheap. Combine with: search (call get_filters first, then ALWAYS pass returned facets as preferences in every search call unless explicitly skipping filters). Prefer the index-specific wrappers (get_startup_filters, get_news_filters, get_corpo
Search
Search a specified index using free text and required preference filters, returning a paginated results page. MANDATORY PRECONDITIONS — both must be satisfied before every call to this tool, with no exceptions: 1. get_concepts MUST have been called in the current session so the agent can ground the query in real platform concepts (sectors, regions, funding stages). 2. get_filters (with the same tool_type) MUST have been called in the current session to obtain the exact valid preference valu
Get Corporate Filters
Return all valid filter values for the corporate index so they can be passed as preferences to search_corporate. When to use: Before calling search_corporate with a preferences parameter — valid values must come from this tool. Results are cached; repeated calls are cheap. Combine with: search_corporate (call get_corporate_filters first, then pass returned facets as preferences). Avoid: Do not use the generic get_filters tool for corporate — use this wrapper instead. Do not use to filter news o
Search Corporate
Search the corporate index for companies and investors matching free text and optional filters, returning a paginated results page. MANDATORY PRECONDITIONS — both must be satisfied before every call to this tool, with no exceptions: 1. get_concepts MUST have been called in the current session so the agent can ground the query in real platform concepts (sectors, regions, company types). 2. get_corporate_filters MUST have been called in the current session to obtain the exact valid preference
Dummy
A dummy tool that calls the Foodbytes API placeholder endpoint.
Get Funding By Geography
Total funding amounts grouped by geography (country or region) for a single calendar year. MANDATORY PRECONDITIONS — both must be satisfied before every call, with no exceptions: 1. get_concepts MUST have been called in the current session so geography paths are grounded in real platform concepts. 2. get_startup_filters MUST have been called in the current session to obtain valid preference values. Call them first even when passing no preferences. Cached results make this cheap — never skip
Get Top Funding Deals
The largest individual funding rounds for a calendar year, ranked by amount descending. MANDATORY PRECONDITIONS — both must be satisfied before every call, with no exceptions: 1. get_concepts MUST have been called in the current session so geography paths are grounded in real platform concepts. 2. get_startup_filters MUST have been called in the current session to obtain valid preference values. Call them first even when passing no preferences. Cached results make this cheap — never skip th
List Recent Funding Rounds
The most recent funding rounds across startups, newest first, with the total number of matching rounds. MANDATORY PRECONDITIONS — both must be satisfied before every call, with no exceptions: 1. get_concepts MUST have been called in the current session so the query is grounded in real platform concepts. 2. get_startup_filters MUST have been called in the current session to obtain valid preference values. Call them first even when passing no preferences. Cached results make this cheap — neve
Get Startup Funding History
The recorded funding rounds of one named startup. MANDATORY PRECONDITIONS — both must be satisfied before every call, with no exceptions: 1. get_concepts MUST have been called in the current session. 2. get_startup_filters MUST have been called in the current session. Call them first. Cached results make this cheap — never skip them to save turns. When to use: For "how much has X raised" / "who funded X" questions about one company. Combine with: get_startup_audit to see what changed in a
Get News Filters
Retrieve all available filter options for the news index. Always call this before search_news when you intend to filter results using the preferences parameter — it returns the exact valid values the preferences field accepts. Repeated calls are cheap; results are cached. Use this instead of the generic get_filters tool when you already know you are working with news articles. Note: date-range preferences (NEWS_DATE_PUB_FROM/TO) are NOT returned here — pass publication-date filters as the fir
Search News
Search the news index for articles matching the given criteria, returning a paginated results page. Use this tool when the user wants to find news articles. Prefer this over the generic search tool when the target index is known to be news. Before filtering by preferences, call get_news_filters to retrieve the exact valid filter values. Pass them as a list of {type, value} objects in the preferences parameter. Valid facet preference types: NEWS_SECTORS, NEWS_SUBSECTORS, NEWS_TECHNOLOGIES, NEWS
Get Patent Filters
Return all valid filter values for the patent index so they can be passed as preferences to search_patents. When to use: Before calling search_patents with a preferences parameter — valid values for the facet-backed preference types (PATENT_KIND_CODE, PATENT_JURISDICTION_CODE, PATENT_JURISDICTION_STATUS, PATENT_STARTUP_ID) must come from this tool. Results are cached; repeated calls are cheap. Combine with: search_patents (call get_patent_filters first, then pass returned filters as preferences
Search Patents
Search the patent index for patents matching free text and optional filters, returning a paginated results page. MANDATORY PRECONDITIONS — both must be satisfied before every call to this tool, with no exceptions: 1. get_concepts MUST have been called in the current session so the agent can ground the query in real platform concepts (sectors, regions, technology areas). 2. get_patent_filters MUST have been called in the current session to obtain the exact valid preference values this tool a
Get Startup Filters
Return all valid filter values for the startup index so they can be passed as preferences to search_startups. When to use: Before calling search_startups with a preferences parameter — valid values must come from this tool. Results are cached; repeated calls are cheap. Combine with: search_startups (call get_startup_filters first, then pass returned facets as preferences). Avoid: Do not use the generic get_filters tool for startups — use this wrapper instead. Do not use to filter news or corpor
Search Startups
Search the startup index for companies matching free text and optional filters, returning a paginated results page. MANDATORY PRECONDITIONS — both must be satisfied before every call to this tool, with no exceptions: 1. get_concepts MUST have been called in the current session so the agent can ground the query in real platform concepts (sectors, regions, funding stages). 2. get_startup_filters MUST have been called in the current session to obtain the exact valid preference values this tool
Get Saved Searches
Return the current user's saved searches, paginated. When to use: When the user wants to review, recall, or rerun a search they previously saved on the platform. Each saved search includes the criteria used to create it. Combine with: search_startups, search_news, or search_corporate — retrieve a saved search to understand its criteria, then re-execute with the appropriate search tool if the user wants fresh results. page is 0-indexed. Avoid: Do not use to retrieve project contents — use get_pr
Get Projects
Return all projects belonging to the current user. When to use: When the user wants to see their projects or select one to browse. Always call this first to discover project IDs before fetching the contents of a specific project. Combine with: get_project_startups — call get_projects to obtain a project ID, then pass it to get_project_startups to retrieve the startups inside. Avoid: Do not use to search across all startups — use search_startups for that. Example outcome: Returns a paginated lis
Get Project Startups
Return the startups saved in a specific project, paginated. When to use: When the user wants to browse the contents of a named project. Requires a project_id — call get_projects first to discover available IDs. Combine with: get_projects (call first to obtain a valid project_id). Results can be cross-referenced with get_startup_filters to understand available filter dimensions on the returned startups. page is 0-indexed. Avoid: Do not call without first obtaining a valid project_id from get_pro
Get Corporate Profile
Return the current user's corporate profile including company name, description, and declared interests. When to use: When the user's own company profile is needed as context — for example, to personalise search results or understand the user's stated investment focus areas. Combine with: search_startups or search_corporate — use the returned interests (industries, funding stages, SDGs) to inform filter preferences in a subsequent search tailored to the user's focus. Avoid: Do not use to search
Get Concepts
Retrieve the full taxonomy concept tree (sectors, regions, funding stages, etc.) with display names and hierarchy. Use this to understand available concepts and their structure. Do NOT use this to build search filters — use the appropriate get_*_filters tool instead, which provides filter values in the exact format accepted by search tools.
Get your MCP into directories
A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.
Directory coverage for brandsFoodbytes is the platform that moves you from insight to action. Bringing the right partners together and giving you the tools to actually work together, not just meet.
Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.
Operate Foodbytes - The F&A Platform for researching new markets and make valuable connections? Verify ownership to take over this directory entry.
This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.
MCPBundles probed 21 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.
No provider sign-in was required during MCPBundles' probe. Your client may still need MCPBundles credentials depending on how you connect.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.