LIVE ENDPOINT
https://mcp.in.bio/mcp
Connect to this endpoint to inspect the live schema for list_folders and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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).delete_link— Delete a short link (it stops redirecting).set_link_enabled— Enable or disable a short link.