← fingersai.co

INDIVIDUAL MCP TOOL

dex_token

LIVE price, 24h change, volume and liquidity for ANY token trading on a DEX, across ~all chains INCLUDING SOLANA and ROBINHOOD CHAIN (ethereum, base, arbitrum, optimism, polygon, bsc, solana, robinhood), by contract address or by name/ticker.

fingersai.conone authenticationAvailability not checked

LIVE ENDPOINT

https://fingersai.co/mcp

No auth detected

Connect to this endpoint to inspect the live schema for dex_token and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name, description or schema mentions credentials.

Parent server

fingersai.co

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.fingers]
url = "https://fingersai.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fingers": {
      "type": "http",
      "url": "https://fingersai.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fingers": {
      "type": "http",
      "url": "https://fingersai.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fingers",
  "transport": "streamable-http",
  "url": "https://fingersai.co/mcp"
}
MCP Inspector

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

Related tools

  • verify — Verify what is actually TRUE about something before you act on it.
  • x402_verdict — Check an x402 payee BEFORE paying it.
  • x402_leaderboard — The honest x402 trust index: merchants ranked by real unique payers (facilitator-verified), not raw volume.
  • x402_profile — Full free trust profile for one x402 merchant: identity/origin, demand, reputation, safety flags, and what could not be verified.
  • x402_fair_price — Is this price fair for what the service does?
  • x402_best_value — Best bang-for-your-buck x402 services BY CATEGORY.
  • resolve_entity — FIRST STOP for a name/entity question: 'what is X', 'when did X come out / launch', 'is X legit / a rug', 'who is X', or a bare proper noun / ticker.
  • onchain_lookup — Basic onchain picture of an address on any supported EVM chain: contract or not, code size, native balance, and whether it's an EIP-1967 upgradeable proxy (and its implementation).