{
  "mcp": {
    "name": "aloha-fungi-b2b",
    "version": "1.4.0",
    "title": "Aloha Fungi B2B MCP"
  },
  "transport": "Streamable HTTP",
  "endpoint": "https://b2b.alohafungi.pl/api/mcp",
  "documentation": "https://b2b.alohafungi.pl/dla-agentow/",
  "developerDocumentation": "https://b2b.alohafungi.pl/developers/",
  "manifest": "https://b2b.alohafungi.pl/.well-known/mcp/server.json",
  "markdownDocumentation": "https://b2b.alohafungi.pl/mcp.md",
  "tools": [
    {
      "name": "list_products",
      "title": "List B2B products",
      "description": "List the functional mushroom ingredients available from Aloha Fungi B2B. Returns technical and commercial data, not health advice."
    },
    {
      "name": "get_product",
      "title": "Get a B2B product",
      "description": "Get technical and commercial details for one mushroom ingredient by catalog slug or name."
    },
    {
      "name": "list_articles",
      "title": "List B2B knowledge articles",
      "description": "List Aloha Fungi B2B articles with author, publication date and canonical URL."
    },
    {
      "name": "list_collaboration_models",
      "title": "List collaboration models",
      "description": "List Aloha Fungi B2B collaboration models with MOQ, lead time and canonical URL."
    },
    {
      "name": "get_glossary_term",
      "title": "Get a B2B glossary term",
      "description": "Get the definition of a functional mushroom sourcing, quality or regulatory term."
    },
    {
      "name": "qualify_requirements",
      "title": "Qualify B2B product requirements",
      "description": "Create an evidence-backed, non-binding procurement decision packet from buyer requirements. This read-only tool never sends an inquiry, confirms price or reserves stock."
    },
    {
      "name": "estimate_quote",
      "title": "Estimate quote requirements",
      "description": "Classify an inquiry by quantity and return MOQ, indicative lead time and the information needed for a binding quote. Never returns or invents a price."
    },
    {
      "name": "submit_inquiry",
      "title": "Submit a B2B inquiry",
      "description": "Send a confirmed B2B sourcing inquiry to Aloha Fungi sales. This action sends an email immediately. Call it only after the buyer has explicitly agreed to be contacted. It does not place an order and does not create a binding quote."
    }
  ],
  "resources": [
    {
      "uri": "aloha-fungi://catalog",
      "name": "Full Aloha Fungi B2B catalog",
      "description": "Products, collaboration models, articles, glossary and company data."
    },
    {
      "uri": "aloha-fungi://products",
      "name": "Aloha Fungi B2B products",
      "description": "Functional mushroom ingredients with technical and commercial data."
    },
    {
      "uri": "aloha-fungi://glossary",
      "name": "Aloha Fungi B2B glossary",
      "description": "Sourcing, quality and regulatory terms."
    }
  ],
  "clientConfig": {
    "mcpServers": {
      "aloha-fungi-b2b": {
        "url": "https://b2b.alohafungi.pl/api/mcp"
      }
    }
  }
}