SDKs & Libraries
Official BlueHive SDKs for TypeScript, Python, Go, and MCP. Install the library for your language and start building.
TypeScript / JavaScript
Our primary TypeScript/JavaScript SDK for building applications with BlueHive Health. Full type safety, tree-shakable, and compatible with Node.js, Deno, and Bun.
npm install @bluehive/sdkView docs
Python
A comprehensive Python library for integrating with BlueHive Health services. Supports both sync and async usage with full type hints.
pip install bluehiveView docs
Go
A native Go SDK for building high-performance applications with BlueHive Health. Idiomatic Go patterns with full error handling.
go get github.com/bluehive-health/bluehive-sdk-goView docs
TypeScript
Model Context Protocol (MCP) server implementation for BlueHive Health, enabling AI agents and tools like Claude, ChatGPT, and Cursor to interact with our platform.
npm install @bluehive/sdk-mcpView docs