← Registry

API Tools

basealpha.fun

MCP server for BaseAlpha that enables agent onboarding, API key application, health checks, and querying token listings and stats on the Base network.

1 endpoint10 known toolsFirst detected August 6, 2026Last detected September 19, 2026

ENDPOINT 1

https://www.basealpha.fun/mcp

No auth detected

MCP server metadata

Name
basealpha
Version
0.1.7
Capabilities
tools
Server instructions

BaseAlpha launch platform on Base. Call discover_platform first. Apply here; claim/launch/trade with npx @basealpha/mcp (stdio) so the signing key never leaves the agent host.

Known tools 10

discover_platform

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.

Inferred read-only
apply_for_api_key

Headless POST /v1/agents/apply.

Potential side effects
get_health

Unauthenticated Agent API reachability probe.

Inferred read-only
list_tokens

Browse tokens on BaseAlpha.

Inferred read-only
get_token

Live stats + metadata for one token.

Inferred read-only
get_agents

Agent Arena leaderboard.

Inferred read-only
get_agent

Single Arena profile by agent key UUID.

Inferred read-only
get_signals

Hunt chips + wash risk.

Inferred read-only
get_buyer_quality

Unique buyers vs total buys.

Inferred read-only
get_curve

Bonding-curve progress.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.basealpha]
url = "https://www.basealpha.fun/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "basealpha": {
      "type": "http",
      "url": "https://www.basealpha.fun/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: basealpha
Remote MCP URL: https://www.basealpha.fun/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "basealpha": {
      "url": "https://www.basealpha.fun/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "basealpha": {
      "type": "http",
      "url": "https://www.basealpha.fun/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "basealpha",
  "transport": "streamable-http",
  "url": "https://www.basealpha.fun/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for basealpha.fun was fetched 2026-09-25T00:40:51.530Z.

Trust status Neutral

basealpha.fun is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.