MCP Connection Guide

Bindly uses the Model Context Protocol (MCP) to let LLMs access your knowledge.

Supported Clients

Claude Desktop / Claude Code

Add to your MCP settings:

{

"mcpServers": {

"bindly": {

"url": "https://mcp.bind.ly/mcp"

}

}

}

Cursor

Add Bindly as an MCP server in Cursor Settings > MCP:

Other MCP Clients

Authentication

When you first connect, Bindly will prompt you to authenticate via OAuth:

  • Your MCP client opens a browser window
  • Log in to your Bindly account
  • Authorize the connection
  • Return to your LLM — it now has access to your Spaces
  • What Your LLM Can Do

    Once connected, your LLM has access to 29 tools:

    See the MCP Tools Reference for the complete list.

    User Keys (Alternative Auth)

    For programmatic access or when OAuth isn't available:

  • Go to bind.ly/app > Settings
  • Create a User Key
  • Use the userk_* token in your MCP client configuration
  • Troubleshooting

    "Connection failed": Check your MCP client supports Streamable HTTP or SSE protocol.

    "Authentication expired": Re-authenticate by disconnecting and reconnecting in your MCP client.

    "Permission denied": You may not have access to the requested Space. Use mcp_list_spaces to see your accessible Spaces.