Buenbit MCP. Execute trades and manage portfolio via chat.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
Buenbit MCP Server. Automate crypto trading and portfolio management by connecting your Buenbit account to your AI agent. Check real-time tickers, list balances, and execute market or limit buy/sell orders directly via conversation.
What your AI agents can do
Cancel order
Cancels a specific, pending crypto trade order.
Create order
Submits a new market or limit buy/sell trade order.
Execute withdrawal
Broadcasts a native crypto withdrawal to a specified address.
You can query the current spot price for any specified crypto pair using get_ticker or get_crypto_prices.
You can list all your current crypto and fiat asset balances using list_balances.
You can create new market or limit buy/sell orders using create_order and cancel existing ones with cancel_order.
You can list available crypto assets (list_assets), check withdrawal history (list_withdrawals), or broadcast a native withdrawal (execute_withdrawal).
You can list all recorded transactions (list_transactions) or check specific withdrawal records (list_withdrawals).
You can check current network gas costs (get_network_fees) or view your profile's trade limits (list_limits).
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
019d8421cancel order
Cancels a specific, pending crypto trade order.
019d8421create order
Submits a new market or limit buy/sell trade order.
019d8421execute withdrawal
Broadcasts a native crypto withdrawal to a specified address.
019d8421get crypto prices
Reads the current spot conversion price for any crypto pair.
019d8421get deposit address
Retrieves the current wallet address for receiving funds.
019d8421get network fees
Gets the current cost for network gas fees.
019d8421get ticker
Gets the current market ticker price for a specified crypto pair (e.g., BTC/ARS).
019d8421get yield rates
Retrieves current staking pool rates for available assets.
019d8421list assets
Shows a catalog of all available crypto assets you can trade.
019d8421list balances
Lists all your current crypto and fiat wallet balances.
019d8421list limits
Retrieves your defined trade limits and spending caps.
019d8421list orders
Lists all trade orders you have placed.
019d8421list transactions
Lists all recorded money and crypto transactions.
019d8421list withdrawals
Lists all past crypto withdrawal records.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Buenbit, then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,700+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
What you can do with this MCP connector
You connect your Buenbit trading account to your AI agent, and it handles the whole portfolio mess for you. You don't gotta deal with a clunky trading UI anymore. You can manage your crypto trades and assets just by talking to your agent.
Check Real-Time Market Prices
Need to know what a crypto pair is doing right now? You can get the current market ticker price for any pair using get_ticker, or you can grab the specific spot conversion price for a pair with get_crypto_prices.
Review Portfolio Holdings
You can list all your current crypto and fiat balances with list_balances. You can also see what crypto assets are available to trade by running list_assets.
Execute Trades
You can submit new market or limit buy/sell orders using create_order, and if you gotta pull back a trade, you can cancel it with cancel_order.
Manage Assets and Withdrawals
You can list all your past crypto withdrawal records using list_withdrawals, or you can broadcast a native crypto withdrawal to a specific address using execute_withdrawal.
Audit Transactions and Determine Limits
You can list all your recorded money and crypto transactions with list_transactions and check your past withdrawal history with list_withdrawals. You can also see your defined trade limits and spending caps with list_limits, or check the current cost for network gas fees with get_network_fees.
How Buenbit MCP Works
- 1 Add the Buenbit integration into Vurb and bind your scoped API keys from the desktop trading panel.
- 2 Your AI client reads the available tools (e.g.,
get_ticker,list_balances) and determines the necessary function calls. - 3 The server executes the calls and returns the structured data (e.g., the current price or the list of assets) back to your AI client.
The bottom line is, your AI client uses the defined tools to talk to Buenbit, and Buenbit gives the answers back.
Who Is Buenbit MCP For?
Crypto traders and financial officers who need to execute trades or audit accounts without using a browser UI. This is for anyone who needs to manage decentralized assets programmatically, treating the API like a natural extension of their chat interface.
Orchestrates quantitative models by having the AI agent run sequences of tools—checking get_ticker followed by list_balances—to automate yield securing.
Validates treasury cashouts on corporate accounts in Argentina and LATAM by requesting specific transaction history using list_transactions.
Submits immediate buy or sell limit orders using create_order directly from a chat prompt, bypassing the mobile trading interface.
What Changes When You Connect
- Execute complex trades without touching a UI. Use
create_orderorcancel_orderto submit market or limit orders instantly, letting your AI agent handle the submission logic. - Maintain full liquidity visibility. Run
list_balancesanytime to check your exact fiat and crypto holdings, which is key before making any trade decision. - Track your funds end-to-end. Use
list_transactionsandlist_withdrawalsto audit every incoming deposit and outgoing withdrawal, keeping records clean. - Get instant market data.
get_tickerandget_crypto_pricesgive you real-time cross-pair pricing (like BTC/ARS) so your AI agent can make informed decisions. - Know your limits. Call
list_limitsto check your trading caps before submitting a large order, preventing unexpected rejections. - Simplify complex flows. Your agent can check
get_deposit_addressfirst, then usecreate_orderto execute a trade, all in one conversation.
Real-World Use Cases
Executing a complex, multi-step trade
A quantitative trader needs to buy ETH but only if the BTC/ARS ticker is above a certain point. They prompt their agent: 'Check the BTC/ARS ticker, then if it's high, create a limit buy order for ETH.' The agent runs get_ticker first, evaluates the result, and then executes create_order if the condition is met. The trade happens without opening a single trading panel.
Auditing a corporate treasury payout
A financial officer needs to confirm a recent $50,000 deposit hit the correct account. They ask their agent to run list_transactions and filter for the specific date and amount. The agent pulls the data and confirms the maturity status, saving time manually checking the corporate dashboard.
Checking liquidity before withdrawing funds
A day trader wants to pull out crypto but needs to know their total available funds first. They first run list_balances to confirm they have enough ETH and USDC. Once confirmed, they ask the agent to run list_withdrawals for history, and then execute_withdrawal.
Getting an immediate price quote for a niche pair
A developer needs to know the current spot price for a pair not typically shown on the main screen. They ask their agent to run get_crypto_prices for the specific pair. The agent runs the tool and delivers the exact, up-to-the-minute price data instantly.
The Tradeoffs
Manual UI navigation
The trader logs into the mobile app, navigates to the 'Order Book' tab, manually selects 'Limit Buy,' enters the pair, and types in the price and amount. This takes 5-7 clicks and is prone to input errors.
→
Tell your agent: 'Create a limit buy order for BTC/USDC at 68k using 30 USDC.' The agent executes create_order directly, bypassing all UI steps.
Ignoring network costs
The user tries to execute a withdrawal (execute_withdrawal) without first checking if network fees are too high, resulting in the transaction failing or costing unexpected gas fees.
→
Always ask your agent to run get_network_fees before running execute_withdrawal. This checks the current gas cost so you know if the withdrawal will pass.
Checking old balances
The user checks their balance (list_balances) and assumes the number is final, only to find out later that a recent transaction failed or is pending, leading to a bad trade execution.
→
Always follow list_balances with list_transactions. This verifies the history backing the current balance, giving you a full audit trail before making any moves.
When It Fits, When It Doesn't
Use this server if your workflow requires interacting with Buenbit's core functions—trading, checking balances, or auditing—in a conversational, automated way. You need to run sequences of tools, not just check one piece of data. It's critical for quantitative models that need multiple data points (e.g., get_ticker AND list_balances) to make a decision.
Don't use this if you only need a simple report or a single piece of information that doesn't change (e.g., a list of available assets). In those cases, a direct read-only API might suffice. If you are building a custom, non-financial front end, you might need a different API wrapper, but for AI-driven action, this is the right tool.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Buenbit. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 14 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
Managing crypto trades shouldn't mean opening a dozen tabs.
Right now, you have to jump between the main dashboard, the order book, the balance screen, and the transaction history. You copy a ticker from one tab, paste it into the order form on another, and then hit submit. It's slow, and you're always worried about which screen you left open.
With the Buenbit MCP Server, you just talk to your agent. You tell it what you want—like 'I want to sell 5 ETH.' Your agent runs the `create_order` tool, handles the data flow, and confirms the order ID. You get the action, not the UI headache.
Buenbit MCP Server: Automate withdrawals and order management
Sending money or closing an order usually involves multiple confirmation screens: confirming the recipient, setting the amount, confirming the fee, and finally hitting 'Send.' It's a multi-step process that takes focus and time.
Now, you just tell your agent, 'Withdraw 1 ETH to that address.' The agent runs `execute_withdrawal` and handles the entire transaction flow, including checking `get_network_fees`. The action is done in one command.
Common Questions About Buenbit MCP
How do I check the current crypto price using the Buenbit MCP Server? +
Run the get_ticker tool. This fetches the real-time spot price for any pair you specify (like BTC/ARS). If you need a general spot conversion price, use get_crypto_prices instead.
Can I use the Buenbit MCP Server to list my crypto balances? +
Yes. Use list_balances. This tool returns a full breakdown of all your crypto and fiat assets, letting you know exactly how much liquidity you have.
What's the difference between `create_order` and `list_orders`? +
create_order submits a new trade order. list_orders only pulls a record of all the orders you've placed so you can check their status.
Is `execute_withdrawal` safe to use? +
It is safe, but you should run get_network_fees first. This ensures you know the current gas cost before you broadcast the withdrawal, preventing unexpected fees.
How do I confirm a recent deposit using the Buenbit MCP Server? +
Check list_transactions. This tool shows all money and crypto transactions, allowing you to confirm if a deposit hit the expected destination address.
How do I use the `list_transactions` tool to track my full financial history? +
The list_transactions tool pulls all money and crypto movements associated with your account. This lets you see every deposit, withdrawal, and trade settlement, giving you a complete audit trail.
What information can I get using the `get_deposit_address` tool? +
The get_deposit_address tool reads the specific infrastructure wallet address for depositing funds. This address is crucial when you need to receive crypto or fiat into your Buenbit account.
Can I check my account limitations using the `list_limits` tool? +
The list_limits tool fetches your current profile trade limits. It shows the maximum amounts or number of trades you are allowed to execute, preventing overspending.
Is it safe to pass my Secret API Key to this agent? +
Vurb explicitly executes locally unless connected through audited Edge channels. Setting sensitive: true physically hides your credentials. Be sure your Buenbit API scope restricts withdrawals to safeguard capital.
Do I need to generate an HMAC signature manually for trades? +
No. The Server abstracts this. Simply instruct 'Buy 0.1 BTC at Limit' and the Agent utilizes the provided API Secret internally to digest and authenticate the packet.
How can I easily get my public deposit address for stablecoins? +
Invoke get_deposit_address telling the LLM the desired symbol (e.g. usdc, usdt). It fetches the exact blockchain string address tied uniquely to your wallet profile.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
GitLab
Manage projects, track issues, and oversee CI/CD pipelines via AI agents with GitLab.
SMPTE Timecode Calculator
Stop LLMs from melting down over base-60 math. Add, subtract, and convert video SMPTE timecodes natively.
Octoparse
Connect your AI agent to Octoparse to trigger cloud web scraping tasks, monitor crawler statuses, and retrieve scraped data directly into chat.
You might also like
Wave Accounting
Manage customers, invoices, and accounting workflows on Wave — the money management tool for small businesses.
Togai (Usage Metering & Pricing)
Automate usage-based billing and metering — ingest events, manage customers, and track entitlements directly from your AI agent.
Habitify
Automate habit tracking via Habitify — manage habits, logs, and personal growth directly from any AI agent.