INDIVIDUAL MCP TOOL
DeleteMyPortfolio
Permanently delete one of the USER's own portfolios and every lot in it, open and closed.
LIVE ENDPOINT
https://mcp.equibles.com/mcp
Connect to this endpoint to inspect the live schema for DeleteMyPortfolio and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent server
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.equibles-mcp-server]
url = "https://mcp.equibles.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"equibles-mcp-server": {
"type": "http",
"url": "https://mcp.equibles.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: equibles-mcp-server
Remote MCP URL: https://mcp.equibles.com/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": {
"equibles-mcp-server": {
"url": "https://mcp.equibles.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"equibles-mcp-server": {
"type": "http",
"url": "https://mcp.equibles.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "equibles-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.equibles.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
GetLatestClosingPrices— Get each ticker's newest traded, settled daily close in USD, with one-session change, volume, and trailing 52-week closing range.GetCftcPositioning— Get Commitments of Traders (COT) positioning data for a specific futures contract.AddPortfolioLot— Record a user-confirmed purchase or sale in the caller's portfolio.GetMarketStatus— Get the current US equity market status (NYSE/Nasdaq), evaluated in America/New_York: whether the market is open, the current session (pre-market, regular, after-hours, or closed), whether today is a full-day holiday or a 1:00 p.m.GetMarketWideCongressionalActivity— Get the stocks members of Congress traded most over a trailing window, aggregated across EVERY member and ticker — 'what did Congress buy this week' without needing a ticker or a member name.GetWebDataFeed— Get the latest independently verified stored result for one of the caller's web data feeds, or the latest retained result at or before a requested timestamp.ScreenStocks— Screen listed stocks with optional min/max bounds for price, market cap, institutional ownership, short data, insider activity, valuation, growth, margins, liquidity and earnings.GetFundProfile— Get a registered fund's profile and largest stored holdings from its latest SEC Form NPORT-P report.