A TypeScript library, CLI, and MCP server for generating, validating, and converting YAML and JSON event contract specifications for prediction markets.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"event-contract-build": {
"command": "npx",
"args": [
"-y",
"Chralt98/event-contract-builder"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add event-contract-build npx -y Chralt98/event-contract-builder
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"event-contract-build": {
"command": "npx",
"args": [
"-y",
"Chralt98/event-contract-builder"
]
}
}
}
📋 Copy