ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Conflux with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Query Conflux Network (Core & eSpace) data. check balances, inspect blocks, and track transactions directly from your AI agent.

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 · 25 capabilities

The complete Conflux capability set.

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

Capability set01 / 07

01-04

4 capabilities in this set.

Part of 25 available through Conflux.

  1. 01

    Cfx get balance

    Get CFX balance of an address on Core Space

  2. 02

    Cfx get best block hash

    Get hash of the block with the highest weight

  3. 03

    Cfx get block by epoch number

    Get Core Space block details by epoch number

  4. 04

    Cfx get block by hash

    Get Core Space block details by hash

Capability set02 / 07

05-08

4 capabilities in this set.

Part of 25 available through Conflux.

  1. 05

    Cfx get blocks by epoch

    Get all block hashes in a specific Core Space epoch

  2. 06

    Cfx client version

    Get Conflux Core client version

  3. 07

    Cfx get next nonce

    Get next available nonce for a Core Space account

  4. 08

    Cfx send raw transaction

    Send a pre-signed raw transaction to Core Space

Capability set03 / 07

09-12

4 capabilities in this set.

Part of 25 available through Conflux.

  1. 09

    Eth get block by number

    Get eSpace block details by number

  2. 10

    Cfx call

    Execute a read-only contract call locally on Core Space

  3. 11

    Cfx estimate gas and collateral

    Estimate gas and storage collateral for a Core Space transaction

  4. 12

    Cfx get account

    Get summary of a Core Space account state

Capability set04 / 07

13-16

4 capabilities in this set.

Part of 25 available through Conflux.

  1. 13

    Cfx get logs

    Get Core Space logs matching a filter

  2. 14

    Cfx get sponsor info

    Get sponsorship details for a Core Space contract

  3. 15

    Cfx get status

    Get current state of the Conflux Core node

  4. 16

    Cfx get transaction by hash

    Get Core Space transaction details by hash

Capability set05 / 07

17-19

3 capabilities in this set.

Part of 25 available through Conflux.

  1. 17

    Cfx get transaction receipt

    Get Core Space transaction receipt

  2. 18

    Cfx send transaction

    Requires the node to manage the sender account. Send an unsigned transaction to the Core Space network

  3. 19

    Eth call

    Execute a read-only contract call locally on eSpace

Capability set06 / 07

20-22

3 capabilities in this set.

Part of 25 available through Conflux.

  1. 20

    Eth estimate gas

    Estimate gas for an eSpace transaction

  2. 21

    Eth get balance

    Get balance of an address on eSpace

  3. 22

    Eth get logs

    Get eSpace logs matching a filter

Capability set07 / 07

23-25

3 capabilities in this set.

Part of 25 available through Conflux.

  1. 23

    Eth get transaction count

    Get transaction count (nonce) for an eSpace address

  2. 24

    Eth get transaction receipt

    Get eSpace transaction receipt

  3. 25

    Eth send raw transaction

    Send a pre-signed raw transaction to eSpace

Observed, not estimated

1037ms average. Fast in production.

Conflux is checked daily against the live service.

Daily averagePeak 1219ms
Aug 20Today
Fastest day
898ms
Slowest day
1219ms
14-day trend
Stable-2%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 25 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 Conflux, so you can see the experience inside your AI.

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

Conflux Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_QYHcelvzK7H6fQl0S40QxpBEKRdsGkTTxtS3s0Ra/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 — Conflux capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "conflux-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_QYHcelvzK7H6fQl0S40QxpBEKRdsGkTTxtS3s0Ra/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 Conflux owners ask.

  • 01

    How can I check the CFX balance of a specific Core Space address?

    Use the cfx_get_balance capability by providing the Conflux address. You can also optionally specify an epoch (like 'latest_state') to get the balance at a specific point in time.

  • 02

    Can I see if a smart contract has gas or storage sponsorship?

    Yes! The cfx_get_sponsor_info capability returns the sponsorship details for any target contract address, showing who is covering the costs for users interacting with it.

  • 03

    How do I get the latest state of the Conflux Core network?

    Run the cfx_get_status capability. It provides the current epoch number, block height, chain ID, and other essential metrics about the node's synchronization state.