← apexfaucet.xyz

INDIVIDUAL MCP TOOL

graviton_house_pool

How much APEX the house has left to top up thin Graviton rounds, and the per-round and daily caps.

apexfaucet.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://apexfaucet.xyz/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for graviton_house_pool 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "apex-x1",
  "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.