A Model Context Protocol(MCP) Server for Cochl
- For easy analysis by integrating Cochl Sense results with an LLM.
git clone https://github.com/cochlearai/cochl-mcp-server.git
go build -o cochl-mcp-server cmd/cochl-mcp-server/main.go
# OR
go install github.com/cochlearai/cochl-mcp-server/cmd/cochl-mcp-server@latest- Place the executable file in your system's
$PATH
- Visit Releases page
- Download the appropriate version for your operating system and architecture
- Place the executable file in your system's
$PATH
{
"mcpServers": {
"cochl": {
"command": "cochl-mcp-server",
"args": [],
"env": {
"COCHL_SENSE_BASE_URL": "https://api.cochl.ai",
"COCHL_SENSE_PROJECT_KEY": "<your project key>"
}
}
}
}- analyze_audio
- file_absolute_path: absolute path of the audio file (string, required)
- supported audio type (mp3, ogg, wav)
- file_absolute_path: absolute path of the audio file (string, required)
