INDIVIDUAL MCP TOOL
automation.orders
Automated orders on the account — limit, DCA, take-profit, stop-loss and trailing stops — with their triggers, progress and state.
LIVE ENDPOINT
https://foxd.xyz/api/mcp
Connect to this endpoint to inspect the live schema for automation.orders and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.foxd]
url = "https://foxd.xyz/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"foxd": {
"type": "http",
"url": "https://foxd.xyz/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: foxd
Remote MCP URL: https://foxd.xyz/api/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": {
"foxd": {
"url": "https://foxd.xyz/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"foxd": {
"type": "http",
"url": "https://foxd.xyz/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "foxd",
"transport": "streamable-http",
"url": "https://foxd.xyz/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
auth.challenge— Step one of headless wallet sign-in.auth.verifyWallet— Step two of headless wallet sign-in: submit the signature over the challenge message.auth.startDeviceLogin— Begin sign-in with Google, X, Telegram or email from a CLI or agent that has no browser, using the OAuth 2.0 device authorization grant — the same flow as `gh auth login`.auth.pollDeviceLogin— Check whether the human finished approving a device sign-in.auth.verifyTelegram— Sign in using the signed `initData` payload Telegram injects into a Mini App webview.market.chains— List every chain FoxD indexes and trades, with native symbol, wrapped-native address, VM family (evm or svm), EVM chain id and block-explorer URL.market.platforms— List every platform FoxD indexes — AMMs (Uniswap V2/V3/V4, PancakeSwap, Aerodrome, Camelot, HyperSwap, Orca, Meteora) and launchpads (pump.fun, LaunchLab/bonk.fun, four.meme, Clanker, Zora, Flaunch, alt.fun, Hypurr) — with the chain each runs on and its kind (amm_v2, amm_v3, amm_solidly, bonding, svm_amm).market.trending— Rank indexed tokens by trending score, 24h volume, recency or price change, across one chain or all six.