← Back to browse

web3-signals

Indexed by io.github.manavaga

About

Crypto signal intelligence: 20 assets, 6 dimensions, regime detection, portfolio optimizer

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http web3-signals https://web3-signals-api-production.up.railway.app/mcp/sse
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"web3-signals","type":"http","url":"https://web3-signals-api-production.up.railway.app/mcp/sse"}'
JSON
{
  "mcpServers": {
    "web3-signals": {
      "url": "https://web3-signals-api-production.up.railway.app/mcp/sse"
    }
  }
}