← Registry

Developer Tools

bind.ly

Manage bindings, which are versioned resources, with CRUD operations.

1 endpoint29 known toolsFirst detected May 15, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.bind.ly/mcp

No auth detected

Known tools 29

mcp_get_binding

Retrieve a Binding.

Inferred read-only
mcp_get_bindings

Batch retrieve multiple Bindings in one call.

Inferred read-only
mcp_list_bindings

List Bindings in a Space.

Inferred read-only
mcp_create_binding

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

Potential side effects
mcp_update_binding

**Requires authentication.** Update a Binding's content by creating a new immutable Version.

Potential side effects
mcp_delete_binding

**Requires authentication.** Delete a Binding and all its Versions permanently.

Potential side effects
mcp_search

Search Bindings by keyword or phrase.

Inferred read-only
mcp_list_versions

**Requires authentication.** List all Versions of a Binding in reverse chronological order.

Inferred read-only
mcp_get_version

**Requires authentication.** Get a specific Version of a Binding by version number.

Inferred read-only
mcp_list_sets

**Requires authentication.** List Sets in a Space.

Inferred read-only
mcp_get_set

**Requires authentication.** Get Set metadata and the list of Version references it contains.

Inferred read-only
mcp_get_set_context

**Requires authentication.** Retrieve the full content of all Versions in a Set, assembled within a token budget.

Inferred read-only
mcp_create_set

**Requires authentication.** Create a new Set (a named, ordered collection of specific Versions).

Potential side effects
mcp_add_version_to_set

**Requires authentication.** Add a specific Version of a Binding to a Set.

Inferred read-only
mcp_remove_version_from_set

**Requires authentication.** Remove a Version from a Set.

Potential side effects
mcp_delete_set

**Requires authentication.** Delete a Set.

Potential side effects
mcp_list_spaces

List Spaces.

Inferred read-only
mcp_create_space

**Requires authentication.** Create a new Team Space.

Potential side effects
mcp_create_share

**Requires authentication.** Create a temporary share link for a Binding or Set.

Potential side effects
mcp_list_shares

**Requires authentication.** List existing share links.

Inferred read-only
mcp_delete_share

**Requires authentication.** Revoke a share link immediately.

Inferred read-only
mcp_add_comment

**Requires authentication.** Add a comment to a Binding, Version, or Set.

Inferred read-only
mcp_list_comments

**Requires authentication.** List comments on a Binding, Version, or Set.

Inferred read-only
mcp_delete_comment

**Requires authentication.** Delete a comment you created.

Potential side effects
mcp_recent_activity

**Requires authentication.** View recent activity across your Spaces.

Inferred read-only
mcp_help

Get help on using Bindly.

Inferred read-only
check_connection

Check Bindly MCP connection and authentication status.

Inferred read-only
connect

**Log in to Bindly.** Call this to authenticate — your MCP client will open an OAuth login flow.

Inferred read-only
disconnect

Log out of Bindly by revoking the current access token.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bind.ly was fetched 2026-08-30T22:27:33.210Z.

Trust status Trusted

bind.ly is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.