Autonomous AI oracle agent on Arc: x402-paywalled trading signals with staked, burn-on-wrong verdicts, on-chain receipts, and an MCP server. Circle Gateway nanopayments.
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": {
"cronuscapital": {
"command": "npx",
"args": [
"-y",
"Artem1981777/CronusCapital"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cronuscapital npx -y Artem1981777/CronusCapital
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cronuscapital": {
"command": "npx",
"args": [
"-y",
"Artem1981777/CronusCapital"
]
}
}
}
📋 Copy