# io.github.manavaga/web3-signals (remote · web3-signals-api-production.up.railway.app)

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

- Trust score: 63/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `web3-signals-api-production.up.railway.app`: 27/100, [markdown](https://verifymcp.io/servers/manavaga-web3-signals/web3-signals-api-production.md), [page](https://verifymcp.io/servers/manavaga-web3-signals/web3-signals-api-production)
- remote · `web3-signals-api-production.up.railway.app`: 63/100 (this document), [markdown](https://verifymcp.io/servers/manavaga-web3-signals/web3-signals-api-production-2.md), [page](https://verifymcp.io/servers/manavaga-web3-signals/web3-signals-api-production-2)

## Channel facts

- Endpoint: `https://web3-signals-api-production.up.railway.app/mcp/stream`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.4.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 10 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 910 tokens (~91/item across 10 items; 10 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http manavaga-web3-signals https://web3-signals-api-production.up.railway.app/mcp/stream
```

### Codex

```toml
[mcp_servers.manavaga-web3-signals]
url = "https://web3-signals-api-production.up.railway.app/mcp/stream"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "manavaga-web3-signals": {
      "type": "remote",
      "url": "https://web3-signals-api-production.up.railway.app/mcp/stream",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add manavaga-web3-signals --url https://web3-signals-api-production.up.railway.app/mcp/stream --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  manavaga-web3-signals:
    url: "https://web3-signals-api-production.up.railway.app/mcp/stream"
```

### Other

```json
{
  "mcpServers": {
    "manavaga-web3-signals": {
      "type": "http",
      "url": "https://web3-signals-api-production.up.railway.app/mcp/stream"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 62, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 58, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 58)

First indexed and scored.

## MCP tools (10)

### `get_market_briefing` (~84 tokens)

What should I buy or sell in crypto right now? Returns the top 3 buy and top 3 sell recommendations from 20 cryptocurrencies, plus market regime (trending/ranging), risk level, and momentum. Best starting point for portfolio decisions. Scores range 0-100: above 62 is a buy signal, below 38 is a sell signal.

Output parameters:

- `result` (string)

### `get_crypto_price` (~125 tokens)

What is the current price of Bitcoin, Ethereum, or any major crypto? Returns the latest USD price, 24-hour price change percentage, trading volume, and market cap. Updated every 15 minutes from CoinGecko and Binance. Supports 20 assets: BTC, ETH, SOL, BNB, XRP, ADA, AVAX, DOT, MATIC, LINK, UNI, ATOM, LTC, FIL, NEAR, APT, ARB, OP, INJ, SUI. Example: get_crypto_price('BTC')

Input parameters:

- `asset` (string, required)

Output parameters:

- `result` (string)

### `get_all_signals` (~85 tokens)

Get buy/sell signals for all 20 major cryptocurrencies including Bitcoin, Ethereum, Solana, and more. Returns a 0-100 composite score and direction (bullish/bearish/neutral) for each asset, plus portfolio summary with market regime and risk level. Updated every 15 minutes. For full dimension breakdown and AI insights, use the paid REST API.

Output parameters:

- `result` (string)

### `get_asset_signal` (~140 tokens)

Is BTC bullish or bearish right now? Get a 0-100 buy/sell score for any cryptocurrency. Returns composite score, direction (bullish/bearish/neutral), signal label (STRONG BUY to STRONG SELL), and momentum. Supports: BTC, ETH, SOL, BNB, XRP, ADA, AVAX, DOT, MATIC, LINK, UNI, ATOM, LTC, FIL, NEAR, APT, ARB, OP, INJ, SUI. For the full 6-dimension breakdown with whale, technical, and derivatives analysis, use the paid REST API.

Input parameters:

- `asset` (string, required)

Output parameters:

- `result` (string)

### `compare_assets` (~73 tokens)

Which crypto should I buy — BTC, ETH, or SOL? Compare 2-5 cryptocurrencies ranked by signal strength. Input: comma-separated tickers (e.g. 'BTC,ETH,SOL'). Returns ranked comparison with scores, direction, and verdict. Use for portfolio allocation decisions.

Input parameters:

- `assets` (string, required)

Output parameters:

- `result` (string)

### `get_health` (~59 tokens)

Is AgentMarketSignal working? Check the real-time status of all 5 AI data pipelines (whale tracking, technical analysis, derivatives, narrative sentiment, market data) and the signal fusion engine. Returns last run times, durations, and any errors.

Output parameters:

- `result` (string)

### `get_performance` (~59 tokens)

How accurate are these crypto signals? Returns 30-day rolling accuracy metrics showing how often buy/sell predictions were correct. Includes overall accuracy percentage, reputation score (0-100), and breakdowns by asset and timeframe (24h/48h).

Output parameters:

- `result` (string)

### `get_asset_performance` (~53 tokens)

How accurate are the signals for BTC specifically? Get per-asset accuracy metrics for any cryptocurrency. Returns 30-day rolling accuracy, total signals evaluated, and comparison to overall accuracy.

Input parameters:

- `asset` (string, required)

Output parameters:

- `result` (string)

### `get_analytics` (~57 tokens)

Who is using AgentMarketSignal? See API usage statistics including total requests, unique clients, response times, breakdowns by endpoint and client type (AI agents, browsers, scripts). Useful for understanding adoption.

Input parameters:

- `days` (integer)

Output parameters:

- `result` (string)

### `get_x402_stats` (~51 tokens)

How much revenue has AgentMarketSignal generated? View x402 micropayment analytics including total paid calls, revenue in USDC, payment conversion rate, and daily payment timeline.

Input parameters:

- `days` (integer)

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/manavaga-web3-signals/web3-signals-api-production-2#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 62
- 2026-07-31: 62
- 2026-07-30: 60
- 2026-07-29: 60
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 58

## Links

- Remote endpoint: https://web3-signals-api-production.up.railway.app/mcp/stream
- Repository: https://github.com/manavaga/web3-signals-mcp
- Changelog RSS feed: https://verifymcp.io/servers/manavaga-web3-signals/web3-signals-api-production-2/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/manavaga-web3-signals/web3-signals-api-production-2/changelog.json
- HTML version of this page: https://verifymcp.io/servers/manavaga-web3-signals/web3-signals-api-production-2
