{
  "name": "creators-toolbox",
  "title": "Creators Toolbox",
  "version": "1.0.0",
  "transport": "streamable-http",
  "protocolVersion": "2025-06-18",
  "endpoint": "https://creatorstoolbox.com/api/mcp",
  "authentication": "Bearer token. Create a free key with POST /api/v1/keys {\"email\":\"you@example.com\"}.",
  "tools": [
    {
      "name": "search_companies",
      "description": "Screen the catalog of creator-economy companies, tools and resources. Combine filters to answer questions like \"free AI video tools\", \"companies from Canada launched this year\", or \"who shipped something in the last month\". Filters combine with AND; comma-separated values within one filter are OR."
    },
    {
      "name": "get_company",
      "description": "One company in full — description, pricing, tags, features, FAQs — plus its ten most recent events. Accepts the catalog id (e.g. \"lovable\"), a domain, or a name to look up."
    },
    {
      "name": "list_events",
      "description": "The activity feed, newest first. Types: funding, acquisition, financials, partnership, pricing, product, hiring, editorial, launch. Use this for \"what happened recently\", \"what did X ship\", or \"who is hiring\"."
    },
    {
      "name": "list_funding",
      "description": "Funding rounds with amount, round label, valuation and investors, plus totals across everything matching the filter. Amounts are parsed from announcements — best-effort, not audited."
    },
    {
      "name": "catalog_facets",
      "description": "Every category, subcategory, tag, persona, pricing tier, country and event type with how many listings carry it. Call this to learn the exact values the other tools filter on."
    }
  ],
  "documentation": "https://github.com/AlwaysCreatingio/Creators-Toolbox/blob/main/docs/api.md"
}