LyricPatch for LangChain
com.lyricpatch/lyricpatch
Signup-free lyric editing: upload authorized audio, change words, preview, and download.
client:LangChain
transport:streamable-http
tools:28
Install LyricPatch in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"lyricpatch": {
"transport": "streamable_http",
"url": "https://api.lyricpatch.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- get_service_info
- prepare_session_checkout
- get_session_status
- match_phrase
- get_account
- list_projects
- prepare_upload
- create_project
- ingest_project
- get_project
- create_edit
- update_edit
- delete_edit
- transcribe_selection
- get_transcription
- quote_generation
- generate_changes
- get_batch
- get_job
- cancel_batch
- accept_generation
- quote_export
- prepare_export
- delete_project