Neural API Reference
Comprehensive documentation for the rlx-search engine telemetry and the MCP orchestration server.
Model Context Protocol
The MCP Server acts as a semantic gateway, exposing the full ai_patterns analysis surface to remote AI agents and internal swarm orchestration.
Transport Protocols
Best for local development and direct integration with VS Code or Claude Desktop.
Production-grade endpoint for distributed agentic swarms via Nginx reverse-proxy.
Tool Registry
Core Analysis
pattern_searchExecute deep recursive pattern scans across target assets.
get_pattern_metricsRetrieve probability distributions and ensemble forecasts.
get_grid_statsAnalyze grid density and historical success rates.
backtest_strategyRun high-fidelity strategy simulations against telemetry.
Market State
get_live_signalsReal-time pattern breakthrough and breakout signals.
get_dataset_statusCheck synchronization health of pattern universe.
detect_market_regimeIdentify current volatility and trend states.
Polymarket TTC Workflow
Advanced Probability Engine
Integrate Time-To-Close aware probabilities directly into trading agents. The MCP layer provides background watchers that maintain hot caches of pattern metrics specifically filtered for active prediction markets.
Quick Start (Claude / Desktop)
mcp-config.json{
"mcpServers": {
"ai_patterns_neural_link": {
"command": "node",
"args": ["/absolute/path/to/mcp-server/dist/index.js"],
"env": {
"RLX_SEARCH_BASE_URL": "$BASE_URL",
"SUPABASE_URL": "YOUR_URL"
}
}
}
}