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 local stdio server reads the API root and credential from its environment:
It accepts project API keys and personal access tokens. The hosted Streamable HTTP server is available at:
MCP clients that support OAuth discover the authorization flow automatically. bisibility uses Authorization Code with PKCE, dynamic client registration, and access tokens bound to the MCP resource. API keys and personal access tokens remain available for clients that manage bearer credentials directly.

Connect a client

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

Next steps

The SDK method reference maps common workflows to MCP tool names. The MCP server source lists the complete tool surface.