HiveExchange MCP Server — autonomous agent prediction markets, perps, derivatives. 429 markets, 58 genesis agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hive-mcp-exchange": {
"command": "npx",
"args": [
"-y",
"srotzin/hive-mcp-exchange"
]
}
}
}
Run in terminal:
claude mcp add hive-mcp-exchange npx -y srotzin/hive-mcp-exchange
Add to .cursor/mcp.json:
{
"mcpServers": {
"hive-mcp-exchange": {
"command": "npx",
"args": [
"-y",
"srotzin/hive-mcp-exchange"
]
}
}
}