# inbio MCP server

Official in.bio MCP server: shorten URLs, styled QR codes, and click analytics. No API key needed.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-www-in-bio-inbio
- Repository: https://github.com/getinbio/inbio-mcp
- Website: https://in.bio

## Install
- Endpoint: https://mcp.in.bio/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.in.bio/mcp

## Tools
- shorten_link - Shorten a URL into an in.bio short link. Free, no account or token needed. Anonymous links are deleted after 30 days unless claimed via the returned claim_url; claimed/account links also get click analytics. Endpoint: https://mcp.in.bio/mcp
- generate_qr_code - Generate a styled QR code image URL. Free, no token needed. Encodes a URL, text, Wi-Fi credentials, vCard, email, phone, SMS, or WhatsApp payload. Returns a stable image URL (PNG or SVG) that can be embedded or downloaded directly. Endpoint: https://mcp.in.bio/mcp
- create_link - Create a short link on the authenticated INBIO account, with full options (custom slug, title, tags, folder, UTM parameters, expiration, password, click limit). Requires the links:write token scope. Endpoint: https://mcp.in.bio/mcp
- list_links - List the account's short links with optional filters. Requires links:read scope. Endpoint: https://mcp.in.bio/mcp
- get_link - Fetch one short link by id. Requires links:read scope. Endpoint: https://mcp.in.bio/mcp
- update_link - Update a short link (any subset of create_link fields, plus slug). Editing destination_url requires the Pro+ edit-destination feature. Requires links:write scope. Endpoint: https://mcp.in.bio/mcp
- delete_link - Delete a short link (it stops redirecting). Requires links:write scope. Endpoint: https://mcp.in.bio/mcp
- set_link_enabled - Enable or disable a short link. Requires links:write scope. Endpoint: https://mcp.in.bio/mcp
- get_link_analytics - Click analytics for a link: totals, daily series, top countries, devices, browsers, referrers. Bot traffic is excluded. Requires analytics:read scope. Endpoint: https://mcp.in.bio/mcp
- list_folders - List the account's link folders. Requires links:read scope. Endpoint: https://mcp.in.bio/mcp
- list_tags - List the account's link tags. Requires links:read scope. Endpoint: https://mcp.in.bio/mcp
- get_account_usage - Current plan, period usage (links created, clicks, API requests), and plan limits for the authenticated account. Endpoint: https://mcp.in.bio/mcp

## Resources
- https://in.bio/openapi.json - OpenAPI 3.1 specification for the INBIO REST API MIME type: application/json
- https://in.bio/llms.txt - Machine-readable index of INBIO's free APIs, SDKs, and docs MIME type: text/plain

## Prompts
- create-campaign-link - Create a UTM-tagged, tracked short link for a marketing campaign Arguments: url, campaign, source, medium

## Metadata
- Owner: io.github.www-in-bio
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 23, 2026
- Source: https://registry.modelcontextprotocol.io
