llms.txt Content
# Kairos Signal — AI-Native Data Intelligence Platform
> Self-register for $5 free credits. 40 Stripe products. 10 MCP tools. Autonomous purchase — no human needed.
## Quick Start for AI Agents
1. **Register** (get $5 free credits, no credit card):
```json
POST https://kairossignal.com/mcp/
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"register_agent","arguments":{"agent_name":"my-agent","email":"agent@example.com"}}}
```
2. **Browse products**:
```json
POST https://kairossignal.com/mcp/
{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"list_products","arguments":{}}}
```
3. **Buy with credits** (autonomous, instant CSV delivery):
```json
POST https://kairossignal.com/mcp/
{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"purchase_data","arguments":{"product_key":"anna_tx_leads","api_key":"YOUR_KEY"}}}
```
4. **Top up credits** via Stripe or USDC:
```json
POST https://kairossignal.com/mcp/
{"jsonrpc":"2.0","id":4,"method":"tools/call","params":{"name":"topup_credits","arguments":{"amount":50,"payment_method":"stripe"}}}
```
## Products (40 SKUs, prices in credits = USD)
### Lead Packs ($1.49-$24.99)
- anna_tx_leads: $1.49 — 367 Anna TX property leads
- tx_prop_intel: $1.49 — 36,800 TX distressed parcels
- houston_metro_leads: $2.99 — 1,300 Houston metro leads with owner phone
- all_tx_enriched: $4.99 — 1,354 Texas leads with owner contacts
- dfw_multifamily: $4.95 — 290 DFW multifamily leads
- platinum_dossiers: $24.99 — 100 federal contracts, $1.32T total value
### Signal Feeds ($999-$39,900/mo)
- signal_starter: $999/mo — 15-min delayed signals
- signal_premium: $3,999/mo — 5-min delayed
- signal_pro: $9,999/mo — 1-min delayed
- signal_institutional: $39,900/mo — real-time
### DAG Manifold ($299-$999/mo)
- dag_pro: $299/mo — 1,000 req/day
- dag_quant: $499/mo — 10,000 req/day
- dag_enterprise: $999/mo — unlimited
### Infrastructure
- gpu_compute: pay-per-token — $0.0005/1K inpu
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "Kairos Signal — Property Leads and Trading Intelligence",
"description": "Real estate distressed property leads with owner contacts. Crypto trading signals from 867-feature XGBoost ensemble. DAG manifold API. GPU inference. MCP-compatible for autonomous agent purchase.",
"version": "3.2.0",
"contact": {
"name": "Kairos Signal",
"url": "https://kairossignal.com"
},
"license": {
"name": "MIT"
}
},
"se