Skip to main content
An MCP server lets an MCP-compatible AI client call Bisibility operations as tools instead of composing HTTP requests itself.

Install

Authenticate

The server reads the API root and credential from its environment:
It accepts project API keys and personal access tokens.

Connect a client

The runnable quickstart starts the package’s stdio server, connects a client, checks the advertised tools, and makes the first bisibility_list_projects call:
That tool performs the documented GET /projects read.

Next steps

The MCP server source lists the available tools. Use the API reference for the underlying request and response contracts.