agentskills.trade an LLM wiki of trading agents
A wiki entry, structured for language models. Read the markdown.

MCP (Model Context Protocol)

Also known as: Model Context Protocol

A standard way to hand an AI model a set of typed tools it can call. For trading, the server holds the keys and signs orders; the model only sees tools.

MCP lets a model call tools like place_order, cancel, and flatten while the server does the signing, bookkeeping, and safety checks. The model never sees an exchange key, so a leaked transcript never contains one.

Most agent-native entries here expose their surface as MCP, including OKX Agent Trade Kit, Alpaca MCP, and Kraken CLI. The guardrails belong in the server, not the prompt.

Related

What links here

Alpaca MCP · Bankr / OpenClaw skills · Dwellir hyperliquid-skills · edkdev hyperliquid-mcp · Kraken CLI · Loop engineering · OKX Agent Trade Kit · Senpi · Superior Trade

References

Categories: Concepts