Corescan (Core DAO Blockchain Explorer) Connector for AI agents.
15 live capabilities
Query Core DAO blockchain data and smart contract source code in real time.
Waiting for input…
Why people use Corescan (Core DAO Blockchain Explorer)
Corescan for Core DAO Blockchain Data Extraction
This Connector removes the friction by letting your agent do the digging for you. You can query balances, fetch transaction logs, and pull source code in a single conversation, turning a ten-minute research task into a ten-second chat.
What Vinkius changes
You get live, accurate blockchain data without ever leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Audit a new protocol
A developer asks to see the source code of a contract to check for vulnerabilities using get_contract_abi.
- Real-world use case 02
Track a whale
An analyst asks to list all ERC20 transfers for a specific high-value address using get_erc721_transfers.
- Real-world use case 03
Portfolio check
A user asks for the current CORE balance of five different wallets using get_tx_receipt_status.
Complete set · 15capabilities
The complete Corescan (Core DAO Blockchain Explorer) capability set.
These are the exact actions your AI can choose when you ask it to work with Corescan (Core DAO Blockchain Explorer).
01—04
4 capabilities in this set.
Part of 15 available through Corescan (Core DAO Blockchain Explorer).
- 01 Capability
Get last price
Get the most recent price for CORE. This provides a quick way to check the current market value of the native token.
- 02 Capability
Get account balance
Get the CORE balance for a single wallet address. Use this for a quick check on a specific account's funds.
- 03 Capability
Get block countdown
See the estimated time remaining until the next block. This helps you understand the current network timing.
- 04 Capability
Get block reward
Find the reward amount for a specific block number. This helps you understand the network's payout structure.
05—08
4 capabilities in this set.
Part of 15 available through Corescan (Core DAO Blockchain Explorer).
- 05 Capability
Get contract abi
Pull the ABI for a verified smart contract. This is essential for knowing which functions are available to call.
- 06 Capability
Get contract source code
Retrieve the verified source code for a smart contract. Use this to audit the actual logic of a deployed protocol.
- 07 Capability
Get erc20 transfers
List ERC20 token transfers for a specific address. This allows you to track how assets are moving between wallets.
- 08 Capability
Get erc721 transfers
List ERC721 NFT transfers for a specific address. This is useful for monitoring NFT movements and ownership changes.
09—12
4 capabilities in this set.
Part of 15 available through Corescan (Core DAO Blockchain Explorer).
- 09 Capability
Get internal transactions
Fetch a list of internal transactions for an address. This lets you see complex interactions that don't appear as standard transfers.
- 10 Capability
Get logs
Fetch event logs from the blockchain. This helps you see specific actions triggered by smart contract interactions.
- 11 Capability
Get normal transactions
List standard transactions for a specific address. Use this to see the basic history of a wallet's activity.
- 12 Capability
Get total supply
See the total supply of CORE tokens. This gives you a high-level view of the token's circulation.
13—15
3 capabilities in this set.
Part of 15 available through Corescan (Core DAO Blockchain Explorer).
- 13 Capability
Get tx receipt status
Check the status of a specific transaction receipt. This lets you know if a transaction was successful or failed.
- 14 Capability
Get tx status
Check the current execution status of a contract. Use this to see if a specific operation is still pending.
- 15 Capability
Get account balance multi
Get the CORE balances for up to 20 addresses at once. This is perfect for checking multiple wallets in one go.
Set up in minutes
One URL. Then ask Corescan (Core DAO Blockchain Explorer) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Corescan (Core DAO Blockchain Explorer) 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_kB3J10LCSykxNbt8yxfshhTnCHdVg9pAe2gm07tR/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 Corescan (Core DAO Blockchain Explorer), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Corescan (Core DAO Blockchain Explorer) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kB3J10LCSykxNbt8yxfshhTnCHdVg9pAe2gm07tR/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 Corescan (Core DAO Blockchain Explorer) URL.
- Step 03
Save and start
Save the connection and enable Corescan (Core DAO Blockchain Explorer) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"corescan-core-dao-blockchain-explorer": {
"url": "https://edge.vinkius.com/vk_preview_kB3J10LCSykxNbt8yxfshhTnCHdVg9pAe2gm07tR/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 Corescan (Core DAO Blockchain Explorer)
Open Agent mode in chat and ask: "Using Corescan (Core DAO Blockchain Explorer), help me...". 15 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"corescan-core-dao-blockchain-explorer": {
"url": "https://edge.vinkius.com/vk_preview_kB3J10LCSykxNbt8yxfshhTnCHdVg9pAe2gm07tR/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 Corescan (Core DAO Blockchain Explorer)
Ask Copilot: "Using Corescan (Core DAO Blockchain Explorer), help me...". 15 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"corescan-core-dao-blockchain-explorer": {
"url": "https://edge.vinkius.com/vk_preview_kB3J10LCSykxNbt8yxfshhTnCHdVg9pAe2gm07tR/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 Corescan (Core DAO Blockchain Explorer)
Open Cascade and ask: "Using Corescan (Core DAO Blockchain Explorer), help me...". 15 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"corescan-core-dao-blockchain-explorer": {
"url": "https://edge.vinkius.com/vk_preview_kB3J10LCSykxNbt8yxfshhTnCHdVg9pAe2gm07tR/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 Corescan (Core DAO Blockchain Explorer)
Ask Cline: "Using Corescan (Core DAO Blockchain Explorer), help me...". 15 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add corescan-core-dao-blockchain-explorer --transport http "https://edge.vinkius.com/vk_preview_kB3J10LCSykxNbt8yxfshhTnCHdVg9pAe2gm07tR/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 Corescan (Core DAO Blockchain Explorer)
Ask Claude: "Using Corescan (Core DAO Blockchain Explorer), show me...". 15 tools are ready
Where the request belongs
Work Corescan can move forward.
This is for the Web3 developer who's tired of manual contract auditing, the data analyst tracking whale movements, and the crypto enthusiast who wants a live feed of their portfolio without the friction.
Web3 Developer
Inspecting contract source code and ABIs during a development cycle to verify logic.
Crypto Data Analyst
Aggregating transaction flows and token movements for market research and reporting.
Blockchain Researcher
Monitoring network health, block rewards, and total supply metrics.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDogechain Explorer (Dogechain Block Explorer API)
Automate Dogecoin blockchain analysis via Dogechain. check address balances, inspect transactions, and query block data directly from any AI agent.
CardanoScan (Cardano Block Explorer API)
Access real-time Cardano blockchain data. query addresses, transactions, blocks, and stake pools directly from your AI agent.
Tronscan (TRON Blockchain Explorer API)
Explore the TRON blockchain. analyze accounts, track token balances, inspect smart contracts, and monitor network resources 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.
Alchemy
Manage blockchain data. audit wallets, NFTs, and transactions via AI.
Bring your own AI
Change the model, client or framework. Keep Corescan 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 Corescan.
The practical details behind the request, access and result.
Can Corescan MCP help me track my Core DAO portfolio?
Yes, it can pull the CORE balances for multiple addresses at once, making it easy to see your total holdings across different wallets in one conversation.
Does Corescan MCP work for other blockchains?
No, this Connector is specifically designed for the Core DAO network. It won't provide data for Ethereum, Polygon, or other chains.
Can I use Corescan MCP to check smart contract code?
Yes, it allows your AI agent to pull the verified source code and ABI for smart contracts, which is perfect for auditing or understanding contract logic.
How do I see token transfers with Corescan MCP?
You can ask your agent to list ERC20 or ERC721 transfer events for any specific address to see how assets are moving.
Can it show me network stats like block rewards?
Yes, it can retrieve block rewards, check the total supply of CORE, and show the estimated countdown for the next block.
Is Corescan MCP good for developers?
It's a great capability for developers who need to quickly check transaction statuses, fetch logs, or inspect contract code without leaving their workspace.
Can I check the balance of multiple Core DAO addresses at once?
Yes! Use the get_account_balance_multi capability and provide a comma-separated list of up to 20 addresses to get all balances in a single response.
How can I see the source code of a smart contract on Core DAO?
You can use the get_contract_source_code capability with the contract's address. If the contract is verified on Corescan, the AI will retrieve the full source code for you.
Does this server support tracking NFT transfers?
Absolutely. Use the get_erc721_transfers capability to list all NFT transfer events associated with a specific wallet address or contract.
One connection away
Give your agent a direct line to Corescan.
Connect Corescan once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available