Skip to content
MCP-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://mcp-bridge.pages.dev/config/asuarez-dev-searchly.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/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://mcp-bridge.pages.dev/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