signalgate-mcp
v1.0.8
Published
The sentiment engine for the AI Agent economy. Powered by Gemini 2.0.
Downloads
24
Maintainers
Readme
SignalGate MCP
The sentiment engine for the AI Agent economy. Powered by Gemini 2.0.
SignalGate MCP is a Model Context Protocol server that gives AI agents real-time crypto market sentiment powered by Google Gemini 2.0.
Install
npm install -g signalgate-mcp
Usage
Get your API key at https://signalgate-web.vercel.app then add to claude_desktop_config.json:
{ "mcpServers": { "signalgate": { "command": "signalgate", "env": { "SIGNALGATE_API_KEY": "your_api_key_here" } } } }
