← Registry

API Tools

myhold.app

Manages investment portfolios with CRUD operations and paper trading mode.

1 endpoint54 known toolsCached registry data

ENDPOINT 1

https://api.myhold.app/mcp

No auth detected

Known tools 54

list-portfolios

List all investment portfolios for the authenticated user.

get-portfolio-summary

Get a portfolio summary including all wallets and their current values.

create-portfolio

Create a new investment portfolio.

update-portfolio

Update a portfolio's name, description, or shareholders setting.

set-portfolio-staged

Enable or disable staged (paper trading) mode for a portfolio.

get-portfolio-rebalance

Get a portfolio rebalance analysis showing which assets need adjustment to reach target allocations.

list-wallets

List all wallets in a portfolio.

get-wallet-summary

Get a wallet summary including its coins and current values.

create-wallet

Create a new wallet inside a portfolio.

update-wallet

Update a wallet's name, description, or target weight.

delete-wallet

Delete a wallet from a portfolio.

get-wallet-rebalance

Get a wallet rebalance analysis showing which coins need adjustment to reach target weights.

list-wallet-coins

List all coins held in a wallet including quantities and current prices.

add-coin-to-wallet

Add a cryptocurrency to a wallet.

update-wallet-coin

Update the quantity or target weight of a coin in a wallet.

remove-coin-from-wallet

Remove a cryptocurrency from a wallet.

search-coins

Search available cryptocurrencies by symbol or name.

get-coin

Get detailed information about a cryptocurrency including its latest price

get-coin-by-slug

Get detailed information about a cryptocurrency by its CoinMarketCap slug (e.g.

add-coin

Add a cryptocurrency to the MyHold database by CoinMarketCap UCID or slug.

get-market-insights

Get the latest crypto market insights including the Fear & Greed Index and global market metrics.

get-technical-indicators

Get technical indicators (RSI, MACD, ADX, Bollinger Bands, etc.) for one or more cryptocurrencies.

list-notifications

List all price alerts and notification rules.

get-notification

Get a single notification rule by its ID

create-notification

Create a new price alert or portfolio notification rule.

update-notification

Update a notification's name, description, rule, channels, active state, execution policy, interval, or message template.

list-notification-rule-versions

List the full rule version history for a notification, oldest first.

delete-notification

Delete a price alert or notification rule by its ID

get-notification-logs

Get logs for a specific notification rule.

get-notification-current-context

Get the current live context for a notification rule.

mark-notification-log-read

Mark a specific notification log entry as read

list-notification-logs

List all notification logs for the user, optionally filtered by notification or unread status.

get-portfolio-agent

Get a portfolio's AI agent configuration including triggers and cron schedules.

create-portfolio-agent

Create an AI agent configuration for a portfolio, including triggers and cron schedules.

update-portfolio-agent

Update an existing AI agent configuration for a portfolio.

delete-portfolio-agent

Delete the AI agent configuration for a portfolio.

list-portfolio-agent-triggers

List all time-based triggers for a portfolio AI agent.

create-portfolio-agent-trigger

Create a new time-based trigger for a portfolio AI agent.

update-portfolio-agent-trigger

Update a specific trigger for a portfolio AI agent by its ID.

delete-portfolio-agent-trigger

Delete a specific trigger from a portfolio AI agent by its ID.

get-agent-executions

Get a portfolio AI agent's execution history.

commit-staged-portfolio

Apply a set of changes to a staged portfolio as a single atomic commit.

list-staged-commits

List commit history for a staged portfolio.

get-staged-commit

Get a specific staged portfolio commit by its ID including the full portfolio snapshot.

list-rationales

List all investment rationales.

get-portfolio-rationale

Get a portfolio's investment rationale.

set-portfolio-rationale

Create or update a portfolio's investment rationale (Markdown supported).

get-commit-rationale

Get the rationale for a specific portfolio commit.

set-commit-rationale

Create or update the rationale for a specific portfolio commit (Markdown supported).

delete-commit-rationale

Delete the rationale for a specific portfolio commit.

get-notification-rationale

Get a notification's rationale.

set-notification-rationale

Create or update a notification's rationale (Markdown supported).

delete-notification-rationale

Delete a notification's rationale.

connection-health

Check the MCP server connection health.