← in.bio

INDIVIDUAL MCP TOOL

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).

in.bionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.in.bio/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_link and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name, description or schema mentions credentials.

Parent server

in.bio

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.inbio]
url = "https://mcp.in.bio/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "inbio": {
      "type": "http",
      "url": "https://mcp.in.bio/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: inbio
Remote MCP URL: https://mcp.in.bio/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "inbio": {
      "url": "https://mcp.in.bio/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "inbio": {
      "type": "http",
      "url": "https://mcp.in.bio/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "inbio",
  "transport": "streamable-http",
  "url": "https://mcp.in.bio/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • shorten_link — Shorten a URL into an in.
  • generate_qr_code — Generate a styled QR code image URL.
  • list_links — List the account's short links with optional filters.
  • get_link — Fetch one short link by id.
  • update_link — Update a short link (any subset of create_link fields, plus slug).
  • delete_link — Delete a short link (it stops redirecting).
  • set_link_enabled — Enable or disable a short link.
  • get_link_analytics — Click analytics for a link: totals, daily series, top countries, devices, browsers, referrers.