Service online

Two-Brain Connectors

A hub for Two-Brain integration endpoints. The /mcp connector exposes read-only Azure SQL stored procedures to authorized AI clients over an authenticated Model Context Protocol (Streamable HTTP) endpoint. Additional connectors are served from their own paths under this domain.

MCP Connector Endpoint

https://connectors.twobrainbusiness.com/mcp

Requests require a bearer token: Authorization: Bearer <token>. Unauthenticated requests are rejected with 401.

Auto-discovered tools (0)

Tools are discovered from the database at runtime — every stored procedure the mcp_read login can execute, documented via its MS_Description. Grant EXECUTE on a new proc and it appears here automatically.

Could not reach the database to discover tools. This is expected until the Azure SQL environment variables are set on the deployment.

Administration

Generate a new client access token. Tokens are created in your browser — only the hash is ever stored on the server.

Open token generator