← stonkscan.xyz

INDIVIDUAL MCP TOOL

get_new_pairs

Newest pairs launched on chain 4663, most recent first.

stonkscan.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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_trending_pairs — Trending trading pairs on chain 4663 (Robinhood Chain) with symbol, market cap, price, 24h change/volume, liquidity, pool address.
  • get_pair — Full live stats for one pool on chain 4663 by pool address.
  • get_token_security — Real security checks for a token on chain 4663: contract verified, ownership renounced, top-10 holder concentration (ex-pool), holder count.