Loading MCP server directory, please wait...
Read your ParlayX account and the prediction markets from an MCP client.
npx @getmcp/cli add com.parlayx/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PARLAYX_KEY_IDThe key id issued with your ParlayX signing keypair.
PARLAYX_PRIVATE_KEY_HEXYour Ed25519 private key seed, 64 lowercase hex characters. It stays on your machine.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.parlayx/mcp": {
"command": "npx",
"args": [
"-y",
"@parlayx/mcp"
],
"env": {
"PARLAYX_KEY_ID": "",
"PARLAYX_PRIVATE_KEY_HEX": "",
"PARLAYX_MCP_ALLOW_TRADING": ""
}
}
}
}