Developer Tools
bind.ly
Manage bindings, which are versioned resources, with CRUD operations.
ENDPOINT 1
https://mcp.bind.ly/mcp
Known tools 29
mcp_create_binding**Requires authentication.** Create a new Binding with an initial Version.
Potential side effectsmcp_update_binding**Requires authentication.** Update a Binding's content by creating a new immutable Version.
Potential side effectsmcp_delete_binding**Requires authentication.** Delete a Binding and all its Versions permanently.
Potential side effectsmcp_list_versions**Requires authentication.** List all Versions of a Binding in reverse chronological order.
Inferred read-onlymcp_get_version**Requires authentication.** Get a specific Version of a Binding by version number.
Inferred read-onlymcp_get_set**Requires authentication.** Get Set metadata and the list of Version references it contains.
Inferred read-onlymcp_get_set_context**Requires authentication.** Retrieve the full content of all Versions in a Set, assembled within a token budget.
Inferred read-onlymcp_create_set**Requires authentication.** Create a new Set (a named, ordered collection of specific Versions).
Potential side effectsmcp_add_version_to_set**Requires authentication.** Add a specific Version of a Binding to a Set.
Inferred read-onlymcp_remove_version_from_set**Requires authentication.** Remove a Version from a Set.
Potential side effectsmcp_create_share**Requires authentication.** Create a temporary share link for a Binding or Set.
Potential side effectsmcp_add_comment**Requires authentication.** Add a comment to a Binding, Version, or Set.
Inferred read-onlymcp_list_comments**Requires authentication.** List comments on a Binding, Version, or Set.
Inferred read-onlymcp_recent_activity**Requires authentication.** View recent activity across your Spaces.
Inferred read-onlyconnect**Log in to Bindly.** Call this to authenticate — your MCP client will open an OAuth login flow.
Inferred read-onlyCONNECT 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.
bind.ly is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.