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.
ENDPOINT 1
https://www.basealpha.fun/mcp
MCP server metadata
- Name
- basealpha
- Version
- 0.1.7
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_platformResolve 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-onlyCONNECT 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.
basealpha.fun is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.