Skip to content

Public machine entry · PL / EN

Aloha Fungi B2B for AI agents

Aloha Fungi supplies functional mushroom extracts and powders to businesses. An agent can verify the catalog, quality parameters, MOQ and collaboration models, then submit a complete brief to sales after the buyer gives consent.

01 · Decision data

What an agent can verify

Catalog

13 species with Latin names, form, standardization and packaging.

Quality

Batch COA, heavy metals, microbiology, pesticides and extraction methods.

Terms

MOQ, indicative lead time, available packaging and Novel Food status.

Collaboration

5 models: bulk, distribution, white label, private label and custom formulation.

02 · Sales inquiry

From requirement to conversation

The agent collects the details, shows the buyer a summary and submits only after consent. Sales replies with questions or a quote matched to the project.

  1. 01

    Qualify requirements

    Use qualify_requirements or POST /api/v1/qualification. This step collects no contact details and sends nothing.

  2. 02

    Show the decision packet

    Show product fit, missing inputs, review flags, evidence and the items that require human confirmation.

  3. 03

    Confirm consent

    The buyer must explicitly agree to contact before any personal data is sent. Only then set consent_to_contact: true.

  4. 04

    Send the reviewed brief

    Use submit_inquiry or POST /api/v1/zapytanie. An inquiry is not an order or a binding quote.

MCP · recommended

One connection

The MCP server exposes the catalog, B2B knowledge, evidence-backed requirement qualification and safe inquiry submission.

https://b2b.alohafungi.pl/api/mcp
{
  "mcpServers": {
    "aloha-fungi-b2b": {
      "url": "https://b2b.alohafungi.pl/api/mcp"
    }
  }
}

Answer boundaries

An agent must know what it does not know

  • It never invents a price or the availability of a specific batch.
  • It never presents ingredient information as medical advice or a promise of a health outcome.
  • It never sends contact details without the buyer's explicit consent.
  • It never treats qualify_requirements or estimate_quote output as a binding offer.

FAQ

Common questions

  1. Can an agent provide an Aloha Fungi B2B price?

    No. Binding prices are not public and depend on specification, quantity, destination country and project terms. An agent can collect a brief and submit it to sales.

  2. Does submitting an inquiry create an order?

    No. The inquiry reaches the sales team and starts a conversation. It does not create an order, reservation or financial obligation.

  3. How can an agent connect to the catalog?

    The simplest path is the MCP server at https://b2b.alohafungi.pl/api/mcp. A JSON catalog, llms.txt, RSS and a standard sitemap are also available.

  4. What information is needed for a quote?

    Company name, contact email, species or requirement, product form, indicative quantity, destination country and timeline. The agent must also confirm the buyer's consent to contact.