Crypto Signals by ForgeMesh: market intelligence, calibrated forecasts, whale flows, risk context.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @forgemeshlabs/crypto-signals-mcp
MCP client config
{
"mcpServers": {
"crypto-signals-mcp": {
"command": "npx",
"args": [
"-y",
"@forgemeshlabs/crypto-signals-mcp"
]
}
}
}