Skip to content
Vinkius

Conflux Connector for AI agents.

25 live capabilities

Query Conflux Network blockchain data and smart contract states in real time.

Live agent request Conflux / Connector

Waiting for input…

AI Agent

Why people use Conflux

Conflux Blockchain Data for Faster Smart Contract Debugging

With this Connector, you just tell your agent to pull the logs for that specific hash. It grabs the receipt, checks the status, and gives you the summary in one go. You get to stay in your IDE or chat window while the agent handles the tedious data gathering.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

What Vinkius changes

You get live blockchain data directly in your chat interface without leaving your capabilities.

Use it from Claude, ChatGPT, Cursor or another AI client you already have.

One account · 6,100+ Connectors

  1. Real-world use case 01

    Debug a failed contract call

    A developer asks the agent to check the receipt for a specific hash using `cfx_get_transaction_receipt` to see why a contract call failed and what the error log says.

  2. Real-world use case 02

    Check sponsorship levels

    An analyst asks for the sponsorship details of a contract using `cfx_get_sponsor_info` to see how a specific smart contract is being funded.

  3. Real-world use case 03

    Audit account states

    A user asks the agent to summarize the balance and nonce for a specific address using `cfx_get_account` to verify current holdings.

Complete set · 25capabilities

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 Capability

    Cfx get account

    Get a summary of a Core Space account state. This helps you see the current status of an address quickly.

  2. 02 Capability

    Cfx get balance

    Get the CFX balance of an address on Core Space. Use this to check how much capital is available in a specific account.

  3. 03 Capability

    Cfx get best block hash

    Get the hash of the block with the highest weight. This helps you find the most recent data on the network.

  4. 04 Capability

    Cfx get block by epoch number

    Get Core Space block details by epoch number. Use this to look up historical data from a specific time period.

Capability set02 / 07

05—08

4 capabilities in this set.

Part of 25 available through Conflux.

  1. 05 Capability

    Cfx get block by hash

    Get Core Space block details by hash. This allows you to see every transaction inside a specific block.

  2. 06 Capability

    Cfx get blocks by epoch

    Get all block hashes in a specific Core Space epoch. Use this to gather a list of blocks for a certain timeframe.

  3. 07 Capability

    Cfx call

    Execute a read-only contract call locally on Core Space. This lets you interact with smart contracts without spending gas.

  4. 08 Capability

    Cfx client version

    Get Conflux Core client version. Use this to verify that your node software is up to date.

Capability set03 / 07

09—12

4 capabilities in this set.

Part of 25 available through Conflux.

  1. 09 Capability

    Cfx estimate gas and collateral

    Estimate gas and storage collateral for a Core Space transaction. This helps you avoid failed transactions due to insufficient funds.

  2. 10 Capability

    Cfx get logs

    Get Core Space logs matching a filter. Use this to find specific events or actions within a smart contract.

  3. 11 Capability

    Cfx get next nonce

    Get next available nonce for a Core Space account. This ensures your next transaction won't conflict with previous ones.

  4. 12 Capability

    Cfx send raw transaction

    Send a pre-signed raw transaction to Core Space. Use this when your own infrastructure handles the signing process.

Capability set04 / 07

13—16

4 capabilities in this set.

Part of 25 available through Conflux.

  1. 13 Capability

    Cfx send transaction

    Send an unsigned transaction to the Core Space network. This works if your node is set up to manage the sender account.

  2. 14 Capability

    Cfx get sponsor info

    Get sponsorship details for a Core Space contract. This shows you how a contract's gas and storage are being funded.

  3. 15 Capability

    Cfx get status

    Get current state of the Conflux Core node. Use this to check if your node is healthy and synchronized.

  4. 16 Capability

    Cfx get transaction by hash

    Get Core Space transaction details by hash. This provides a full look at the data for a specific on-chain move.

Capability set05 / 07

17—19

3 capabilities in this set.

Part of 25 available through Conflux.

  1. 17 Capability

    Cfx get transaction receipt

    Get Core Space transaction receipt. Use this to confirm if a transaction succeeded or failed.

  2. 18 Capability

    Eth get balance

    Get balance of an address on eSpace. Use this to check funds on the eSpace network.

  3. 19 Capability

    Eth get block by number

    Get eSpace block details by number. This helps you retrieve data from specific points in the eSpace history.

