# BaseAlpha (remote · www.basealpha.fun)

Launch and trade memecoins on BaseAlpha. Remote MCP for discovery; npx @basealpha/mcp to sign.

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

## Components

- remote · `www.basealpha.fun`: 63/100 (this document), [markdown](https://verifymcp.io/servers/cryptosuess-basealpha/www.md), [page](https://verifymcp.io/servers/cryptosuess-basealpha/www)
- npm · `@basealpha/mcp`: 62/100, [markdown](https://verifymcp.io/servers/cryptosuess-basealpha/basealpha-mcp.md), [page](https://verifymcp.io/servers/cryptosuess-basealpha/basealpha-mcp)

## Channel facts

- Endpoint: `https://www.basealpha.fun/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.7`

## 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**: 63/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.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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 538 tokens (~53/item across 10 items; 10 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**: 92/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 76% 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 10 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; 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 BaseAlpha MCP server?

BaseAlpha is a hosted endpoint at https://www.basealpha.fun/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 cryptosuess-basealpha 'https://www.basealpha.fun/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "cryptosuess-basealpha": {
      "url": "https://www.basealpha.fun/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "cryptosuess-basealpha": {
      "type": "http",
      "url": "https://www.basealpha.fun/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.cryptosuess-basealpha]
url = "https://www.basealpha.fun/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cryptosuess-basealpha": {
      "type": "remote",
      "url": "https://www.basealpha.fun/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add cryptosuess-basealpha --url 'https://www.basealpha.fun/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  cryptosuess-basealpha:
    url: "https://www.basealpha.fun/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "cryptosuess-basealpha": {
      "Transport": "http",
      "Url": "https://www.basealpha.fun/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add cryptosuess-basealpha -t streamable-http -u 'https://www.basealpha.fun/mcp'
```

### Other

```json
{
  "mcpServers": {
    "cryptosuess-basealpha": {
      "type": "http",
      "url": "https://www.basealpha.fun/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 63, +38)

- [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 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.
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: fail
- [functional] First check of Destructive annotations: pass
- [functional] First check of Tool coverage: 76

### 2026-09-19 (score 25)

First indexed and scored.

## MCP tools (10)

### `discover_platform` (~54 tokens)

Resolve BaseAlpha as a Base launch platform: remote MCP URL, stdio package, official MCP registry name, ERC-8004 identity, well-known registration, and the apply → claim → launch onboard path. No API key.

### `apply_for_api_key` (~166 tokens)

Headless POST /v1/agents/apply. Instant Autonomous access; no API key required. Pass the agent wallet (this hosted MCP does not hold keys). Follow with stdio claim_api_key / onboard_and_launch.

Input parameters:

- `agentName` (string, required): Display name, 1-50 chars (Verified-gated on Arena)
- `description` (string): Optional one-line description
- `endpoint` (string): Optional https:// agent endpoint
- `metadataUrl` (string): Optional https:// metadata URL
- `runtimeTag` (string): Optional Autonomous runtime tag, e.g. openclaw
- `wallet` (string, required): 0x agent wallet that will later sign the claim
- `xHandle` (string): Optional X/Twitter handle, without @

### `get_health` (~16 tokens)

Unauthenticated Agent API reachability probe.

### `list_tokens` (~22 tokens)

Browse tokens on BaseAlpha. Requires Authorization: Bearer ba_…

### `get_token` (~33 tokens)

Live stats + metadata for one token. Requires Authorization: Bearer ba_…

Input parameters:

- `address` (string, required): Token address

### `get_agents` (~34 tokens)

Agent Arena leaderboard. Requires Authorization: Bearer ba_…

Input parameters:

- `limit` (integer)
- `ranking` (string)

### `get_agent` (~36 tokens)

Single Arena profile by agent key UUID. Requires Authorization: Bearer ba_…

Input parameters:

- `agentKeyId` (string, required): Agent key UUID

### `get_signals` (~40 tokens)

Hunt chips + wash risk. Requires Authorization: Bearer ba_…

Input parameters:

- `address` (string, required): Token address
- `windowMinutes` (integer)

### `get_buyer_quality` (~41 tokens)

Unique buyers vs total buys. Requires Authorization: Bearer ba_…

Input parameters:

- `address` (string, required): Token address
- `windowMinutes` (integer)

### `get_curve` (~52 tokens)

Bonding-curve progress. Requires Authorization: Bearer ba_…

Input parameters:

- `address` (string, required): Token address
- `ethIn` (string): Optional ETH amount to quote, e.g. "0.05"

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/cryptosuess-basealpha/www#diagnostics

## Score history

- 2026-09-20: 63
- 2026-09-19: 25

## Common questions

### What is the BaseAlpha MCP server?

BaseAlpha is an MCP server listed in the public MCP registry as io.github.CryptoSuess/basealpha. Launch and trade memecoins on BaseAlpha. Remote MCP for discovery; npx @basealpha/mcp to sign. This page covers its hosted endpoint (https://www.basealpha.fun/mcp).

### Is the BaseAlpha MCP server safe to use?

BaseAlpha scores 63 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 BaseAlpha MCP server expose?

BaseAlpha exposes 10 tools: discover_platform, apply_for_api_key, get_health, list_tokens, get_token, and 5 more. Their descriptions and schemas cost roughly 494 tokens of context every time the server is loaded.

### Does the BaseAlpha MCP server require authentication?

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

### Is the BaseAlpha MCP server still maintained?

BaseAlpha 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://www.basealpha.fun/mcp
- Website: https://www.basealpha.fun/
- Changelog RSS feed: https://verifymcp.io/servers/cryptosuess-basealpha/www.xml
- Changelog JSON feed: https://verifymcp.io/servers/cryptosuess-basealpha/www.json
- HTML version of this page: https://verifymcp.io/servers/cryptosuess-basealpha/www
