← fingersai.co

INDIVIDUAL MCP TOOL

token_security

LIVE token SAFETY/rug-risk profile from GoPlus for a fungible token: honeypot, buy/sell tax, open-source, proxy, mintable, can-take-back-ownership, hidden owner, transfer-pausable, blacklist power, owner/creator holdings %, holder count, top-10 holder concentration, total liquidity, and how much of the LP is locked or burned (the #1 rug signal).

fingersai.conone authenticationAvailability not checked

LIVE ENDPOINT

https://fingersai.co/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.
  • A tool name or description suggests a financial action.

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