streamable-httpMITupdated 1mo ago
The official Model Context Protocol server for INBIO, the premium URL shortener with click analytics and customizable QR codes.
What can you do with inbio?
inbio-mcp โ official INBIO MCP server
The official Model Context Protocol server for INBIO, the premium URL shortener with click analytics and customizable QR codes.
Remote endpoint (Streamable HTTP): https://mcp.in.bio/mcp โ no
installation needed.
claude mcp add --transport http inbio https://mcp.in.bio/mcp
Tools
No token needed: shorten_link, generate_qr_code (every design option).
With an INBIO API token (Authorization: Bearer <token>, created at
in.bio/settings): create_link, list_links,
get_link, update_link, delete_link, set_link_enabled,
get_link_analytics, list_folders, list_tags, get_account_usage.
Resources expose the OpenAPI spec and
llms.txt; a create-campaign-link prompt builds
UTM-tagged tracked links.
Docs: https://docs.in.bio/mcp-server ยท Auth guide: https://in.bio/auth.md
Running your own copy
This is a Cloudflare Worker using the Agents SDK:
npm install
npx wrangler deploy
License
MIT ยฉ InBio, Inc.
Install
Add inbio to your client. Pick the one you use.
claude mcp add --transport http inbio https://mcp.in.bio/mcpcodex mcp add inbio --url https://mcp.in.bio/mcp{
"mcpServers": {
"inbio": {
"url": "https://mcp.in.bio/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"inbio": {
"type": "http",
"url": "https://mcp.in.bio/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"inbio": {
"url": "https://mcp.in.bio/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"inbio": {
"serverUrl": "https://mcp.in.bio/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation14/25
- Maintenance16/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 39 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 23, 2026 |