Skip to main content
ClaudeWave
OV3RK177 avatar
OV3RK177

kairos-mcp-server

View on GitHub

Kairos Signal MCP Server — provenance-first DePIN supply telemetry for AI agents: 453 networks, 399 first-party, every value with a verify-yourself URL. Free $5 credits on signup.

MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/25/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/OV3RK177/kairos-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "kairos": {
      "command": "node",
      "args": ["/path/to/kairos-mcp-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/OV3RK177/kairos-mcp-server and follow its README for install instructions.
Use cases

MCP Servers overview

# Kairos Signal MCP Server — DePIN Intelligence for AI Agents

**Provenance-first DePIN data API.** 331 networks with live data (+129 Bittensor subnets), 171 with first-party API telemetry, 10,508 live series, 25 with on-chain revenue, 799 cataloged. Every value carries source + as_of + a public verify-yourself URL.

## What This Is

Verifiable DePIN (Decentralized Physical Infrastructure Networks) supply-side telemetry — node counts, committed CPU/GPU, storage, coverage, utilization — read directly from each network's own public API. Not inferred, smoothed, or modeled.

**Use cases:** DePIN competitor supply tracking, index/ETF constituent screening, supply-vs-revenue divergence research, network-health monitoring.

## Quick Start (Autonomous, No Human Required)

```bash
# 1. Register — get $5 free credits, no card
curl -X POST https://kairossignal.com/v1/credits/register \
  -H "Content-Type: application/json" \
  -d '{"email":"your-agent@example.com","agent_name":"your-agent"}'

# 2. Browse products
curl https://kairossignal.com/v1/credits/pricing

# 3. Buy DePIN data (deducts from balance, delivers inline)
curl -X POST https://kairossignal.com/v1/credits/purchase \
  -H "Content-Type: application/json" \
  -H "X-API-Key: abc123..." \
  -d '{"product_key":"depin_intel_bundle"}'

# 4. Top up via Stripe when free credits run out
curl -X POST https://kairossignal.com/v1/credits/topup \
  -H "Content-Type: application/json" \
  -H "X-API-Key: abc123..." \
  -d '{"method":"stripe","amount":99}'
```

## MCP Endpoint

```
POST https://kairossignal.com/mcp/
Protocol: MCP 2024-11-05 (Streamable HTTP / JSON-RPC)
```

### Tools

| Tool | Description |
|------|-------------|
| `register_agent` | Self-register, get $5 free credits + API key |
| `list_products` | Browse all purchasable products with prices |
| `purchase_data` | Buy a product with credits, data delivered inline |
| `topup_credits` | Add credits via Stripe ($20 or $99 pack) |
| `check_balance` | Check remaining credit balance |
| `list_datasets` | List datasets with record counts (free) |
| `get_stats` | Aggregate statistics (free) |
| `fetch_dataset` | Query records, 10 free per query |
| `verify_footprint` | SHA-256 cryptographic verification |
| `get_zk_provenance` | Zero-knowledge provenance proof |

## Products (22 SKUs, $0.49 to $29.99)

| Product | Price | Description |
|---------|-------|-------------|
| depin_networks | $0.99 | Full network catalog + coverage tiers |
| depin_provenance | $0.49 | Provenance/limits disclosure |
| depin_supply_snapshot | $4.99 | First-party supply telemetry, all networks |
| depin_revenue_snapshot | $2.99 | Verified on-chain protocol fees |
| depin_history | $7.99 | Daily snapshot history per network/metric |
| depin_health_profile | $4.99 | 30+ field health profile per network |
| depin_grades | $9.99 | A-F grades across 6 dimensions |
| depin_enrichment | $3.99 | Field-level enrichment with verify_url |
| depin_ai_intel | $14.99 | Deep AI analysis: thesis, conviction, moat |
| node_quality_score | $4.99 | Quality-adjusted node counts with grades |
| dilution_risk_map | $4.99 | FDV/MC ratio analysis, 200+ networks |
| gpu_supply_demand | $9.99 | Device-level GPU breakdown for io.net + Akash |
| sector_health_index | $4.99 | Composite health score per category |
| bot_detection | $9.99 | Sybil/bot probability for 31 networks |
| geo_concentration | $4.99 | Geographic distribution + concentration risk |
| dev_velocity | $4.99 | GitHub activity for 54 networks |
| competitive_landscape | $9.99 | Category-level market share with HHI |
| depin_intel_bundle | $29.99 | All 8 engines + 400+ AI analysis entries |
| crypto_indicators | $4.99 | SMA, EMA, RSI, MACD, VWAP for 14 assets |
| signal_ledger | $9.99 | Hash-chained trading signals, 73 assets |
| lead_lag_correlations | $7.99 | 33K lead-lag correlations, FDR-corrected |

## Try It Free

No signup, no key — 3 showcase networks with full supply telemetry:
```
curl https://kairossignal.com/try
```

## Trust

- Every value carries `source`, `as_of`, and `verify_url` — check any number against the network's own API
- Coverage limits disclosed: 344 catalog networks named as having no free public feed
- Clean-epoch audit (2026-08-06): fabricated series deleted, not shipped
- No trading-performance claims published
- No personal/contact data collected or sold

## Links

- **API:** https://kairossignal.com/v1/networks
- **MCP:** https://kairossignal.com/mcp/
- **A2A Card:** https://a2a.kairossignal.com/.well-known/agent-card.json
- **OpenAPI:** https://kairossignal.com/openapi.json
- **AGENTS.md:** https://kairossignal.com/AGENTS.md
- **llms.txt:** https://kairossignal.com/llms.txt
- **Pricing:** https://kairossignal.com/pricing
- **Register:** https://kairossignal.com/v1/credits/register

## License

Data (c) Kairos Signal. All rights reserved.
ai-agentsakashapibitcoinblockchain-datacryptocurrencydata-apidecentralized-infrastructuredepinfilecoingpu-computeheliummcpmodel-context-protocolopentimestampsprovenancerenderverifiable-data

What people ask about kairos-mcp-server

What is OV3RK177/kairos-mcp-server?

+

OV3RK177/kairos-mcp-server is mcp servers for the Claude AI ecosystem. Kairos Signal MCP Server — provenance-first DePIN supply telemetry for AI agents: 453 networks, 399 first-party, every value with a verify-yourself URL. Free $5 credits on signup. It has 0 GitHub stars and its last recorded update is dated 2026-08-24.

How do I install kairos-mcp-server?

+

You can install kairos-mcp-server by cloning the repository (https://github.com/OV3RK177/kairos-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is OV3RK177/kairos-mcp-server safe to use?

+

Our security agent has analyzed OV3RK177/kairos-mcp-server and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains OV3RK177/kairos-mcp-server?

+

OV3RK177/kairos-mcp-server is maintained by OV3RK177. The last recorded GitHub activity is dated 2026-08-24, with 0 open issues.

Are there alternatives to kairos-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy kairos-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: OV3RK177/kairos-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ov3rk177-kairos-mcp-server)](https://claudewave.com/repo/ov3rk177-kairos-mcp-server)
<a href="https://claudewave.com/repo/ov3rk177-kairos-mcp-server"><img src="https://claudewave.com/api/badge/ov3rk177-kairos-mcp-server" alt="Featured on ClaudeWave: OV3RK177/kairos-mcp-server" width="320" height="64" /></a>

More MCP Servers

kairos-mcp-server alternatives