ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Ankr with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access high-performance Web3 RPC nodes via Ankr. Query block data, check wallet balances, and interact with smart contracts across multiple EVM chains.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 32 capabilities

The complete Ankr capability set.

These are the exact actions your AI can choose when you ask it to work with Ankr.

Capability set01 / 08

01-04

4 capabilities in this set.

Part of 32 available through Ankr.

  1. 01

    GetTransaction

    Returns details for a confirmed transaction

  2. 02

    Ankr getBlocks

    Retrieves full info for a range of blocks

  3. 03

    Ankr getInteractions

    Lists all blockchains a wallet has interacted with

  4. 04

    Ankr getNFTMetadata

    Retrieves metadata for a specific NFT

Capability set02 / 08

05-08

4 capabilities in this set.

Part of 32 available through Ankr.

  1. 05

    Ankr getTokenPrice

    Returns the current USD price of a token

  2. 06

    Eth estimateGas

    Estimates gas needed for a transaction

  3. 07

    Eth getLogs

    Returns logs matching filter criteria

  4. 08

    Eth getTransactionByHash

    Returns transaction details

Capability set03 / 08

09-12

4 capabilities in this set.

Part of 32 available through Ankr.

  1. 09

    Eth getTransactionReceipt

    Returns the receipt of a transaction

  2. 10

    GetAccountInfo

    Returns all info associated with a Pubkey

  3. 11

    GetBlock

    Returns identity and transaction info for a confirmed block

  4. 12

    Ankr getAccountBalance

    Retrieves all token balances for a wallet

Capability set04 / 08

13-16

4 capabilities in this set.

Part of 32 available through Ankr.

  1. 13

    Ankr getNFTsByOwner

    Retrieves all NFTs owned by an address across multiple chains

  2. 14

    Ankr getNFTHolders

    Lists all holders of a specific NFT collection

  3. 15

    Ankr getTokenTransfers

    Returns historical token transfer data

  4. 16

    Eth blockNumber

    Returns the most recent block number

Capability set05 / 08

17-20

4 capabilities in this set.

Part of 32 available through Ankr.

  1. 17

    Eth call

    Executes a call without creating a transaction

  2. 18

    Eth getBlockByHash

    Returns block information by hash

  3. 19

    Eth getBalance

    Returns the balance of an address

  4. 20

    Eth getBlockByNumber

    Returns block information by number

Capability set06 / 08

21-24

4 capabilities in this set.

Part of 32 available through Ankr.

  1. 21

    Eth getCode

    Returns the code at a given address

  2. 22

    Eth getStorageAt

    Returns the value from a storage position

  3. 23

    Eth getTransactionCount

    Returns the number of transactions sent from an address (nonce)

  4. 24

    Eth sendRawTransaction

    Submits a signed transaction to the network

Capability set07 / 08

25-28

4 capabilities in this set.

Part of 32 available through Ankr.

  1. 25

    Eth simulateV1

    Simulates multiple blocks/transactions

  2. 26

    GetBalance

    Returns the lamport balance of an account

  3. 27

    GetBlockHeight

    Returns the current block height

  4. 28

    GetEpochInfo

    Returns information about the current epoch

Capability set08 / 08

29-32

4 capabilities in this set.

Part of 32 available through Ankr.

  1. 29

    GetLatestBlockhash

    Returns the latest blockhash for transaction building

  2. 30

    GetProgramAccounts

    Returns all accounts owned by a program

  3. 31

    SimulateTransaction

    Simulates a transaction to check for errors

  4. 32

    SendTransaction

    Submits a signed transaction

Observed, not estimated

1132ms average. Fast in production.

Ankr is checked daily against the live service.

Daily averagePeak 1238ms
Aug 20Today
Fastest day
873ms
Slowest day
1238ms
14-day trend
Slowing+34%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 32 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Ankr, so you can see the experience inside your AI.

It does not authenticate your account with Ankr. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Ankr Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_ovDNKkD1boVWkgwgjN7iwXmwbTY2XG9BpJ0FYRBc/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Ankr capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "ankr-web3-node-api-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_ovDNKkD1boVWkgwgjN7iwXmwbTY2XG9BpJ0FYRBc/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Ankr owners ask.

  • 01

    How can I check the current block height on a specific network?

    Use the eth_blockNumber capability and provide the chain_alias (e.g., 'eth' for Ethereum). The agent will return the most recent block number recorded on that chain.

  • 02

    Is it possible to simulate a transaction before sending it to the mainnet?

    Yes! You can use the eth_simulateV1 capability. By providing a simulation payload, you can see the potential outcome and state changes of transactions without actually broadcasting them.

  • 03

    How do I retrieve the balance of a specific wallet address?

    Simply use the eth_getBalance capability with the target address and chain_alias. The agent will fetch the current balance in Wei for that account.