Skip to main content
Glama

Voice Recognition MCP Service

by yangsenessa
test_voice_file.sh700 B
#!/bin/bash # Set test file path TEST_FILE="test.wav" # Check if file exists if [ ! -f "$TEST_FILE" ]; then echo "Error: Test file $TEST_FILE not found" exit 1 fi # Test with Python directly echo "Testing voice identification:" echo '{"jsonrpc": "2.0", "method": "identify_voice", "params": {"file_path": "'$TEST_FILE'"}, "id": 1}' | python stdio_server.py # Test with executable (if exists) if [ -f "dist/voice_stdio" ]; then echo -e "\nTesting with executable:" echo '{"jsonrpc": "2.0", "method": "identify_voice", "params": {"file_path": "'$TEST_FILE'"}, "id": 1}' | ./dist/voice_stdio else echo -e "\nExecutable not found. Please build it first using: python build.py" fi

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yangsenessa/mcp_voice_identify'

If you have feedback or need assistance with the MCP directory API, please join our Discord server