Capability set06 / 07

20—22

3 capabilities in this set.

Part of 25 available through Conflux.

  1. 20 Capability

    Eth call

    Execute a read-only contract call locally on eSpace. Use this to query smart contract data on eSpace.

  2. 21 Capability

    Eth estimate gas

    Estimate gas for an eSpace transaction. This helps you calculate costs before you submit a move on eSpace.

  3. 22 Capability

    Eth get logs

    Get eSpace logs matching a filter. Use this to find specific events on the eSpace network.

Capability set07 / 07

23—25

3 capabilities in this set.

Part of 25 available through Conflux.

  1. 23 Capability

    Eth send raw transaction

    Send a pre-signed raw transaction to eSpace. Use this for custom transaction signing on eSpace.

  2. 24 Capability

    Eth get transaction count

    Get transaction count (nonce) for an eSpace address. Use this to find the next available nonce on eSpace.

  3. 25 Capability

    Eth get transaction receipt

    Get eSpace transaction receipt. Use this to verify the outcome of an eSpace transaction.

Set up in minutes

One URL. Then ask Conflux to work.

Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Conflux from the conversation.

Choose your client

Live preview
Advanced clients IDE · CLI

Claude · Web + desktop

Official guide ↗

Connector URL · ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_QYHcelvzK7H6fQl0S40QxpBEKRdsGkTTxtS3s0Ra/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it Conflux, and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable Conflux for the conversation.

Where the request belongs

Work Conflux can move forward.

Built around the request

This is for the Web3 developer tired of switching tabs to check nonces or the data analyst who needs to pull epoch logs into a spreadsheet. It's for anyone who handles Conflux Network data and wants to stop manual copy-pasting.

01

Web3 Developer

Debugging smart contract calls on a Tuesday afternoon by checking receipts and logs directly in their IDE.

02

Data Analyst

Extracting transaction logs and epoch data for off-chain reporting without manually browsing a block explorer.

03

Crypto Power User

Monitoring balance changes and sponsorship levels across multiple accounts in a single conversation.

Bring your own AI

Change the model, client or framework. Keep Conflux connected.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • VS Code
  • Windsurf
  • ZCode
  • Cline
  • Zed
  • Continue
  • Kiro
  • Roo Code
  • Zencoder
  • Goose
  • Void
  • Augment Code
  • Amp
  • Qodo
  • Tabnine
  • Pieces
  • Sourcegraph Cody
  • JetBrains
  • Warp
  • Amazon Q
  • Antigravity
  • BoltAI
  • Raycast
  • Jan
  • LM Studio
  • AnythingLLM
  • Open WebUI
  • Msty
  • Cherry Studio
  • LibreChat
  • TypingMind
  • Chorus
  • 5ire
  • n8n
  • LangChain
  • LlamaIndex
  • CrewAI
  • Vercel AI SDK

Before you connect

Questions about Conflux.

The practical details behind the request, access and result.

Can I use Conflux MCP to check balances on both Core Space and eSpace?

Yes, this Connector supports both networks. You can query balances for any address on either Core Space or eSpace within the same conversation.

How does Conflux MCP help with smart contract debugging?

It lets your agent pull transaction receipts and execution logs for specific hashes. This helps you see exactly why a contract call might have failed without manual searching.

Does Conflux MCP provide gas estimation?

Yes, it can calculate the required gas and storage collateral for transactions on Core Space. This helps you avoid failed transactions caused by insufficient funds.

Can I use Conflux MCP to see who sponsors a contract?

Yes, you can query the sponsorship details for any Core Space contract. It shows you the funding details for gas and storage.

Is Conflux MCP good for data analysis?

It's great for pulling historical block data and transaction logs. You can ask your agent to pull entire epochs of data for off-chain analysis.

Can I send transactions with Conflux MCP?

Yes, it supports sending both pre-signed raw transactions and unsigned transactions, depending on how your node is configured.

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.

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.

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.

One connection away

Give your agent a direct line to Conflux.

Connect Conflux once. Keep it beside 6,100+ managed Connectors when the next task needs more.

Explore every Connector No credit card required · Free tier available