Developer Tools
bind.ly
Manage bindings, which are versioned resources, with CRUD operations.
ENDPOINT 1
https://mcp.bind.ly/mcp
Known tools 29
mcp_get_bindingRetrieve a Binding.
mcp_get_bindingsBatch retrieve multiple Bindings in one call.
mcp_list_bindingsList Bindings in a Space.
mcp_create_binding**Requires authentication.** Create a new Binding with an initial Version.
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_searchSearch 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.
mcp_list_sets**Requires authentication.** List Sets in a Space.
mcp_get_set**Requires authentication.** Get Set metadata and the list of Version references it contains.
mcp_get_set_context**Requires authentication.** Retrieve the full content of all Versions in a Set, assembled within a token budget.
mcp_create_set**Requires authentication.** Create a new Set (a named, ordered collection of specific Versions).
mcp_add_version_to_set**Requires authentication.** Add a specific Version of a Binding to a Set.
mcp_remove_version_from_set**Requires authentication.** Remove a Version from a Set.
mcp_delete_set**Requires authentication.** Delete a Set.
mcp_list_spacesList Spaces.
mcp_create_space**Requires authentication.** Create a new Team Space.
mcp_create_share**Requires authentication.** Create a temporary share link for a Binding or Set.
mcp_list_shares**Requires authentication.** List existing share links.
mcp_delete_share**Requires authentication.** Revoke a share link immediately.
mcp_add_comment**Requires authentication.** Add a comment to a Binding, Version, or Set.
mcp_list_comments**Requires authentication.** List comments on a Binding, Version, or Set.
mcp_delete_comment**Requires authentication.** Delete a comment you created.
mcp_recent_activity**Requires authentication.** View recent activity across your Spaces.
mcp_helpGet help on using Bindly.
check_connectionCheck Bindly MCP connection and authentication status.
connect**Log in to Bindly.** Call this to authenticate — your MCP client will open an OAuth login flow.
disconnectLog out of Bindly by revoking the current access token.