Catalog
MCP Server
Officialby echosaw
Media intelligence analysis for audio, video, and images via the Echosaw MCP server.
Analyze audio, video, and image content for media intelligence insights.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
ECHOSAW_API_KEYrequiredsecretYour Echosaw API key
ECHOSAW_API_URLAPI base URL (override for staging)
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@echosaw/mcp-server@2.0.1"
],
"env": {
"ECHOSAW_API_KEY": "<YOUR_ECHOSAW_API_KEY>",
"ECHOSAW_API_URL": "<YOUR_ECHOSAW_API_URL>"
}
}
}
}