Skip to content
MCP-BridgeMCP-Bridge
Databases

SearchLy API v1 MCP Config

# Introduction The SearchLy API provides similarity searching based on song lyrics. # Operations The API allows for the `/similarity/by_song` operation, which allows clients to search the similarity for an existing song in the database. Also, the API has an additional `/similarity/by_content` endpo

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/asuarez-dev-searchly.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "asuarez-dev-searchly": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/asuarez-dev-searchly"
      ],
      "env": {
        "SEARCHLY_API_V1_API_KEY": "your_searchly_api_v1_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "asuarez-dev-searchly": {
      "url": "https://mcpbridge.org/config/asuarez-dev-searchly.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "asuarez-dev-searchly": {
      "url": "https://mcpbridge.org/config/asuarez-dev-searchly.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/asuarez-dev-searchly.json to fetch programmatically.

{
  "mcpServers": {
    "asuarez-dev-searchly": {
      "command": "npx",
      "args": ["-y","@mcp/asuarez-dev-searchly"],
      "env": {
      "SEARCHLY_API_V1_API_KEY": "your_searchly_api_v1_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/asuarez-dev-searchly.json

Environment Variables

SEARCHLY_API_V1_API_KEY

Replace your_searchly_api_v1_api_key with your actual searchly api v1 api key

Endpoints

POST/similarity/by_content

API endpoint to search similarity using content

GET/similarity/by_song

API endpoint to search similarity using a song identifier

GET/song/search

API endpoint to search songs from the database given a query