mcpbeat

Inbio MCP Server

io.github.www-in-bio/inbio
answering

Inbio is answering right now. Last checked 11 min ago. It exposes 12 tools. Last commit 23 Jul 2026.

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

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
12
Tools
read from the server
907 ms
Response time
average over 24h
0
Stars
last commit 23 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add inbio --transport http https://mcp.in.bio/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "inbio": {
      "url": "https://mcp.in.bio/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.inbio]
url = "https://mcp.in.bio/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "inbio": {
      "url": "https://mcp.in.bio/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "inbio": {
      "url": "https://mcp.in.bio/mcp"
    }
  }
}

Available tools 12

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

link
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.
delete_link
Delete a short link (it stops redirecting). Requires links:write scope.
get_link
Fetch one short link by id. Requires links:read scope.
get_link_analytics
Click analytics for a link: totals, daily series, top countries, devices, browsers, referrers. Bot traffic is excluded. Requires analytics:read scope.
set_link_enabled
Enable or disable a short link. Requires links:write scope.
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.
account
get_account_usage
Current plan, period usage (links created, clicks, API requests), and plan limits for the authenticated account.
folders
list_folders
List the account's link folders. Requires links:read scope.
generate
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.
links
list_links
List the account's short links with optional filters. Requires links:read scope.
shorten
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.
tags
list_tags
List the account's link tags. Requires links:read scope.

Endpoints

URLTransportStateLatencyChecked
https://mcp.in.bio/mcp streamable-http answering 1109 ms 11 min ago

Inbio — questions

Answers built from our own checks of this server.

What can Inbio do?
It exposes 12 tools, read directly from the server on our last check. Among them: create_link, delete_link, generate_qr_code, get_account_usage, get_link, get_link_analytics and 6 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Inbio working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 907 ms. The bar chart above shows every period we have measured.
How do I connect Inbio?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Inbio need an API key?
No. Inbio completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 12 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Inbio?
It answers our handshake in 907 ms on average, which is faster than 7% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Inbio open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.