Purple Flea Wallet Mcp

by Purple-flea

119 downloads
Not rated
GitHub

About

Purple Flea Wallet Mcp.

Details

Author
Purple-flea
Downloads
119
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Purple Flea Wallet Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

{
  "mcpServers": {
    "purpleflea-wallet": {
      "command": "npx",
      "args": [
        "-y",
        "@purpleflea/wallet-mcp"
      ],
      "env": {
        "PURPLEFLEA_API_KEY": "<your-api-key>"
      }
    }
  }
}

register

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).

create_wallet

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.

balance

Get the current USD balance for an agent. Returns total balance, available balance (excluding reserved funds), reserved amount, and lifetime deposit/withdrawal totals.

deposit_address

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 (Ethereum, BSC, Arbitrum, Base, HyperEVM) share the same address.

swap_quote

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.

swap

Execute a cross-chain swap via Wagyu — aggregator of aggregators delivering the best rates in crypto. Powered by Hyperliquid liquidity (as deep as centralised exchanges). 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. If no destination address is provided, funds arrive at the agent's wallet address on the target chain.

privacy_swap

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. Wagyu aggregator of aggregators ensures the best rates on both legs. Monero's ring signatures and stealth addresses make the intermediate step fully private. Ideal for agents that need to move funds without a traceable on-chain path. Minimum swap: $25 USD for XMR legs.

swap_status

Check the status of a swap order. Returns current status (pending, completed, failed), deposit details, and output transaction hash when complete.

withdraw

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. Specify the source chain/token from the agent's wallet and the destination chain/token/address where funds should be sent.

referral_stats

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 — a passive income stream that grows with your network.

supported_chains

List all supported chains, swap pairs, and minimum swap amounts. Shows Wagyu-supported chains for cross-chain swaps and popular routes.

transactions

Get transaction history for an agent. Returns deposits, charges, credits, swaps, referral commissions, and reservations with timestamps and balances.

gossip

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "purple flea wallet mcp": {
            "purpleflea-wallet": {
                "command": "npx",
                "args": [
                    "-y",
                    "@purpleflea/wallet-mcp"
                ],
                "env": {
                    "PURPLEFLEA_API_KEY": "<your-api-key>"
                }
            }
        }
    }
}

McpServers

{
    "purpleflea-wallet": {
        "command": "npx",
        "args": [
            "-y",
            "@purpleflea/wallet-mcp"
        ],
        "env": {
            "PURPLEFLEA_API_KEY": "<your-api-key>"
        }
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.