# xyz.tenzro/tenzro-solana (remote · solana-mcp.tenzro.xyz)

Solana tools over MCP: Jupiter swaps, SPL tokens, Metaplex NFTs, SNS domains, network stats.

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

## Components

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

## Channel facts

- Endpoint: `https://solana-mcp.tenzro.xyz/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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 14 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**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1234 tokens (~88/item across 14 items; 14 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**: 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.
  - 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 xyz-tenzro-tenzro-solana https://solana-mcp.tenzro.xyz/mcp
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "xyz-tenzro-tenzro-solana": {
      "type": "http",
      "url": "https://solana-mcp.tenzro.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-08-02 (score 67, +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 66, 0)

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

### 2026-07-30 (score 66, 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 66, +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 65, +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 64, 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 64)

First indexed and scored.

## MCP tools (14)

### `solana_get_balance` (~40 tokens)

Get the native SOL balance of a Solana wallet address

Input parameters:

- `address` (string, required): Solana wallet address (base58-encoded public key)

Output parameters:

- `result`: Underlying response payload verbatim.

### `solana_get_nft` (~63 tokens)

Get NFT metadata using the Metaplex DAS (Digital Asset Standard) API. Requires a Helius API key set via HELIUS_API_KEY env var, or returns the call pattern for manual use.

Input parameters:

- `mint_address` (string, required): NFT mint address

Output parameters:

- `result`: Underlying response payload verbatim.

### `solana_get_nfts_by_owner` (~97 tokens)

Get all NFTs (compressed and standard) owned by a Solana address using the Metaplex DAS API. Requires HELIUS_API_KEY env var.

Input parameters:

- `limit` (integer|null): Maximum number of results (default 20, max 1000)
- `owner_address` (string, required): Owner wallet address (base58-encoded)
- `page` (integer|null): Page number for pagination (default 1)

Output parameters:

- `result`: Underlying response payload verbatim.

### `solana_get_price` (~128 tokens)

Get the current USD price of a Solana token from Jupiter Price API v3. Requires the token mint address (e.g. 'So11111111111111111111111111111111111111112' for SOL).

Input parameters:

- `token_id` (string, required): Token mint address (e.g. 'So11111111111111111111111111111111111111112' for SOL, 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v' for USDC)

Output parameters:

- `result`: Underlying response payload verbatim.

### `solana_get_slot` (~21 tokens)

Get the current slot height of the Solana network

Output parameters:

- `result`: Underlying response payload verbatim.

### `solana_get_token_accounts` (~48 tokens)

Get all SPL token accounts owned by a Solana wallet address, including balances and mint addresses

Input parameters:

- `owner_address` (string, required): Owner wallet address (base58-encoded public key)

Output parameters:

- `result`: Underlying response payload verbatim.

### `solana_get_token_info` (~49 tokens)

Get metadata for an SPL token by its mint address, including name, symbol, decimals, and logo from the Jupiter token list

Input parameters:

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

Output parameters:

- `result`: Underlying response payload verbatim.

### `solana_get_tps` (~31 tokens)

Get the current transactions per second (TPS) on the Solana network by sampling recent performance data

Output parameters:

- `result`: Underlying response payload verbatim.

### `solana_get_transaction` (~44 tokens)

Get details of a Solana transaction by its signature, including status, block time, and instructions

Input parameters:

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

Output parameters:

- `result`: Underlying response payload verbatim.

### `solana_get_yield` (~93 tokens)

Get a static reference table of typical APY ranges for Solana staking protocols (Marinade, Jito, BlazeStake, native staking). These are reference ranges, not a live rate query — verify current rates on each protocol before acting.

Input parameters:

- `protocol` (string|null): Optional protocol filter: 'marinade', 'jito', 'blaze', 'lido', or omit for all

Output parameters:

- `result`: Underlying response payload verbatim.

### `solana_resolve_domain` (~54 tokens)

Resolve a .sol (Solana Name Service) domain to its owner wallet address using the Bonfida SNS proxy

Input parameters:

- `domain` (string, required): SNS domain to resolve (e.g. 'toly.sol')

Output parameters:

- `result`: Underlying response payload verbatim.

### `solana_stake` (~74 tokens)

Get instructions for staking SOL with a validator. Returns the step-by-step process (does not execute the transaction).

Input parameters:

- `amount_sol` (number, required): Amount of SOL to stake (e.g. 1.5 for 1.5 SOL)
- `validator_address` (string, required): Validator vote account address to delegate to

Output parameters:

- `result`: Underlying response payload verbatim.

### `solana_swap` (~173 tokens)

Get a swap quote from Jupiter aggregator for trading between two Solana tokens. Returns route, price impact, and estimated output amount.

Input parameters:

- `amount` (string, required): Amount in smallest unit (lamports for SOL, base units for SPL tokens)
- `input_mint` (string, required): Input token mint address (e.g. 'So11111111111111111111111111111111111111112' for SOL)
- `output_mint` (string, required): Output token mint address (e.g. 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v' for USDC)
- `slippage_bps` (integer|null): Slippage tolerance in basis points (default 50 = 0.5%)

Output parameters:

- `result`: Underlying response payload verbatim.

### `solana_transfer` (~85 tokens)

Get instructions for transferring SOL between two addresses. Returns the transaction structure (does not execute).

Input parameters:

- `amount_lamports` (string, required): Amount in lamports (1 SOL = 1_000_000_000 lamports)
- `from` (string, required): Sender wallet address (base58-encoded)
- `to` (string, required): Recipient wallet address (base58-encoded)

Output parameters:

- `result`: Underlying response payload verbatim.

## Diagnostics

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

## Score history

- 2026-08-03: 67
- 2026-08-02: 67
- 2026-08-01: 66
- 2026-07-31: 66
- 2026-07-30: 66
- 2026-07-29: 66
- 2026-07-28: 65
- 2026-07-27: 64
- 2026-07-26: 64

## Links

- Remote endpoint: https://solana-mcp.tenzro.xyz/mcp
- Changelog RSS feed: https://verifymcp.io/servers/xyz-tenzro-tenzro-solana/solana-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/xyz-tenzro-tenzro-solana/solana-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/xyz-tenzro-tenzro-solana/solana-mcp
