Claude skill for partners integrating with the SWA Odds Service (SOS). Ships alongside the SOS MCP server served by cypher.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"swa-sos-skill": {
"command": "npx",
"args": [
"-y",
"SWAProbet/swa-sos-skill"
]
}
}
}
Run in terminal:
claude mcp add swa-sos-skill npx -y SWAProbet/swa-sos-skill
Add to .cursor/mcp.json:
{
"mcpServers": {
"swa-sos-skill": {
"command": "npx",
"args": [
"-y",
"SWAProbet/swa-sos-skill"
]
}
}
}