ZeroHash Connector for AI agents.
12 live capabilities
Manage crypto liquidity and stablecoin trades from your AI client.
Waiting for input…
Why people use ZeroHash
ZeroHash for Automated Crypto Liquidity Management
With the ZeroHash MCP, you just tell your agent what you want to do. You can ask for a quote and have it executed in one go. It handles the heavy lifting of interacting with the API, giving you a single point of control for your entire trading flow.
What Vinkius changes
You get a conversational interface for your entire crypto infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Testing a new trading flow
A developer asks the agent to request a quote for 1 BTC and then execute it to see if the transaction completes successfully.
- Real-world use case 02
Checking liquidity across accounts
An ops manager asks what the balance is in USDC across all accounts and the agent uses list_accounts to give a summary.
- Real-world use case 03
Auditing a specific user
A compliance officer asks for the trade history of a specific participant and the agent pulls the data using list_trades and get_trade.
Complete set · 12capabilities
The complete ZeroHash capability set.
These are the exact actions your AI can choose when you ask it to work with ZeroHash.
01—04
4 capabilities in this set.
Part of 12 available through ZeroHash.
- 01 Capability
Execute quote
Execute a previously requested quote. This turns a price request into a completed trade.
- 02 Capability
Get trade
Retrieve detailed information for a specific trade. It's perfect for pulling specific metadata for reports.
- 03 Capability
Link external account
Link a bank account or blockchain address. This connects external funding sources to your internal accounts.
- 04 Capability
List participants
List all participants in your system. Use this to get a bird's eye view of your user base.
05—08
4 capabilities in this set.
Part of 12 available through ZeroHash.
- 05 Capability
Get time
Get the current ZeroHash server time. This helps you keep your local logs in sync with the platform.
- 06 Capability
List trades
List all trades. Use this to see a history of all completed transactions.
- 07 Capability
Create customer
Create a new customer participant. This helps you onboard new users with full KYC data quickly.
- 08 Capability
Create transfer
Create an internal transfer between participants or accounts. You can use a unique client_transfer_id to ensure it only happens once.
09—12
4 capabilities in this set.
Part of 12 available through ZeroHash.
- 09 Capability
List crypto deposits
List incoming crypto deposits. Use this to track new funds entering your system.
- 10 Capability
List accounts
List accounts and current balances. This gives you a real-time view of where your assets are held.
- 11 Capability
List assets
List supported assets on ZeroHash. Check which coins or stablecoins are currently available for trading.
- 12 Capability
Request quote
Request a quote for a trade. Get real-time pricing for any asset pair before you commit to a purchase.
Set up in minutes
One URL. Then ask ZeroHash to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ZeroHash 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_xIj5f11jKQx0H286WMvZcI0F049fBE64dWzj6HYK/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 ZeroHash, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ZeroHash for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xIj5f11jKQx0H286WMvZcI0F049fBE64dWzj6HYK/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 ZeroHash URL.
- Step 03
Save and start
Save the connection and enable ZeroHash in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"zerohash": {
"url": "https://edge.vinkius.com/vk_preview_xIj5f11jKQx0H286WMvZcI0F049fBE64dWzj6HYK/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 ZeroHash
Open Agent mode in chat and ask: "Using ZeroHash, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"zerohash": {
"url": "https://edge.vinkius.com/vk_preview_xIj5f11jKQx0H286WMvZcI0F049fBE64dWzj6HYK/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 ZeroHash
Ask Copilot: "Using ZeroHash, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"zerohash": {
"url": "https://edge.vinkius.com/vk_preview_xIj5f11jKQx0H286WMvZcI0F049fBE64dWzj6HYK/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 ZeroHash
Open Cascade and ask: "Using ZeroHash, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"zerohash": {
"url": "https://edge.vinkius.com/vk_preview_xIj5f11jKQx0H286WMvZcI0F049fBE64dWzj6HYK/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 ZeroHash
Ask Cline: "Using ZeroHash, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add zerohash --transport http "https://edge.vinkius.com/vk_preview_xIj5f11jKQx0H286WMvZcI0F049fBE64dWzj6HYK/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 ZeroHash
Ask Claude: "Using ZeroHash, show me...". 12 tools are ready
Where the request belongs
Work ZeroHash can move forward.
This is for the fintech professional who needs to move money and manage users without constantly switching between specialized crypto dashboards.
Fintech Developer
Building and testing crypto workflows directly in your IDE without leaving your code.
Operations Manager
Monitoring balances and moving funds across different accounts during high-volume periods.
Compliance Officer
Pulling participant data and trade records for audits and regulatory reporting.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFireblocks
Securely manage digital assets, vault accounts, and blockchain transactions via the Fireblocks Digital Asset Platform directly from your AI agent.
Meld
Unified API for digital assets via Meld. track blockchain networks, assets, and exchange rates.
Zerion (DeFi Portfolio)
Track DeFi portfolios, NFT holdings, and transaction history across 500+ protocols and multiple chains via Zerion.
Immutable X
Interact with the Immutable blockchain. list activities, manage NFT collections, mint assets, and handle orderbook listings directly from your AI agent.
Buenbit
Automate Crypto Exchange operations via Buenbit. track balances, extract asset tickers, and execute real-time trading directly from conversational AI.
Alchemy
Manage blockchain data. audit wallets, NFTs, and transactions via AI.
Bring your own AI
Change the model, client or framework. Keep ZeroHash 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 ZeroHash.
The practical details behind the request, access and result.
How can I use the ZeroHash MCP to manage my crypto accounts?
You can use it to check balances, list assets, and move funds between accounts using natural language commands through your AI client.
Can I onboard new customers using the ZeroHash MCP?
Yes, you can create new customer participants and integrate their KYC data directly through your agent.
Does the ZeroHash MCP support stablecoin trading?
Yes, it allows you to request quotes and execute trades for various assets, including major stablecoins.
How do I check my trade history with ZeroHash?
Your agent can pull a list of your trades or fetch specific metadata for any individual trade to help with auditing.
Can I link my bank account to ZeroHash through an AI agent?
You can use the Connector to link external bank accounts or blockchain addresses to your internal ZeroHash accounts.
Is the ZeroHash MCP good for auditing crypto transactions?
It is designed for this. You can quickly retrieve participant data and trade records for compliance and reporting.
How can I check which digital assets are currently supported for trading?
You can use the list_assets capability. It allows you to filter by symbol, chain code, or specific features like whether the asset is a stablecoin or if staking is enabled.
Is it possible to onboard a new customer participant directly through the AI?
Yes, the create_customer capability allows you to submit all necessary participant details, including name, email, address, and KYC status, to create a new record in ZeroHash.
How do I view my current balances across different account types?
Use the list_accounts capability. You can filter the results by account group, label, owner, or specific asset to get a precise view of your holdings.
One connection away
Give your agent a direct line to ZeroHash.
Connect ZeroHash once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available