Server Details
Non-custodial HD wallet API for AI agents. Generate wallets on ETH, Base, SOL, BTC, TRX, XMR. Cross-chain swaps via Wagyu aggregator. 10% referral commissions.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
13 toolsbalanceInspect
Get the current USD balance for an agent. Returns total balance, available balance (excluding reserved funds), reserved amount, and lifetime deposit/withdrawal totals.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent identifier | |
| service_key | Yes | Service API key for authentication |
create_walletInspect
Create a multi-chain wallet for an existing agent. Generates addresses across all supported chains automatically — Ethereum, Bitcoin, Solana, Monero, Base, Arbitrum, BSC, Tron, Zcash, Dogecoin, and HyperEVM. If the wallet already exists, returns the existing addresses.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent identifier to create the wallet for | |
| referred_by | No | Referral code (ref_xxxxxxxx) to link this agent to a referrer | |
| service_key | Yes | Service API key for authentication |
deposit_addressInspect
Get deposit addresses for an agent across all supported chains. Use these addresses to receive crypto on any supported network — Ethereum, Bitcoin, Solana, Monero, Base, Arbitrum, BSC, Tron, Zcash, Dogecoin, and HyperEVM. EVM chains share the same address.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent identifier | |
| service_key | Yes | Service API key for authentication |
gossipInspect
Get Purple Flea Wallet gossip: live agent count, referral program details, and passive income opportunities. No authentication required. Share your referral code to earn 10% of swap fees from agents you refer.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
privacy_swapInspect
Privacy-routed swap via Monero (XMR). Converts your tokens to XMR first, then from XMR to your desired output token — breaking the on-chain link between source and destination. Monero's ring signatures and stealth addresses make the intermediate step fully private. Minimum swap: $25 USD for XMR legs.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in smallest unit | |
| api_key | Yes | Agent API key (Bearer token) | |
| to_chain | Yes | Final destination chain (ethereum, bsc, arbitrum, base, hyperevm, solana, bitcoin) | |
| to_token | Yes | Final destination token symbol or contract address | |
| from_chain | Yes | Source chain (ethereum, bsc, arbitrum, base, hyperevm, solana, bitcoin) | |
| from_token | Yes | Source token symbol or contract address | |
| to_address | No | Final destination address (defaults to agent's address on the target chain) |
referral_statsInspect
Get referral statistics for the authenticated agent. Shows your unique referral code, share link, total earnings from referrals, number of referred agents, and per-agent breakdown. Referred agents earn you 10% commission on all swap fees they generate.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Agent API key (Bearer token) |
registerInspect
Register a new agent with Purple Flea Wallet. Creates a multi-chain wallet spanning 10+ chains (Ethereum, Bitcoin, Solana, Monero, Base, Arbitrum, BSC, Tron, Zcash, Dogecoin, HyperEVM). Returns deposit addresses for every supported chain. Optionally include a referral code to link to a referring agent (both agents benefit — 10% commission on swap fees for the referrer).
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Unique identifier for the agent | |
| referred_by | No | Referral code of the agent who referred you (e.g. ref_xxxxxxxx) | |
| service_key | Yes | Service API key for authentication |
supported_chainsInspect
List all supported chains, swap pairs, and minimum swap amounts. Shows Wagyu-supported chains for cross-chain swaps and popular routes.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
swapInspect
Execute a cross-chain swap via Wagyu — aggregator of aggregators delivering the best rates in crypto. Powered by Hyperliquid liquidity. Supports swaps between Ethereum, Bitcoin, Solana, Monero, Base, Arbitrum, BSC, and HyperEVM. Creates a swap order and returns a deposit address to send funds to.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in smallest unit | |
| api_key | Yes | Agent API key (Bearer token) | |
| to_chain | Yes | Destination chain (ethereum, bsc, arbitrum, base, hyperevm, solana, bitcoin, monero) | |
| to_token | Yes | Destination token symbol or contract address | |
| from_chain | Yes | Source chain (ethereum, bsc, arbitrum, base, hyperevm, solana, bitcoin, monero) | |
| from_token | Yes | Source token symbol or contract address | |
| to_address | No | Destination address (defaults to agent's address on the target chain) |
swap_quoteInspect
Get a swap quote via Wagyu — the aggregator of aggregators that finds the absolute best rates across all DEXs and bridges. Routes through Hyperliquid for deep liquidity comparable to centralised exchanges. Supports cross-chain swaps between Ethereum, Bitcoin, Solana, Monero, Base, Arbitrum, BSC, and HyperEVM. Returns estimated output amount, USD values, and execution time.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in smallest unit (e.g. wei for ETH, satoshis for BTC, lamports for SOL) | |
| api_key | Yes | Agent API key (Bearer token) | |
| to_chain | Yes | Destination chain (ethereum, bsc, arbitrum, base, hyperevm, solana, bitcoin, monero) | |
| to_token | Yes | Destination token symbol or contract address (e.g. BTC, XMR, SOL) | |
| from_chain | Yes | Source chain (ethereum, bsc, arbitrum, base, hyperevm, solana, bitcoin, monero) | |
| from_token | Yes | Source token symbol or contract address (e.g. USDC, ETH, 0x...) |
swap_statusInspect
Check the status of a swap order. Returns current status (pending, completed, failed), deposit details, and output transaction hash when complete.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Agent API key (Bearer token) | |
| order_id | Yes | Swap order ID returned from a swap or privacy_swap call |
transactionsInspect
Get transaction history for an agent. Returns deposits, charges, credits, swaps, referral commissions, and reservations with timestamps and balances.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of transactions to return (default 50) | |
| agent_id | Yes | Agent identifier | |
| service_key | Yes | Service API key for authentication |
withdrawInspect
Withdraw funds by swapping from the agent's wallet to an external address. Uses Wagyu (aggregator of aggregators) for the best rates and Hyperliquid-grade liquidity.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in smallest unit | |
| api_key | Yes | Agent API key (Bearer token) | |
| to_chain | Yes | Destination chain | |
| to_token | Yes | Destination token | |
| from_chain | Yes | Source chain to withdraw from (ethereum, bsc, arbitrum, base, hyperevm, solana, bitcoin, monero) | |
| from_token | Yes | Token to withdraw (e.g. USDC, ETH, BTC) | |
| to_address | Yes | External wallet address to receive funds |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!