AlphaLine — real-time fair-value terminal for prediction markets. Reference SDK, MCP server, and API docs. Settles on Robinhood Chain. $ALPHA.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"alphaline": {
"command": "npx",
"args": [
"-y",
"TheAlphaline/AlphaLine"
]
}
}
}
Run in terminal:
claude mcp add alphaline npx -y TheAlphaline/AlphaLine
Add to .cursor/mcp.json:
{
"mcpServers": {
"alphaline": {
"command": "npx",
"args": [
"-y",
"TheAlphaline/AlphaLine"
]
}
}
}