Claude Code plugin
Get everything you need to trade prediction markets in one install. The Context plugin bundles the MCP server, three expert skills, and comprehensive reference documentation.Context MCP server
17 tools for market data, trading, and account management
3 expert skills
Trade, Research, and Build instruction sets
Reference files
SDK API reference, patterns, examples, and hook documentation
Install
What’s included
MCP server
The plugin automatically starts the Context MCP server (@contextwtf/mcp) with 17 tools. See the MCP server docs for the full tool catalog.
Skills
| Skill | Command | Description |
|---|---|---|
| Trade | /context:trade | Order placement, bulk operations, cancel-replace, orderbook strategies |
| Research | /context:research | Market discovery, oracle analysis, price history, simulations |
| Build | /context:build | React components, wallet integration, frontend patterns |
Reference files
The plugin bundles these reference documents for agent context:api-reference.md— Full SDK method signatures for all modulespatterns.md— Common workflows, error handling, and gotchasexamples.md— Copy-paste TypeScript scripts for common tasksreact-hooks.md— React SDK hook signatures and usage patterns
API key setup
- Existing key
- Generate via CLI
- No key (read-only)
Usage
Once installed, use natural language or slash commands:Plugin structure
| Path | Purpose |
|---|---|
plugin.json | Plugin manifest and metadata |
.mcp.json | MCP server configuration (starts @contextwtf/mcp) |
trade/SKILL.md | Trade skill entry point |
trade/references/ | Order signing, bulk operations, order lifecycle docs |
research/SKILL.md | Research skill entry point |
research/references/ | Market data, oracle, simulation docs |
build/SKILL.md | Build skill entry point |
build/references/ | React hooks, provider setup, query patterns docs |
The plugin is coming soon. In the meantime, you can use the MCP server directly and load skills manually.