Claude Code plugin
Get everything you need to trade prediction markets in one install. The Context plugin bundles the MCP server, four expert skills with 15 subskills, and comprehensive reference documentation.Context MCP server
25 tools for market data, trading, and account management
4 expert skills
Trade, Research, Build, and Create instruction sets with 15 subskills
Reference files
SDK API reference, patterns, examples, and hook documentation
Install
What’s included
MCP server
The plugin automatically configures the Context MCP server (via.mcp.json) with 25 tools. See the MCP server docs for the full tool catalog.
Skills
The plugin provides 4 skills with 15 subskills:| Skill | Command | Subskills |
|---|---|---|
| Trade | /context:trade | place-order, market-maker, bulk-operations, manage-positions, diagnose-order |
| Research | /context:research | market-scanner, mispricing-finder, portfolio-analysis, activity-monitor |
| Build | /context:build | trading-app, market-widget, portfolio-dashboard, account-setup-flow |
| Create | /context:create | news-to-market, diagnose-resolution |
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
Credentials are stored in~/.config/context/config.env and shared across the CLI, MCP server, and plugin.
- 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 (configures context-markets-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 |
create/SKILL.md | Create skill entry point |
create/references/ | Market creation, resolution diagnostics docs |