Conflux Connector for AI agents.
25 live capabilities
Query Conflux Network blockchain data and smart contract states in real time.
Waiting for input…
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.
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
- 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.
- 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.
- 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.
01—04
4 capabilities in this set.
Part of 25 available through Conflux.
- 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.
- 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.
- 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.
- 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.
05—08
4 capabilities in this set.
Part of 25 available through Conflux.
- 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.
- 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.
- 07 Capability
Cfx call
Execute a read-only contract call locally on Core Space. This lets you interact with smart contracts without spending gas.
- 08 Capability
Cfx client version
Get Conflux Core client version. Use this to verify that your node software is up to date.
09—12
4 capabilities in this set.
Part of 25 available through Conflux.
- 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.
- 10 Capability
Cfx get logs
Get Core Space logs matching a filter. Use this to find specific events or actions within a smart contract.
- 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.
- 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.
13—16
4 capabilities in this set.
Part of 25 available through Conflux.
- 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.
- 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.
- 15 Capability
Cfx get status
Get current state of the Conflux Core node. Use this to check if your node is healthy and synchronized.
- 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.
17—19
3 capabilities in this set.
Part of 25 available through Conflux.
- 17 Capability
Cfx get transaction receipt
Get Core Space transaction receipt. Use this to confirm if a transaction succeeded or failed.
- 18 Capability
Eth get balance
Get balance of an address on eSpace. Use this to check funds on the eSpace network.
- 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.
20—22
3 capabilities in this set.
Part of 25 available through Conflux.
- 20 Capability
Eth call
Execute a read-only contract call locally on eSpace. Use this to query smart contract data on eSpace.
- 21 Capability
Eth estimate gas
Estimate gas for an eSpace transaction. This helps you calculate costs before you submit a move on eSpace.
- 22 Capability
Eth get logs
Get eSpace logs matching a filter. Use this to find specific events on the eSpace network.
23—25
3 capabilities in this set.
Part of 25 available through Conflux.
- 23 Capability
Eth send raw transaction
Send a pre-signed raw transaction to eSpace. Use this for custom transaction signing on eSpace.
- 24 Capability
Eth get transaction count
Get transaction count (nonce) for an eSpace address. Use this to find the next available nonce on eSpace.
- 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 previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QYHcelvzK7H6fQl0S40QxpBEKRdsGkTTxtS3s0Ra/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Conflux, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Conflux for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QYHcelvzK7H6fQl0S40QxpBEKRdsGkTTxtS3s0Ra/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Conflux URL.
- Step 03
Save and start
Save the connection and enable Conflux in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"conflux": {
"url": "https://edge.vinkius.com/vk_preview_QYHcelvzK7H6fQl0S40QxpBEKRdsGkTTxtS3s0Ra/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Conflux
Open Agent mode in chat and ask: "Using Conflux, help me...". 25 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"conflux": {
"url": "https://edge.vinkius.com/vk_preview_QYHcelvzK7H6fQl0S40QxpBEKRdsGkTTxtS3s0Ra/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Conflux
Ask Copilot: "Using Conflux, help me...". 25 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"conflux": {
"url": "https://edge.vinkius.com/vk_preview_QYHcelvzK7H6fQl0S40QxpBEKRdsGkTTxtS3s0Ra/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Conflux
Open Cascade and ask: "Using Conflux, help me...". 25 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"conflux": {
"url": "https://edge.vinkius.com/vk_preview_QYHcelvzK7H6fQl0S40QxpBEKRdsGkTTxtS3s0Ra/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Conflux
Ask Cline: "Using Conflux, help me...". 25 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add conflux --transport http "https://edge.vinkius.com/vk_preview_QYHcelvzK7H6fQl0S40QxpBEKRdsGkTTxtS3s0Ra/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Conflux
Ask Claude: "Using Conflux, show me...". 25 tools are ready
Where the request belongs
Work Conflux can move forward.
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.
Web3 Developer
Debugging smart contract calls on a Tuesday afternoon by checking receipts and logs directly in their IDE.
Data Analyst
Extracting transaction logs and epoch data for off-chain reporting without manually browsing a block explorer.
Crypto Power User
Monitoring balance changes and sponsorship levels across multiple accounts in a single conversation.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMetisscan (Metis L2 Network Explorer)
Explore the Metis L2 network. inspect blocks, transactions, addresses, and smart contracts directly from your AI agent.
Infura (Ethereum Node RPC Provider)
Access Ethereum blockchain data via Infura. query blocks, check balances, estimate gas, and interact with smart contracts directly from any AI agent.
Blockscout
Explore Ethereum-based blockchains directly from your AI agent. Query addresses, tokens, transactions, and smart contracts via Blockscout's open-source API.
Etherscan
Query Ethereum and EVM-compatible blockchain data—check balances, transaction history, and token transfers directly from your AI agent.
Arbiscan (Arbitrum Explorer)
Explore Arbitrum blockchain data. check balances, track transactions, and inspect smart contract source code directly from your AI agent.
Wemix Explorer
Explore Wemix blockchain data. query accounts, track token transfers, and inspect blocks or extrinsics directly from your AI agent.
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