← bind.ly
INDIVIDUAL MCP TOOL
connect
**Log in to Bindly.** Call this to authenticate — your MCP client will open an OAuth login flow.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
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_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_search— Search Bindings by keyword or phrase.mcp_list_versions— **Requires authentication.** List all Versions of a Binding in reverse chronological order.