← in.bio

INDIVIDUAL MCP TOOL

delete_link

Delete a short link (it stops redirecting).

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 delete_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 deletion term.

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