searchfinds the right operation in the current Bily catalog.executeruns an async function with the selectedbily.*helper.
search as the source of truth. The catalog can grow without adding another top-level MCP tool.
Move from intent to a scoped result
- Your client connects to
https://api-dispatcher.bily.ai/mcp. - Bily authenticates the connection and applies organization and store access.
- The client calls
searchwith the user’s intent. searchreturns matching helpers, inputs, risk guidance, and verification steps.- The client calls
executewith a focused async arrow function. - Bily returns the JSON-serializable result and captured logs.
bily.context(). One read returns the authenticated user, accessible organizations, and each organization’s nested stores.
Bily MCP exposes tools only. It does not publish MCP resources or prompts. Use the documentation resources below for agent-readable guidance.
Choose your next step
Quickstart
Connect a client through Bily Connect and verify both tools.
Client configuration
Configure the endpoint, transport, sign-in flow, or fallback key.
Tools and operations
Review the exact
search and execute contracts.Safety and permissions
Apply scope, approval, verification, and credential safeguards.
Give agents product context
- Documentation index provides a compact map of the public docs.
- Complete documentation provides the authored public content in one file.
Choose the API or MCP
Compare interactive AI-client work with deterministic server integrations.