← Registry

API Tools

myhold.app

Manages investment portfolios with CRUD operations and paper trading mode.

1 endpoint54 known toolsFirst detected July 3, 2026Last detected September 24, 2026

ENDPOINT 1

https://api.myhold.app/mcp

No auth detected

MCP server metadata

Name
MyHold MCP
Version
1.0.0
Capabilities
tools.listChanged

Known tools 54

list-portfolios

List all investment portfolios for the authenticated user.

Inferred read-only
get-portfolio-summary

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

Inferred read-only
create-portfolio

Create a new investment portfolio.

Potential side effects
update-portfolio

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

Potential side effects
set-portfolio-staged

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

Inferred read-only
get-portfolio-rebalance

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

Inferred read-only
list-wallets

List all wallets in a portfolio.

Inferred read-only
get-wallet-summary

Get a wallet summary including its coins and current values.

Inferred read-only
create-wallet

Create a new wallet inside a portfolio.

Potential side effects
update-wallet

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

Potential side effects
delete-wallet

Delete a wallet from a portfolio.

Potential side effects
get-wallet-rebalance

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

Inferred read-only
list-wallet-coins

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

Inferred read-only
add-coin-to-wallet

Add a cryptocurrency to a wallet.

Inferred read-only
update-wallet-coin

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

Potential side effects
remove-coin-from-wallet

Remove a cryptocurrency from a wallet.

Potential side effects
search-coins

Search available cryptocurrencies by symbol or name.

Inferred read-only
get-coin

Get detailed information about a cryptocurrency including its latest price

Inferred read-only
get-coin-by-slug

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

Inferred read-only
add-coin

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

Inferred read-only
get-market-insights

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

Inferred read-only
get-technical-indicators

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

Inferred read-only
list-notifications

List all price alerts and notification rules.

Inferred read-only
get-notification

Get a single notification rule by its ID

Inferred read-only
create-notification

Create a new price alert or portfolio notification rule.

Potential side effects
update-notification

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

Potential side effects
list-notification-rule-versions

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

Inferred read-only
delete-notification

Delete a price alert or notification rule by its ID

Potential side effects
get-notification-logs

Get logs for a specific notification rule.

Inferred read-only
get-notification-current-context

Get the current live context for a notification rule.

Inferred read-only
mark-notification-log-read

Mark a specific notification log entry as read

Inferred read-only
list-notification-logs

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

Inferred read-only
get-portfolio-agent

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

Inferred read-only
create-portfolio-agent

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

Potential side effects
update-portfolio-agent

Update an existing AI agent configuration for a portfolio.

Potential side effects
delete-portfolio-agent

Delete the AI agent configuration for a portfolio.

Potential side effects
list-portfolio-agent-triggers

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

Inferred read-only
create-portfolio-agent-trigger

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

Potential side effects
update-portfolio-agent-trigger

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

Potential side effects
delete-portfolio-agent-trigger

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

Potential side effects
get-agent-executions

Get a portfolio AI agent's execution history.

Inferred read-only
commit-staged-portfolio

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

Inferred read-only
list-staged-commits

List commit history for a staged portfolio.

Inferred read-only
get-staged-commit

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

Inferred read-only
list-rationales

List all investment rationales.

Inferred read-only
get-portfolio-rationale

Get a portfolio's investment rationale.

Inferred read-only
set-portfolio-rationale

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

Potential side effects
get-commit-rationale

Get the rationale for a specific portfolio commit.

Inferred read-only
set-commit-rationale

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

Potential side effects
delete-commit-rationale

Delete the rationale for a specific portfolio commit.

Potential side effects
get-notification-rationale

Get a notification's rationale.

Inferred read-only
set-notification-rationale

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

Potential side effects
delete-notification-rationale

Delete a notification's rationale.

Potential side effects
connection-health

Check the MCP server connection health.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.myhold-mcp]
url = "https://api.myhold.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "myhold-mcp": {
      "type": "http",
      "url": "https://api.myhold.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: myhold-mcp
Remote MCP URL: https://api.myhold.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "myhold-mcp": {
      "url": "https://api.myhold.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "myhold-mcp": {
      "type": "http",
      "url": "https://api.myhold.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "myhold-mcp",
  "transport": "streamable-http",
  "url": "https://api.myhold.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for myhold.app was fetched 2026-07-26T07:04:21.189Z and is being refreshed.

Trust status Trusted

myhold.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.