streamable-httpMITupdated 1mo ago
The official Model Context Protocol server for INBIO, the premium URL shortener with click analytics and customizable QR codes.
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.
安装
把 inbio 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档14/25
- 维护16/25
- 可信度16/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年7月23日 |