← bankr.bot

INDIVIDUAL MCP TOOL

new_launches

Get the newest token launches on Zora with market cap and volume.

bankr.botnone authenticationAvailability not checked

LIVE ENDPOINT

https://base44.app/api/apps/6a5fdd57651262e86b24133e/functions/mcpHandshake

No auth detected

Connect to this endpoint to inspect the live schema for new_launches and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

bankr.bot

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.alien-plugg-x402]
url = "https://base44.app/api/apps/6a5fdd57651262e86b24133e/functions/mcpHandshake"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "alien-plugg-x402": {
      "type": "http",
      "url": "https://base44.app/api/apps/6a5fdd57651262e86b24133e/functions/mcpHandshake"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: alien-plugg-x402
Remote MCP URL: https://base44.app/api/apps/6a5fdd57651262e86b24133e/functions/mcpHandshake

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": {
    "alien-plugg-x402": {
      "url": "https://base44.app/api/apps/6a5fdd57651262e86b24133e/functions/mcpHandshake"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "alien-plugg-x402": {
      "type": "http",
      "url": "https://base44.app/api/apps/6a5fdd57651262e86b24133e/functions/mcpHandshake"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "alien-plugg-x402",
  "transport": "streamable-http",
  "url": "https://base44.app/api/apps/6a5fdd57651262e86b24133e/functions/mcpHandshake"
}
MCP Inspector

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

Related tools

  • zora_scanner — Scan Zora for trending coins and trading signals.
  • zora_rug_check — Check any Zora token for rug risk.
  • zora_portfolio — Get wallet holdings on Zora with PnL and allocation breakdown.
  • honeypot_check — Detect if a token is a honeypot.
  • holder_analysis — Analyze token holder concentration with Gini coefficient.
  • creator_lookup — Look up a Zora creator's profile and all their launched coins.
  • token_price — Get current token price from CoinGecko by id, symbol, or contract address.
  • chart_roast — Brutal chart analysis with technical signals including RSI, MACD, support/resistance.