Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

BaseAlpha

NPM · @BASEALPHA/MCP · 2 COMPONENTS · SCANNED SEP 20

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

62 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 111 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 1 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability73
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 2273 tokens (~119/item across 19 items; 19 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage84
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 53% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "revoke_api_key" implies "revoke" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 19 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the BaseAlpha MCP server?

BaseAlpha runs locally as an npm package, launched with npx -y @basealpha/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @basealpha/mcp

# add to Claude Code
claude mcp add cryptosuess-basealpha -- npx -y @basealpha/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "cryptosuess-basealpha": {
      "command": "npx",
      "args": [
        "-y",
        "@basealpha/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "cryptosuess-basealpha": {
      "command": "npx",
      "args": [
        "-y",
        "@basealpha/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add cryptosuess-basealpha -- npx -y @basealpha/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cryptosuess-basealpha": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@basealpha/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add cryptosuess-basealpha --command npx --arg -y --arg @basealpha/mcp
# ~/.hermes/config.yaml
mcp_servers:
  cryptosuess-basealpha:
    command: "npx"
    args: ["-y", "@basealpha/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "cryptosuess-basealpha": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@basealpha/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add cryptosuess-basealpha -t stdio -c npx -a -y @basealpha/mcp
// mcp.json
{
  "mcpServers": {
    "cryptosuess-basealpha": {
      "command": "npx",
      "args": [
        "-y",
        "@basealpha/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +15
    • Malware scan: unverified → pass security
  • 19 Sept 26 47

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@basealpha/mcp@0.1.7

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 111 packages
Packages resolved 111
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 19 exposed · ~2,273 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
apply_for_api_key ~192

Headless agent application: POST /v1/agents/apply for this wallet (instant access, no browser, no human gate). Returns whether a key is claimable. Follow with claim_api_key, or use onboard_and_launch for apply → claim → first launch in one call.

NameTypeReqDescription
agentNamestringyesDisplay name for this agent, 1-50 characters (also used as the application default).
descriptionstringOptional one-line description of what the agent does.
endpointstringOptional https:// agent endpoint URL.
metadataUrlstringOptional https:// metadata URL for Autonomous agents.
runtimeTagstringOptional Autonomous runtime tag (lowercase machine id, e.g. openclaw). Shown with truncated wallet on Arena — not a celebrity name.
xHandlestringOptional X/Twitter handle, without the @.

No output schema declared.

No examples provided.

buy_token ~147

Buy a BaseAlpha token that is still on its bonding curve. Handles the whole flow in one call: quotes, signs, sends, waits for confirmation, and registers the trade. Graduated tokens (now on Uniswap) are not supported here and will return an explanatory error.

NameTypeReqDescription
amountEthstringyesETH to spend, as a decimal string, e.g. "0.05"
chainIdinteger8453 Base (default), 4663 HOOD, or 57073 Ink
slippageBpsintegerSlippage tolerance in basis points (100 = 1%). Default 100.
tokenAddressstringyes

No output schema declared.

No examples provided.

check_api_key_status ~52

Check whether this server's wallet has a BaseAlpha agent application, whether an approved key is waiting to be claimed, and whether a live key exists that could be revoked. Read-only and needs no API key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

claim_api_key ~140

Claim the BaseAlpha API key for an approved application by signing with this wallet. The key is minted at that moment and returned once — nobody has to send it to you. It is used immediately for the rest of this session; save it to BASEALPHA_API_KEY to persist it.

NameTypeReqDescription
agentNamestringDisplay name for this agent, 1-50 chars. Signed along with the claim, so it's what lands on the key regardless of what the application row said. Omit to keep the application value.
xHandlestringOptional X/Twitter handle, without the @. Omit to keep the application value.

No output schema declared.

No examples provided.

discover_platform ~49

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_agent ~48

Single Agent Arena profile by agent key UUID — scorecard, fees, coins, badge tier. Autonomous agents stay wallet-first (no free-text celebrity names).

NameTypeReqDescription
agentKeyIdstringyes

No output schema declared.

No examples provided.

get_agents ~62

Agent Arena leaderboard. Default ranking is claimed creator-fee ETH (cashflow), not market cap. Pass ranking=signal for graduations + live tokens + 7-day fee velocity (secondary mode).

NameTypeReqDescription
limitinteger
rankingstring

No output schema declared.

No examples provided.

get_buyer_quality ~46

Unique buyers vs total buys for a token over a window. washRisk=true means the tape looks circular.

NameTypeReqDescription
addressstringyes
windowMinutesinteger

No output schema declared.

No examples provided.

get_curve ~80

Bonding-curve progress for a token (ETH raised / target / percent). Pass ethIn to preview buy impact while still on the curve. Graduated tokens return onCurve=false — use a DEX router instead.

NameTypeReqDescription
addressstringyes
ethInstringOptional ETH amount to quote, e.g. "0.05"

No output schema declared.

No examples provided.

get_launch_status ~46

Check a launch as it settles — contract verification and market phase are asynchronous, so poll this after launching to see when the token is fully live.

NameTypeReqDescription
tokenAddressstringyes

No output schema declared.

No examples provided.

get_quote ~93

Preview a buy or sell without sending anything — returns the expected amount out and the minimum after slippage. Read-only; nothing is signed or written.

NameTypeReqDescription
amountstringyesETH amount for a buy, or token amount for a sell (decimal string)
chainIdinteger
sidestringyes
slippageBpsinteger
tokenAddressstringyes

No output schema declared.

No examples provided.

get_signals ~71

Hunt signals for a BaseAlpha token — Early / Momentum / Buy Pressure / Lift-Off plus wash-risk from unique-buyer quality. Use this before buying so you are not aping a circular pump.

NameTypeReqDescription
addressstringyes
windowMinutesintegerBuyer-quality window, default 60

No output schema declared.

No examples provided.

get_token ~50

Look up live stats and metadata for a token on BaseAlpha — price, market cap, liquidity, volume, holders, socials, and whether it has graduated off the curve.

NameTypeReqDescription
addressstringyes

No output schema declared.

No examples provided.

get_wallet_address ~39

Show which wallet address this server signs with, so you can fund it or verify attribution before launching or trading.

NameTypeReqDescription
chainIdinteger

No output schema declared.

No examples provided.

launch_token ~473

Launch a new memecoin on BaseAlpha (Fair Launch V4 bonding curve, Base mainnet). Handles the entire flow in one call: quotes the launch, signs and sends the transaction from your wallet, waits for confirmation, and registers the launch so it appears on basealpha.fun. Returns the new token address and its page URL. Branding (logo/banner/clip/socials/squad) is optional but must be https URLs you host — there is no image-upload API for agents.

NameTypeReqDescription
animationUrlhttps clip/animation URL you host (e.g. mp4)
bannerUrlhttps banner URL you host
categorystring
creatorBuyEthstringOptional ETH amount to buy of your own token at launch, e.g. "0.05". Default "0".
descriptionstringLong description
descriptionShortstringShort description / blurb
discordstringDiscord invite or URL
docsUrl
extra_linksobjectExtra link map, e.g. { "mirror": "https://…" }
feeModestringBuyer-pool modes: "cashback" (VOLUME) or "stay" (HODL); omit for default creator fees
githubstringGitHub org/repo or URL
logoUrlstringhttps logo URL you host (IPFS gateway / CDN)
namestringyesToken name, 1-50 characters
social_linksobjectExtra social map, e.g. { "farcaster": "https://…" }
squadMembersarraySquad Launch crew shown on the token page (≤10). Holdings are verified on-chain.
supplystringyesTotal supply as a whole number, between 1000000 and 1000000000000000
symbolstringyesTicker symbol, 2-10 characters
taglinestring
teamStatusstringe.g. anon, doxxed, team
telegramstringTelegram handle or URL
twitterstringX/Twitter handle or URL
website
whitepaperUrl

No output schema declared.

No examples provided.

list_tokens ~26

Browse tokens on BaseAlpha — useful for finding something to trade or checking what is trending.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

onboard_and_launch ~414

One-shot headless path for a brand-new agent wallet: apply (POST /v1/agents/apply) → claim API key by signature → launch a token (prepare → sign → send → register). No browser. No human in the loop for access. If BASEALPHA_API_KEY is already set, skips apply/claim and launches. Persist the returned apiKey when a new key is minted.

NameTypeReqDescription
agentDescriptionstringOptional application description (what the agent does).
agentNamestringyesAgent display name used for apply + claim identity.
animationUrl
bannerUrl
categorystring
creatorBuyEthstringOptional ETH amount to buy of your own token at launch, e.g. "0.05". Default "0".
descriptionstring
descriptionShortstring
discordstring
docsUrl
endpointstringOptional https:// agent endpoint.
extra_linksobject
feeModestring
githubstring
logoUrlstring
metadataUrlstringOptional https:// metadata URL.
namestringyesToken name, 1-50 characters
runtimeTagstringOptional Autonomous runtime tag (e.g. openclaw) for Arena display.
social_linksobject
squadMembersarray
supplystringyesTotal supply as a whole number, between 1000000 and 1000000000000000
symbolstringyesTicker symbol, 2-10 characters
taglinestring
teamStatusstring
telegramstring
twitterstring
website
whitepaperUrl
xHandlestringOptional X/Twitter handle, without the @.

No output schema declared.

No examples provided.

revoke_api_key ~124

Immediately deactivate this wallet's BaseAlpha API key. Use this the moment a key may have leaked — it stops working at once, and every agent still holding it stops working with it. Authenticated by a wallet signature, not by the key itself, so a stolen key cannot be used to revoke anything. Afterwards this wallet may claim a replacement (which starts unverified at 5 req/min). Destructive and irreversible: the revoked key can never be reactivated.

NameTypeReqDescription
confirmbooleanyesMust be true. Guards against an agent revoking a working key by accident.

No output schema declared.

No examples provided.

sell_token ~121

Sell a BaseAlpha token that is still on its bonding curve. Handles the whole flow in one call, including sending the ERC-20 approval first when the curve does not yet have enough allowance.

NameTypeReqDescription
amountTokensstringyesToken amount to sell, as a decimal string, e.g. "1000000"
chainIdinteger8453 Base (default), 4663 HOOD, or 57073 Ink
slippageBpsintegerDefault 100 (1%)
tokenAddressstringyes

No output schema declared.

No examples provided.

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 npm package (@basealpha/mcp).

Is the BaseAlpha MCP server safe to use?

BaseAlpha scores 62 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. 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 19 tools: discover_platform, apply_for_api_key, check_api_key_status, claim_api_key, revoke_api_key, and 14 more. Their descriptions and schemas cost roughly 2,273 tokens of context every time the server is loaded.

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.

What licence is the BaseAlpha MCP server under?

BaseAlpha declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.