Dextools (DeFi Token Data API) Connector for AI agents.
5 live capabilities
Get real-time DeFi token prices and liquidity data for your research.
Waiting for input…
Why people use Dextools (DeFi Token Data API)
Dextools for Real-Time DeFi Market Analysis
This Connector puts all that data into your AI client. You just ask for the numbers and the agent pulls them from Dextools instantly. You get a clean summary of prices, liquidity, and metadata in one spot, which means you can make faster decisions without the manual headache.
What Vinkius changes
You get instant DeFi market intelligence without ever leaving your AI chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a new gem
A trader asks if a new token on Polygon has enough liquidity.
- Real-world use case 02
Price monitoring
An analyst needs the 24h price change for a specific contract.
- Real-world use case 03
Developer integration
A dev wants to know which chains are supported.
Complete set · 5capabilities
The complete Dextools (DeFi Token Data API) capability set.
These are the exact actions your AI can choose when you ask it to work with Dextools (DeFi Token Data API).
01—03
3 capabilities in this set.
Part of 5 available through Dextools (DeFi Token Data API).
- 01 Capability
Get token price
Fetch the current price and 24h change for any specific token contract. It gives you an immediate look at market movement.
- 02 Capability
Get token
Pull detailed metadata like supply and decimals for a specific token. Use this to verify the core stats of a new project.
- 03 Capability
Get blockchains
See a full list of all blockchain networks supported by Dextools. This helps you know where you can pull data from.
04—05
2 capabilities in this set.
Part of 5 available through Dextools (DeFi Token Data API).
- 04 Capability
Get pair
Retrieve specific data about liquidity pairs to understand market behavior. It provides a deeper look into how tokens are trading.
- 05 Capability
Get token liquidity
Get the liquidity for a token or pair to see how deep the pool is. This helps you judge if a pair is safe for trading.
Set up in minutes
One URL. Then ask Dextools (DeFi Token Data API) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Dextools (DeFi Token Data API) 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_7yaMGLyzhGG3IrkGVvNIszJBo94NMSLvb84Vma0p/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 Dextools (DeFi Token Data API), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Dextools (DeFi Token Data API) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7yaMGLyzhGG3IrkGVvNIszJBo94NMSLvb84Vma0p/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 Dextools (DeFi Token Data API) URL.
- Step 03
Save and start
Save the connection and enable Dextools (DeFi Token Data API) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"dextools-defi-token-data-api": {
"url": "https://edge.vinkius.com/vk_preview_7yaMGLyzhGG3IrkGVvNIszJBo94NMSLvb84Vma0p/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 Dextools (DeFi Token Data API)
Open Agent mode in chat and ask: "Using Dextools (DeFi Token Data API), help me...". 5 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"dextools-defi-token-data-api": {
"url": "https://edge.vinkius.com/vk_preview_7yaMGLyzhGG3IrkGVvNIszJBo94NMSLvb84Vma0p/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 Dextools (DeFi Token Data API)
Ask Copilot: "Using Dextools (DeFi Token Data API), help me...". 5 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"dextools-defi-token-data-api": {
"url": "https://edge.vinkius.com/vk_preview_7yaMGLyzhGG3IrkGVvNIszJBo94NMSLvb84Vma0p/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 Dextools (DeFi Token Data API)
Open Cascade and ask: "Using Dextools (DeFi Token Data API), help me...". 5 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"dextools-defi-token-data-api": {
"url": "https://edge.vinkius.com/vk_preview_7yaMGLyzhGG3IrkGVvNIszJBo94NMSLvb84Vma0p/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 Dextools (DeFi Token Data API)
Ask Cline: "Using Dextools (DeFi Token Data API), help me...". 5 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add dextools-defi-token-data-api --transport http "https://edge.vinkius.com/vk_preview_7yaMGLyzhGG3IrkGVvNIszJBo94NMSLvb84Vma0p/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 Dextools (DeFi Token Data API)
Ask Claude: "Using Dextools (DeFi Token Data API), show me...". 5 tools are ready
Where the request belongs
Work Dextools can move forward.
This is for the crypto trader who's tired of manual research and the developer who needs live market feeds for their apps.
DeFi Trader
Verifies token health and liquidity before making a move on a new pair.
Web3 Developer
Feeds live price data into their own custom capabilities or trading bots.
Crypto Analyst
Automates the collection of token metrics and blockchain support lists for research reports.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGeckoTerminal (DeFi Token Tracker)
Track DeFi tokens, liquidity pools, and DEX activity across 100+ blockchains using real-time GeckoTerminal data.
DefiLlama (DeFi Analytics)
Access comprehensive DeFi data including TVL, token prices, yields, and volumes across multiple chains and protocols.
Amberdata (Digital Asset & Crypto Market Data API)
Access institutional-grade crypto market data, on-chain metrics, and DeFi insights directly from your AI agent.
DeBank (DeFi Wallet Tracker)
Track DeFi portfolios, analyze protocols, and monitor wallet history across multiple chains using DeBank's comprehensive data.
DexScreener
Real-time DEX trading data. search pairs, track prices, monitor liquidity and volume across all chains.
CoinGecko
Access real-time cryptocurrency prices, market data, and on-chain analytics from the world's leading crypto data aggregator.
Bring your own AI
Change the model, client or framework. Keep Dextools 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 Dextools.
The practical details behind the request, access and result.
Can I use Dextools MCP to check DeFi prices?
Yes, you can get live prices for any token contract. This helps you stay on top of market movements without having to visit a DEX website.
Does Dextools MCP support multiple blockchains?
Yes, it covers Ethereum, BSC, Polygon, and many others. You can query data across these different networks from one place.
How does Dextools MCP help with liquidity research?
It lets your agent pull specific pool depth numbers. This is useful for checking if a token has enough backing before you consider trading it.
Can Dextools MCP show me token supply?
Yes, it fetches metadata like total supply and decimals. This is a quick way to verify the core stats of a new project.
Is Dextools MCP good for crypto developers?
It is excellent for pulling real-time data into your development workflow. You can use it to feed live price info into your own capabilities or bots.
Can I use Dextools MCP to find supported networks?
Yes, you can get a full list of supported chains. This helps you understand the scope of the data you can access through the Dextools ecosystem.
Can I check the current price of a token on a specific blockchain?
Yes! Use the get_token_price capability by providing the blockchain identifier (e.g., 'ether') and the token's contract address. It will return the current price and 24h variation.
How do I see which networks Dextools currently supports?
Simply run the get_blockchains capability. It will provide a complete list of all blockchain networks integrated with the Dextools API.
Is it possible to analyze the liquidity of a specific trading pair?
Absolutely. You can use get_token_liquidity with the pair address or get_pair to fetch comprehensive data about liquidity pools, including volume and health metrics.
One connection away
Give your agent a direct line to Dextools.
Connect Dextools once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available