AudioAlpha
io.audioalpha.www/mcp
Documentation
Installation
Use the public AudioAlpha MCP endpoint directly from a compatible client such as Claude Desktop or Grok. No local package installation is declared in the registry metadata.
Configuration
The MCP server is available at https://www.audioalpha.io/api/mcp and requires an apiKey query parameter. Generate an API key from /account after signing in.
Example Claude Desktop config:
{
"mcpServers": {
"audioalpha": {
"command": "npx",
"args": ["mcp-remote", "https://www.audioalpha.io/api/mcp?apiKey=YOUR_KEY"]
}
}
}
Capabilities
AudioAlpha provides market podcast intelligence, including sentiment analysis, narrative tracking, asset signals, historical snapshots, leaderboards, and tier-based access to REST and MCP features.
Limitations
An AudioAlpha API key is required. Rate limits and historical depth vary by subscription tier. Grok custom connectors may require Grok Premium. API keys must be kept secret and should not be exposed in client-side code or public repositories.
