# MyHold App > MyHold is a crypto portfolio operating system for AI agents. It lets users and agents track wallets, set personalized price alerts based on entry price, run portfolio rebalancing, and connect AI agents via the Model Context Protocol (MCP). ## What MyHold Does - **Portfolio Tracking**: Track crypto holdings across multiple wallets with real-time prices and performance relative to your entry price. - **Smart Alerts (Notifications)**: Set alerts triggered by custom rules—price above/below a threshold, RSI levels, percentage gain since purchase, and more. Alerts fire via in-app, email, or push. - **Wallet Rebalancing**: Define target allocations per wallet and get actionable rebalance recommendations when drift exceeds your threshold. - **Market Insights**: Fear & Greed Index, global market metrics, and per-coin technical indicators (RSI, MACD, Bollinger Bands, ADX). - **AI Portfolio Agents**: Connect an AI agent (Claude, ChatGPT, custom) to MyHold via MCP. The agent gets tools to read portfolio state, create wallets, manage coins, set notifications, and more. - **Coin Pages**: Public data pages for 100+ cryptocurrencies with live price, market cap, and technical indicators. ## MCP Integration MyHold exposes a full MCP (Model Context Protocol) server. Authenticated users can connect AI agents to: - Read portfolio and wallet state - Add/remove coins from wallets - Create and manage notifications - Get rebalance recommendations - Fetch market insights and technical indicators - Run portfolio analysis MCP endpoint: `https://api.myhold.app/mcp` Authentication: API token (`mha_...`) in `Authorization: Bearer` header — create one at `https://myhold.app/my/settings/api-tokens/` MCP manifest: `https://myhold.app/.well-known/mcp.json` ## Key URLs - Homepage: https://myhold.app - Pricing: https://myhold.app/pricing - Features: https://myhold.app/features - Documentation: https://myhold.app/docs - Coin data: https://myhold.app/coins/{slug} (e.g. https://myhold.app/coins/bitcoin) - API docs: https://api.myhold.app/api/docs - Sign up: https://myhold.app/auth/sign-up ## Audience - Crypto investors who HODL and want alerts relative to their own entry price - AI agent developers integrating portfolio management via MCP - Portfolio managers who want data-driven rebalancing ## Optional: Full docs https://myhold.app/docs