# Solana AI Gateway (remote · solana-pulse-gateway-1021990235790.us-central1.run.app)

Wallet-signed Solana RPC for AI agents. No API keys, LLM-safe amounts, pay-per-call in SOL.

- Trust score: 60/100 (medium)
- Change this week: +37
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `solana-pulse-gateway-1021990235790.us-central1.run.app`: 60/100 (this document), [markdown](https://verifymcp.io/servers/timothymycompc-solana-pulse-gateway/solana-pulse-gateway-1021990235790.md), [page](https://verifymcp.io/servers/timothymycompc-solana-pulse-gateway/solana-pulse-gateway-1021990235790)

## Channel facts

- Endpoint: `https://solana-pulse-gateway-1021990235790.us-central1.run.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.3`

## 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**: 62/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 183 tokens (~36/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**: 77/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 30% 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 Solana AI Gateway MCP server?

Solana AI Gateway is a hosted endpoint at https://solana-pulse-gateway-1021990235790.us-central1.run.app/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 timothymycompc-solana-pulse-gateway 'https://solana-pulse-gateway-1021990235790.us-central1.run.app/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "timothymycompc-solana-pulse-gateway": {
      "url": "https://solana-pulse-gateway-1021990235790.us-central1.run.app/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "timothymycompc-solana-pulse-gateway": {
      "type": "http",
      "url": "https://solana-pulse-gateway-1021990235790.us-central1.run.app/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.timothymycompc-solana-pulse-gateway]
url = "https://solana-pulse-gateway-1021990235790.us-central1.run.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "timothymycompc-solana-pulse-gateway": {
      "type": "remote",
      "url": "https://solana-pulse-gateway-1021990235790.us-central1.run.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add timothymycompc-solana-pulse-gateway --url 'https://solana-pulse-gateway-1021990235790.us-central1.run.app/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  timothymycompc-solana-pulse-gateway:
    url: "https://solana-pulse-gateway-1021990235790.us-central1.run.app/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "timothymycompc-solana-pulse-gateway": {
      "Transport": "http",
      "Url": "https://solana-pulse-gateway-1021990235790.us-central1.run.app/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add timothymycompc-solana-pulse-gateway -t streamable-http -u 'https://solana-pulse-gateway-1021990235790.us-central1.run.app/mcp'
```

### Other

```json
{
  "mcpServers": {
    "timothymycompc-solana-pulse-gateway": {
      "type": "http",
      "url": "https://solana-pulse-gateway-1021990235790.us-central1.run.app/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 60, +37)

- [security improvement] Injection markers: unverified → pass
- [security improvement] Transport: fail → pass
- [security] First check of Judged manipulation: pass
- [security] Authorization: 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.
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fair
- [functional] First check of Destructive annotations: pass
- [functional] First check of Tool coverage: 30
- [functional] First check of Schema quality: pass

### 2026-09-19 (score 23, 0)

- [security] Transport: Transport check failed: the endpoint responded but didn't complete an MCP handshake over streamable-http.

### 2026-09-05 (score 23)

First indexed and scored.

## MCP tools (5)

### `get_solana_balance` (~33 tokens)

Get the SOL balance of any wallet address

Input parameters:

- `network` (string)
- `wallet` (string, required)

### `get_solana_blockhash` (~25 tokens)

Get the latest finalized blockhash

Input parameters:

- `network` (string)

### `get_token_accounts` (~41 tokens)

Get all SPL token balances and mints owned by a wallet

Input parameters:

- `network` (string)
- `wallet` (string, required): Solana wallet public key

### `get_recent_transactions` (~44 tokens)

Get recent transaction signatures for a wallet address

Input parameters:

- `limit` (number)
- `network` (string)
- `wallet` (string, required): Solana wallet public key

### `simulate_solana_transaction` (~40 tokens)

Simulate a Solana transaction without broadcasting it

Input parameters:

- `network` (string)
- `transaction` (string, required): Base64-encoded serialized transaction

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/timothymycompc-solana-pulse-gateway/solana-pulse-gateway-1021990235790#diagnostics

## Score history

- 2026-09-20: 60
- 2026-09-19: 23
- 2026-09-18: 23
- 2026-09-17: 23
- 2026-09-16: 23
- 2026-09-15: 23
- 2026-09-14: 23
- 2026-09-13: 23
- 2026-09-12: 23
- 2026-09-11: 23
- 2026-09-10: 23
- 2026-09-09: 23
- 2026-09-08: 23
- 2026-09-07: 23
- 2026-09-06: 23
- 2026-09-05: 23

## Common questions

### What is the Solana AI Gateway MCP server?

Solana AI Gateway is an MCP server listed in the public MCP registry as io.github.Timothymycompc/solana-pulse-gateway. Wallet-signed Solana RPC for AI agents. No API keys, LLM-safe amounts, pay-per-call in SOL. This page covers its hosted endpoint (https://solana-pulse-gateway-1021990235790.us-central1.run.app/mcp).

### Is the Solana AI Gateway MCP server safe to use?

Solana AI Gateway scores 60 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 Solana AI Gateway MCP server expose?

Solana AI Gateway exposes 5 tools: get_solana_balance, get_solana_blockhash, get_token_accounts, get_recent_transactions, simulate_solana_transaction. Their descriptions and schemas cost roughly 183 tokens of context every time the server is loaded.

### Does the Solana AI Gateway MCP server require authentication?

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

### Is the Solana AI Gateway MCP server still maintained?

Solana AI Gateway 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://solana-pulse-gateway-1021990235790.us-central1.run.app/mcp
- Repository: https://github.com/Timothymycompc/solana-pulse-gateway
- Website: https://ti-mm-mycompc.mintlify.app/
- Changelog RSS feed: https://verifymcp.io/servers/timothymycompc-solana-pulse-gateway/solana-pulse-gateway-1021990235790.xml
- Changelog JSON feed: https://verifymcp.io/servers/timothymycompc-solana-pulse-gateway/solana-pulse-gateway-1021990235790.json
- HTML version of this page: https://verifymcp.io/servers/timothymycompc-solana-pulse-gateway/solana-pulse-gateway-1021990235790
