in.bio MCP Server (io.github.www-in-bio/inbio)
The in.bio MCP server provides Model Context Protocol access to INBIO for shortening URLs, generating customizable QR codes, and collecting click analytics. It operates via a remote Streamable HTTP endpoint and supports unauthenticated use for core tools, with optional token-based access for additional functionality.
🛠️ Key Features
- Official INBIO MCP server for URL shortening, styled QR codes, and click analytics
- Remote endpoint (Streamable HTTP):
https://mcp.in.bio/mcp - Topics: ai-agents, mcp, mcp-server, qr-code, url-shortener
- Tools include
shorten_linkandgenerate_qr_code(no token needed) - Optional token authorization via
Authorization: Bearer <token>to usecreate_link
🚀 Use Cases
- Shorten URLs for distribution
- Produce customizable QR codes
- Track clicks associated with shortened links
⚡ Developer Benefits
- No installation needed; use the HTTP endpoint directly
- Supports MCP tool calls for link shortening and QR code generation
- Optional INBIO API token for
create_linkusage
⚠️ Limitations
- Token not required for
shorten_linkandgenerate_qr_code, but required forcreate_link(per the provided documentation)