Servers
Crypto Sentiment MCP Server
@kukapay
An MCP server that delivers cryptocurrency sentiment analysis to AI agents.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"crypto-sentiment-mcp": {
"command": "uv",
"args": [
"--directory",
"path/to/crypto-sentiment-mcp",
"run",
"main.py"
],
"env": {
"SANTIMENT_API_KEY": ""
}
}
}
}