# Alien Plugg x402 API (remote · base44.app)

32 paid x402 endpoints for crypto, Zora & on-chain analysis. 10 MCP tools. USDC on Base.

- Trust score: 64/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `base44.app`: 64/100 (this document), [markdown](https://verifymcp.io/servers/michaelhutchings626-hub-alien-plugg-x402/api-apps-6a5fdd57651262e86b24133e-functions-mcphandshake.md), [page](https://verifymcp.io/servers/michaelhutchings626-hub-alien-plugg-x402/api-apps-6a5fdd57651262e86b24133e-functions-mcphandshake)

## Channel facts

- Endpoint: `https://base44.app/api/apps/6a5fdd57651262e86b24133e/functions/mcpHandshake`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 10 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 78/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 356 tokens (~29/item across 12 items; 10 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http michaelhutchings626-hub-alien-plugg-x402 https://base44.app/api/apps/6a5fdd57651262e86b24133e/functions/mcpHandshake
```

### Codex

```toml
[mcp_servers.michaelhutchings626-hub-alien-plugg-x402]
url = "https://base44.app/api/apps/6a5fdd57651262e86b24133e/functions/mcpHandshake"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "michaelhutchings626-hub-alien-plugg-x402": {
      "type": "remote",
      "url": "https://base44.app/api/apps/6a5fdd57651262e86b24133e/functions/mcpHandshake",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add michaelhutchings626-hub-alien-plugg-x402 --url https://base44.app/api/apps/6a5fdd57651262e86b24133e/functions/mcpHandshake --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  michaelhutchings626-hub-alien-plugg-x402:
    url: "https://base44.app/api/apps/6a5fdd57651262e86b24133e/functions/mcpHandshake"
```

### Other

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

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 64)

First indexed and scored.

## MCP tools (10)

### `zora_scanner` (~45 tokens)

Zora Scanner

Scan Zora for trending coins and trading signals. Returns top movers with market cap, volume, 24h change, and BUY/SELL/STRONG_BUY signals.

### `zora_rug_check` (~40 tokens)

Zora Rug Check

Check any Zora token for rug risk. Returns a 0-100 risk score with verdict and reasoning.

Input parameters:

- `address` (string, required)

### `zora_portfolio` (~31 tokens)

Zora Portfolio

Get wallet holdings on Zora with PnL and allocation breakdown.

Input parameters:

- `address` (string, required)

### `honeypot_check` (~38 tokens)

Honeypot Check

Detect if a token is a honeypot. Simulates a sell and returns whether selling is possible.

Input parameters:

- `address` (string, required)

### `holder_analysis` (~24 tokens)

Holder Analysis

Analyze token holder concentration with Gini coefficient.

Input parameters:

- `address` (string, required)

### `creator_lookup` (~29 tokens)

Creator Lookup

Look up a Zora creator's profile and all their launched coins.

Input parameters:

- `address` (string, required)

### `new_launches` (~30 tokens)

New Launches

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

Input parameters:

- `limit` (number)

### `token_price` (~32 tokens)

Token Price

Get current token price from CoinGecko by id, symbol, or contract address.

Input parameters:

- `query` (string, required)

### `chart_roast` (~33 tokens)

Chart Roast

Brutal chart analysis with technical signals including RSI, MACD, support/resistance.

Input parameters:

- `address` (string, required)

### `alien_plugg_alpha` (~26 tokens)

Alien Plugg Alpha

Daily curated alpha report with top picks, rug warnings, and DCA advice.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/michaelhutchings626-hub-alien-plugg-x402/api-apps-6a5fdd57651262e86b24133e-functions-mcphandshake#diagnostics

## Score history

- 2026-08-03: 64

## Links

- Remote endpoint: https://base44.app/api/apps/6a5fdd57651262e86b24133e/functions/mcpHandshake
- Repository: https://github.com/michaelhutchings626-hub/alien-plugg-x402
- Website: https://x402.bankr.bot/0xabf922abb2a9e782f0b187d5d1ab24deb4870c3d/discovery
- Changelog RSS feed: https://verifymcp.io/servers/michaelhutchings626-hub-alien-plugg-x402/api-apps-6a5fdd57651262e86b24133e-functions-mcphandshake/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/michaelhutchings626-hub-alien-plugg-x402/api-apps-6a5fdd57651262e86b24133e-functions-mcphandshake/changelog.json
- HTML version of this page: https://verifymcp.io/servers/michaelhutchings626-hub-alien-plugg-x402/api-apps-6a5fdd57651262e86b24133e-functions-mcphandshake
