← apexfaucet.xyz

INDIVIDUAL MCP TOOL

faucet_metrics

APEX faucet stats — total claims, unique wallets, total XNT/APEX paid out.

apexfaucet.xyznone authenticationAvailability not checked

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 endpoint

apexfaucet.xyz

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.apexfaucet-xyz]
url = "https://apexfaucet.xyz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "apexfaucet-xyz": {
      "type": "http",
      "url": "https://apexfaucet.xyz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: apexfaucet-xyz
Remote MCP URL: https://apexfaucet.xyz/api/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": {
    "apexfaucet-xyz": {
      "url": "https://apexfaucet.xyz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "apexfaucet-xyz": {
      "type": "http",
      "url": "https://apexfaucet.xyz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "apexfaucet-xyz",
  "transport": "streamable-http",
  "url": "https://apexfaucet.xyz/api/mcp"
}
MCP Inspector

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

Related tools

  • token_lookup — Look up a token on X1 by symbol or mint address.
  • top_tokens — Top tokens on X1 by liquidity.
  • holdings — List all SPL+Token-2022 token balances for a given X1/Solana wallet (same address space).
  • recent_trades — Recent on-chain trades for a token mint.
  • candles — OHLC candle data for a token.
  • whale_ticker — Recent whale-sized swaps across all X1 tokens.
  • top_traders — Leaderboard of top traders on X1 by realized PnL + win-rate.
  • wallet_profile — Full reputation + trading profile for a wallet on X1.