Connect UbiBiologics to an MCP Client
Connect an MCP-capable LLM client to the UbiBiologics app backend. This is not the direct UbiTools MCP service.
Prerequisites
- A UbiBiologics account
- A personal API key from UbiBiologics account settings
- An MCP client that supports a bearer header for a remote HTTP server
Steps
- Add a remote MCP server with URL
https://biologics.unibiointelligence.com/mcp. - Set
AuthorizationtoBearer <personal-api-key>using the client's secret storage when available. - Save the connection and ask the client to call
platform_whoami.
A successful response identifies the authenticated account and its available scopes.