← bankr.bot

INDIVIDUAL MCP TOOL

zora_scanner

Scan Zora for trending coins and trading signals.

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 zora_scanner and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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_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.
  • new_launches — Get the newest token launches on Zora with market cap and volume.
  • 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.