API Tools
myhold.app
Manages investment portfolios with CRUD operations and paper trading mode.
ENDPOINT 1
https://api.myhold.app/mcp
MCP server metadata
- Name
- MyHold MCP
- Version
- 1.0.0
Known tools 54
get-portfolio-summaryGet a portfolio summary including all wallets and their current values.
Inferred read-onlyupdate-portfolioUpdate a portfolio's name, description, or shareholders setting.
Potential side effectsset-portfolio-stagedEnable or disable staged (paper trading) mode for a portfolio.
Inferred read-onlyget-portfolio-rebalanceGet a portfolio rebalance analysis showing which assets need adjustment to reach target allocations.
Inferred read-onlyget-wallet-rebalanceGet a wallet rebalance analysis showing which coins need adjustment to reach target weights.
Inferred read-onlylist-wallet-coinsList all coins held in a wallet including quantities and current prices.
Inferred read-onlyget-coinGet detailed information about a cryptocurrency including its latest price
Inferred read-onlyget-coin-by-slugGet detailed information about a cryptocurrency by its CoinMarketCap slug (e.g.
Inferred read-onlyadd-coinAdd a cryptocurrency to the MyHold database by CoinMarketCap UCID or slug.
Inferred read-onlyget-market-insightsGet the latest crypto market insights including the Fear & Greed Index and global market metrics.
Inferred read-onlyget-technical-indicatorsGet technical indicators (RSI, MACD, ADX, Bollinger Bands, etc.) for one or more cryptocurrencies.
Inferred read-onlyupdate-notificationUpdate a notification's name, description, rule, channels, active state, execution policy, interval, or message template.
Potential side effectslist-notification-rule-versionsList the full rule version history for a notification, oldest first.
Inferred read-onlyget-notification-current-contextGet the current live context for a notification rule.
Inferred read-onlylist-notification-logsList all notification logs for the user, optionally filtered by notification or unread status.
Inferred read-onlyget-portfolio-agentGet a portfolio's AI agent configuration including triggers and cron schedules.
Inferred read-onlycreate-portfolio-agentCreate an AI agent configuration for a portfolio, including triggers and cron schedules.
Potential side effectsupdate-portfolio-agentUpdate an existing AI agent configuration for a portfolio.
Potential side effectslist-portfolio-agent-triggersList all time-based triggers for a portfolio AI agent.
Inferred read-onlycreate-portfolio-agent-triggerCreate a new time-based trigger for a portfolio AI agent.
Potential side effectsupdate-portfolio-agent-triggerUpdate a specific trigger for a portfolio AI agent by its ID.
Potential side effectsdelete-portfolio-agent-triggerDelete a specific trigger from a portfolio AI agent by its ID.
Potential side effectscommit-staged-portfolioApply a set of changes to a staged portfolio as a single atomic commit.
Inferred read-onlyget-staged-commitGet a specific staged portfolio commit by its ID including the full portfolio snapshot.
Inferred read-onlyset-portfolio-rationaleCreate or update a portfolio's investment rationale (Markdown supported).
Potential side effectsset-commit-rationaleCreate or update the rationale for a specific portfolio commit (Markdown supported).
Potential side effectsset-notification-rationaleCreate or update a notification's rationale (Markdown supported).
Potential side effectsCONNECT 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.
myhold.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.