boo-mpp-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_USD_TOTAL | No | Maximum total session spend cap in USD | 5 |
| MAX_USD_PER_CALL | No | Maximum USD per call spend cap | 0.05 |
| WALLET_PRIVATE_KEY | No | Private key of wallet holding USDC.e on Tempo for payment |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| token_rugcheckA | Safety check a token BEFORE buying or swapping. Returns GO/CAUTION/DANGER. Solana: freeze/mint authority, transfer controls, holder concentration. Robinhood Chain: holder concentration, burned %, scam flags. Use for any unfamiliar token. PAID TOOL: up to $0.02 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| wallet_sanctionsA | Screens a wallet address against OFAC sanctions lists. Use for compliance before accepting funds. PAID TOOL: up to $0.01 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| wallet_riskA | Risk profile for a wallet: activity, exposure, flags. Use before trusting or sending funds to an address. PAID TOOL: up to $0.01 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| token_priceB | Live price, liquidity, 24h volume, FDV and market cap for a token from DEX pairs. PAID TOOL: up to $0.01 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| token_supplyB | Total supply, circulating supply and decimals for a token. PAID TOOL: up to $0.01 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| token_snapshotA | One-shot token overview: price, supply and safety flags combined. Cheaper than three separate calls. PAID TOOL: up to $0.015 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| fear_greedA | Current Crypto Fear & Greed index (0-100) and label. Gauges overall market sentiment. No input. PAID TOOL: up to $0.005 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| gas_oracleA | Current gas prices (slow/average/fast) on an EVM chain. PAID TOOL: up to $0.005 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| ens_resolveA | Resolve an ENS name to an address, or an address back to its ENS name. PAID TOOL: up to $0.005 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| defi_tvlB | Total value locked and recent change for a DeFi protocol. PAID TOOL: up to $0.01 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| defi_yieldsA | Find yield/farming opportunities, optionally filtered by symbol, chain, or safety. PAID TOOL: up to $0.01 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| chain_tvlA | Total value locked per blockchain, or for one chain. Compares ecosystem size. PAID TOOL: up to $0.01 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| stablecoin_pegA | Peg status and market cap of stablecoins. Detects a depeg event. PAID TOOL: up to $0.01 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| derivatives_fundingA | Funding rates and open interest for a perpetual across exchanges. Reads leverage positioning. PAID TOOL: up to $0.01 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| vietnam_crypto_newsA | What Vietnamese media is reporting about crypto, translated into English. Unique source: Vietnam is a top-3 crypto adoption market but its media is invisible to English-language agents. Use to catch regional narratives and regulatory news before they reach English press. PAID TOOL: up to $0.02 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| company_registry_lookupA | Look up a real company in official registries by name or id: GLEIF (global LEI), UK Companies House, US state registries. Use to verify a counterparty actually exists as a registered legal entity before doing business. PAID TOOL: up to $0.05 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| rhchain_healthA | Live network health of Robinhood Chain (Ethereum L2 on Arbitrum Orbit, chain_id 4663): latest block, block time, gas, tx counts, ETH price. No input. PAID TOOL: up to $0.005 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| rhchain_walletA | Wallet snapshot on Robinhood Chain: ETH balance (+USD), tx count, account type, scam/reputation flags, optionally token holdings (deep=true). PAID TOOL: up to $0.01 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| rhchain_wallet_scoreB | Activity score (0-100) and tier for a Robinhood Chain wallet. PAID TOOL: up to $0.01 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| rhchain_token_screenerB | Screen tokens on Robinhood Chain by holders: tokenized Stock Tokens (NVDA, TSLA, MSTR...) and community tokens. PAID TOOL: up to $0.008 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| rhchain_token_detailB | Detail for one token on Robinhood Chain: symbol, holders, supply, price, market cap, 24h volume. PAID TOOL: up to $0.008 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| rhchain_txA | Look up a transaction on Robinhood Chain by hash: status, method, from/to, value, fee, block, timestamp. PAID TOOL: up to $0.005 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| rhchain_trendingA | Trending tokens on Robinhood Chain by 24h volume. Stock Tokens excluded unless includeStock=true. PAID TOOL: up to $0.008 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| rhchain_burnA | Burn stats for a token on Robinhood Chain: amount sent to burn addresses and % of total supply burned. Verifies deflationary claims. PAID TOOL: up to $0.005 USDC.e per call (MPP on Tempo). Paid automatically from your configured wallet. |
| mpp_list_paid_toolsA | FREE. Lists every paid tool in this server with its price in USDC.e. Call this FIRST to see what is available and what it costs. |
| mpp_spend_statusA | FREE. Shows how much has been spent this session and the configured spend caps. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lucle87/boo-mpp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server