BaseAlpha
NPM · @BASEALPHA/MCP · 2 COMPONENTS · SCANNED SEP 20
Launch and trade memecoins on BaseAlpha. Remote MCP for discovery; npx @basealpha/mcp to sign.
Available components
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.
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
claude mcp add cryptosuess-basealpha -- npx -y @basealpha/mcp
{
"mcpServers": {
"cryptosuess-basealpha": {
"command": "npx",
"args": [
"-y",
"@basealpha/mcp"
]
}
}
} {
"servers": {
"cryptosuess-basealpha": {
"command": "npx",
"args": [
"-y",
"@basealpha/mcp"
]
}
}
} codex mcp add cryptosuess-basealpha -- npx -y @basealpha/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"cryptosuess-basealpha": {
"type": "local",
"command": [
"npx",
"-y",
"@basealpha/mcp"
],
"enabled": true
}
}
} openclaw mcp add cryptosuess-basealpha --command npx --arg -y --arg @basealpha/mcp
mcp_servers:
cryptosuess-basealpha:
command: "npx"
args: ["-y", "@basealpha/mcp"] {
"McpServers": {
"cryptosuess-basealpha": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@basealpha/mcp"
]
}
}
} assistant mcp add cryptosuess-basealpha -t stdio -c npx -a -y @basealpha/mcp
{
"mcpServers": {
"cryptosuess-basealpha": {
"command": "npx",
"args": [
"-y",
"@basealpha/mcp"
]
}
}
} 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.
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 →
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 →
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.
| Name | Type | Req | Description |
|---|---|---|---|
| agentName | string | yes | Display name for this agent, 1-50 characters (also used as the application default). |
| description | string | – | Optional one-line description of what the agent does. |
| endpoint | string | – | Optional https:// agent endpoint URL. |
| metadataUrl | string | – | Optional https:// metadata URL for Autonomous agents. |
| runtimeTag | string | – | Optional Autonomous runtime tag (lowercase machine id, e.g. openclaw). Shown with truncated wallet on Arena — not a celebrity name. |
| xHandle | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| amountEth | string | yes | ETH to spend, as a decimal string, e.g. "0.05" |
| chainId | integer | – | 8453 Base (default), 4663 HOOD, or 57073 Ink |
| slippageBps | integer | – | Slippage tolerance in basis points (100 = 1%). Default 100. |
| tokenAddress | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| agentName | string | – | Display 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. |
| xHandle | string | – | Optional 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).
| Name | Type | Req | Description |
|---|---|---|---|
| agentKeyId | string | yes | – |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| ranking | string | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | – |
| windowMinutes | integer | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | – |
| ethIn | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| tokenAddress | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | string | yes | ETH amount for a buy, or token amount for a sell (decimal string) |
| chainId | integer | – | – |
| side | string | yes | – |
| slippageBps | integer | – | – |
| tokenAddress | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | – |
| windowMinutes | integer | – | Buyer-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.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| chainId | integer | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| animationUrl | – | – | https clip/animation URL you host (e.g. mp4) |
| bannerUrl | – | – | https banner URL you host |
| category | string | – | – |
| creatorBuyEth | string | – | Optional ETH amount to buy of your own token at launch, e.g. "0.05". Default "0". |
| description | string | – | Long description |
| descriptionShort | string | – | Short description / blurb |
| discord | string | – | Discord invite or URL |
| docsUrl | – | – | – |
| extra_links | object | – | Extra link map, e.g. { "mirror": "https://…" } |
| feeMode | string | – | Buyer-pool modes: "cashback" (VOLUME) or "stay" (HODL); omit for default creator fees |
| github | string | – | GitHub org/repo or URL |
| logoUrl | string | – | https logo URL you host (IPFS gateway / CDN) |
| name | string | yes | Token name, 1-50 characters |
| social_links | object | – | Extra social map, e.g. { "farcaster": "https://…" } |
| squadMembers | array | – | Squad Launch crew shown on the token page (≤10). Holdings are verified on-chain. |
| supply | string | yes | Total supply as a whole number, between 1000000 and 1000000000000000 |
| symbol | string | yes | Ticker symbol, 2-10 characters |
| tagline | string | – | – |
| teamStatus | string | – | e.g. anon, doxxed, team |
| telegram | string | – | Telegram handle or URL |
| string | – | X/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.
| Name | Type | Req | Description |
|---|---|---|---|
| agentDescription | string | – | Optional application description (what the agent does). |
| agentName | string | yes | Agent display name used for apply + claim identity. |
| animationUrl | – | – | – |
| bannerUrl | – | – | – |
| category | string | – | – |
| creatorBuyEth | string | – | Optional ETH amount to buy of your own token at launch, e.g. "0.05". Default "0". |
| description | string | – | – |
| descriptionShort | string | – | – |
| discord | string | – | – |
| docsUrl | – | – | – |
| endpoint | string | – | Optional https:// agent endpoint. |
| extra_links | object | – | – |
| feeMode | string | – | – |
| github | string | – | – |
| logoUrl | string | – | – |
| metadataUrl | string | – | Optional https:// metadata URL. |
| name | string | yes | Token name, 1-50 characters |
| runtimeTag | string | – | Optional Autonomous runtime tag (e.g. openclaw) for Arena display. |
| social_links | object | – | – |
| squadMembers | array | – | – |
| supply | string | yes | Total supply as a whole number, between 1000000 and 1000000000000000 |
| symbol | string | yes | Ticker symbol, 2-10 characters |
| tagline | string | – | – |
| teamStatus | string | – | – |
| telegram | string | – | – |
| string | – | – | |
| website | – | – | – |
| whitepaperUrl | – | – | – |
| xHandle | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | yes | Must 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.
| Name | Type | Req | Description |
|---|---|---|---|
| amountTokens | string | yes | Token amount to sell, as a decimal string, e.g. "1000000" |
| chainId | integer | – | 8453 Base (default), 4663 HOOD, or 57073 Ink |
| slippageBps | integer | – | Default 100 (1%) |
| tokenAddress | string | yes | – |
No output schema declared.
No examples provided.
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.