
Unblu
Expose Unblu’s large REST surface to your agent with a token-efficient MCP so you can build or debug co-browsing and engagement flows faster.
Overview
unblu is a Build-phase MCP server that gives coding agents token-efficient access to 300+ Unblu REST endpoints for engagement and co-browsing integrations.
What is this MCP server?
- Token-efficient MCP layout over 300+ Unblu API endpoints
- PyPI package unblu-mcp v0.9.0 with uvx runtime hint
- Auth via UNBLU_API_KEY or UNBLU_USERNAME and UNBLU_PASSWORD
- Requires UNBLU_BASE_URL pointing at your instance REST v4 base
- stdio transport for standard agent MCP configs
- 300+ Unblu API endpoints covered
- Server version 0.9.0
- PyPI identifier unblu-mcp
Community signal: 1 GitHub stars.
What problem does it solve?
Unblu’s API is huge, and dumping every endpoint into MCP tools makes agent sessions unusably heavy before you ship integration code.
Who is it for?
Indie builders or integrators with an existing Unblu tenant who want agent-assisted API exploration and code generation.
Skip if: Greenfield products with no Unblu contract, or teams that only need marketing site copy rather than API wiring.
What do I get? / Deliverables
Your agent can call the Unblu APIs you need through a lean MCP surface while you build and test against your real instance URL.
- Agent access to Unblu REST operations via MCP
- Authenticated connection to your tenant
- Foundation for generated integration and admin scripts
Recommended MCP Servers
Journey fit
Unblu integration work happens while you are building the product that talks to a live Unblu tenant, not during early idea research. This is a third-party API bridge—classic Build integrations shelf for customer-engagement backends.
How it compares
Unblu REST MCP bridge, not a generic CRM skill or browser-only co-browsing widget.
Common Questions / FAQ
Who is unblu for?
Developers embedding or operating Unblu who want Claude Code, Cursor, or Codex to work against their instance’s REST API without maximal MCP tool bloat.
When should I use unblu?
Use it in Build while implementing backends, webhooks, or admin automation that must read or write Unblu resources on your configured base URL.
How do I add unblu to my agent?
Install unblu-mcp from PyPI (uvx suggested), set UNBLU_BASE_URL and either UNBLU_API_KEY or username/password secrets, add the stdio server to MCP settings, and reload the agent.