← bind.ly

INDIVIDUAL MCP TOOL

mcp_create_binding

**Requires authentication.** Create a new Binding with an initial Version.

bind.lynone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description contains a write-action term.

Parent endpoint

bind.ly

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.bind-ly]
url = "https://mcp.bind.ly/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bind-ly": {
      "type": "http",
      "url": "https://mcp.bind.ly/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bind-ly
Remote MCP URL: https://mcp.bind.ly/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": {
    "bind-ly": {
      "url": "https://mcp.bind.ly/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bind-ly": {
      "type": "http",
      "url": "https://mcp.bind.ly/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bind-ly",
  "transport": "streamable-http",
  "url": "https://mcp.bind.ly/mcp"
}
MCP Inspector

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

Related tools

  • mcp_get_binding — Retrieve a Binding.
  • mcp_get_bindings — Batch retrieve multiple Bindings in one call.
  • mcp_list_bindings — List Bindings in a Space.
  • mcp_update_binding — **Requires authentication.** Update a Binding's content by creating a new immutable Version.
  • mcp_delete_binding — **Requires authentication.** Delete a Binding and all its Versions permanently.
  • mcp_search — Search Bindings by keyword or phrase.
  • mcp_list_versions — **Requires authentication.** List all Versions of a Binding in reverse chronological order.
  • mcp_get_version — **Requires authentication.** Get a specific Version of a Binding by version number.