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.jsonConfiguration 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
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.jsonEnvironment Variables
SEARCHLY_API_V1_API_KEYReplace your_searchly_api_v1_api_key with your actual searchly api v1 api key
Endpoints
/similarity/by_contentAPI endpoint to search similarity using content
/similarity/by_songAPI endpoint to search similarity using a song identifier
/song/searchAPI endpoint to search songs from the database given a query