# io.github.www-in-bio/inbio (remote · mcp.in.bio)

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

- Trust score: 69/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.in.bio`: 69/100 (this document), [markdown](https://verifymcp.io/servers/www-in-bio-inbio/mcp.md), [page](https://verifymcp.io/servers/www-in-bio-inbio/mcp)

## Channel facts

- Endpoint: `https://mcp.in.bio/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 12 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 81/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 918 tokens (~65/item across 14 items; 12 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 84/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 53% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http www-in-bio-inbio https://mcp.in.bio/mcp
```

### Codex

```toml
[mcp_servers.www-in-bio-inbio]
url = "https://mcp.in.bio/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "www-in-bio-inbio": {
      "type": "remote",
      "url": "https://mcp.in.bio/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add www-in-bio-inbio --url https://mcp.in.bio/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  www-in-bio-inbio:
    url: "https://mcp.in.bio/mcp"
```

### Other

```json
{
  "mcpServers": {
    "www-in-bio-inbio": {
      "type": "http",
      "url": "https://mcp.in.bio/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 69, +3)

- [security improvement] HSTS header: fail → pass

### 2026-08-02 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 65, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 65, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 63, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 62)

First indexed and scored.

## MCP tools (12)

### `shorten_link` (~63 tokens)

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.

Input parameters:

- `url` (string, required): The long URL to shorten

### `generate_qr_code` (~253 tokens)

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.

Input parameters:

- `dot_style` (string): Data-dot style
- `fields` (object, required): Payload fields for the type: url→{url}; text→{text}; email→{to,subject?,body?}; phone→{phone}; sms→{phone,body?}; whatsapp→{phone,text?}; wifi→{ssid,password?,encryption?}; vcard→{name,org?,title?,ph…
- `foreground` (string): Foreground hex color
- `format` (string): Image format (default png)
- `marker_center` (string): Corner-marker center
- `marker_color` (string): Marker hex color (defaults to foreground)
- `marker_shape` (string): Corner-marker shape
- `size` (integer): Image size in px (default 512)
- `transparent` (boolean): Transparent background
- `type` (string): Payload type (default url)

### `create_link` (~170 tokens)

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.

Input parameters:

- `click_limit` (integer): Pro+
- `description` (string)
- `destination_url` (string, required)
- `expires_at` (string): ISO 8601 datetime (Pro+)
- `fallback_url` (string): Shown after expiry (Pro+)
- `folder_id` (integer)
- `password` (string): Password-protect the link (Pro+)
- `redirect_type`
- `slug` (string): Custom slug (random if omitted)
- `tags` (array)
- `title` (string)
- `utm` (object)

### `list_links` (~75 tokens)

List the account's short links with optional filters. Requires links:read scope.

Input parameters:

- `folder_id` (integer)
- `page` (integer)
- `per_page` (integer)
- `search` (string): Matches slug, title, destination URL
- `status` (string)
- `tag` (string)

### `get_link` (~28 tokens)

Fetch one short link by id. Requires links:read scope.

Input parameters:

- `id` (integer, required)

### `update_link` (~64 tokens)

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.

Input parameters:

- `fields` (object, required): Fields to update, same names as create_link
- `id` (integer, required)

### `delete_link` (~31 tokens)

Delete a short link (it stops redirecting). Requires links:write scope.

Input parameters:

- `id` (integer, required)

### `set_link_enabled` (~36 tokens)

Enable or disable a short link. Requires links:write scope.

Input parameters:

- `enabled` (boolean, required)
- `id` (integer, required)

### `get_link_analytics` (~82 tokens)

Click analytics for a link: totals, daily series, top countries, devices, browsers, referrers. Bot traffic is excluded. Requires analytics:read scope.

Input parameters:

- `from` (string): YYYY-MM-DD (default: 30 days before to)
- `id` (integer, required)
- `to` (string): YYYY-MM-DD (default: today)

### `list_folders` (~22 tokens)

List the account's link folders. Requires links:read scope.

### `list_tags` (~21 tokens)

List the account's link tags. Requires links:read scope.

### `get_account_usage` (~31 tokens)

Current plan, period usage (links created, clicks, API requests), and plan limits for the authenticated account.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/www-in-bio-inbio/mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 66
- 2026-08-01: 65
- 2026-07-31: 65
- 2026-07-30: 65
- 2026-07-29: 64
- 2026-07-28: 64
- 2026-07-27: 63
- 2026-07-26: 62

## Links

- Remote endpoint: https://mcp.in.bio/mcp
- Repository: https://github.com/getinbio/inbio-mcp
- Website: https://in.bio/
- Changelog RSS feed: https://verifymcp.io/servers/www-in-bio-inbio/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/www-in-bio-inbio/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/www-in-bio-inbio/mcp
