# 47620 Solana Data (remote · 47620.xyz)

Pay-per-call Solana data for AI agents over x402: token, account, tx, trending. No signup, no key.

- Trust score: 65/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `47620.xyz`: 65/100 (this document), [markdown](https://verifymcp.io/servers/47620-xyz-solana-data/47620.md), [page](https://verifymcp.io/servers/47620-xyz-solana-data/47620)

## Channel facts

- Endpoint: `https://47620.xyz/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-09-20.

- **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 5 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**: 78/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 222 tokens (~44/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the 47620 Solana Data MCP server?

47620 Solana Data is a hosted endpoint at https://47620.xyz/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http 47620-xyz-solana-data 'https://47620.xyz/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "47620-xyz-solana-data": {
      "url": "https://47620.xyz/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "47620-xyz-solana-data": {
      "type": "http",
      "url": "https://47620.xyz/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.47620-xyz-solana-data]
url = "https://47620.xyz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "47620-xyz-solana-data": {
      "type": "remote",
      "url": "https://47620.xyz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add 47620-xyz-solana-data --url 'https://47620.xyz/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  47620-xyz-solana-data:
    url: "https://47620.xyz/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "47620-xyz-solana-data": {
      "Transport": "http",
      "Url": "https://47620.xyz/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add 47620-xyz-solana-data -t streamable-http -u 'https://47620.xyz/mcp'
```

### Other

```json
{
  "mcpServers": {
    "47620-xyz-solana-data": {
      "type": "http",
      "url": "https://47620.xyz/mcp"
    }
  }
}
```

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-09-20 (score 65)

First indexed and scored.

## MCP tools (5)

### `solana_health` (~34 tokens)

Solana network health: current slot, epoch, and SOL/USD price. Pay-per-call ($0.001 USDC).

### `solana_token` (~51 tokens)

Live price, liquidity, 24h volume and DEX pairs for any Solana SPL token mint. Pay-per-call ($0.002 USDC).

Input parameters:

- `mint` (string, required): SPL token mint address

### `solana_account` (~50 tokens)

Native SOL balance plus every SPL token balance (incl. USDC) for a Solana address. Pay-per-call ($0.002 USDC).

Input parameters:

- `address` (string, required): Solana wallet address

### `solana_tx` (~46 tokens)

Status, slot, fee, block time and transfer summary for a Solana transaction signature. Pay-per-call ($0.003 USDC).

Input parameters:

- `signature` (string, required): Transaction signature

### `solana_trending` (~41 tokens)

Live trending / new Solana DEX pairs by 24h volume. A fresh feed for agents. Pay-per-call ($0.005 USDC).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/47620-xyz-solana-data/47620#diagnostics

## Score history

- 2026-09-20: 65

## Common questions

### What is the 47620 Solana Data MCP server?

47620 Solana Data is an MCP server listed in the public MCP registry as io.github.47620-xyz/solana-data. Pay-per-call Solana data for AI agents over x402: token, account, tx, trending. No signup, no key. This page covers its hosted endpoint (https://47620.xyz/mcp).

### Is the 47620 Solana Data MCP server safe to use?

47620 Solana Data scores 65 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the 47620 Solana Data MCP server expose?

47620 Solana Data exposes 5 tools: solana_health, solana_token, solana_account, solana_tx, solana_trending. Their descriptions and schemas cost roughly 222 tokens of context every time the server is loaded.

### Does the 47620 Solana Data MCP server require authentication?

No. We connected to 47620 Solana Data without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the 47620 Solana Data MCP server still maintained?

47620 Solana Data is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://47620.xyz/mcp
- Repository: https://github.com/47620-xyz/solana-data-mcp
- Website: https://47620.xyz/
- Changelog RSS feed: https://verifymcp.io/servers/47620-xyz-solana-data/47620.xml
- Changelog JSON feed: https://verifymcp.io/servers/47620-xyz-solana-data/47620.json
- HTML version of this page: https://verifymcp.io/servers/47620-xyz-solana-data/47620
