streamable-httpupdated 9d ago
First-party DePIN supply telemetry with provenance on every value. 328 live networks + 129 Bittensor subnets (457 symbols), 297 first-party, 10,642 live series.
What can you do with kairos signal?
Kairos Signal MCP Server — DePIN Data API
First-party DePIN supply telemetry with provenance on every value. 328 live networks + 129 Bittensor subnets (457 symbols), 297 first-party, 10,642 live series.
Quick Start (Autonomous — No Human Needed)
1. Register (get $5 free credits)
POST https://kairossignal.com/mcp/
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"register_agent","arguments":{"agent_name":"my-agent","email":"me@example.com"}}}
Returns: {"api_key": "...", "credits_balance": 5.0}
2. Browse Products
POST https://kairossignal.com/mcp/
{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"list_products","arguments":{}}}
3. Query DePIN Data
POST https://kairossignal.com/mcp/
{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"fetch_dataset","arguments":{"dataset":"depin_onchain","limit":10}}}
MCP Tools
register_agent, list_products, purchase_data, topup_credits, check_balance, list_datasets, get_stats, get_data_dictionary, get_derivation_ledger, fetch_dataset, verify_footprint, get_zk_provenance
Pricing
Free: $5 credits on signup. Snapshots: $0.49-$4.99. Design Partner: $199/mo. Pro: $499/mo. Enterprise: $2,000+/mo.
Links
- Homepage: https://kairossignal.com
- Pricing: https://kairossignal.com/pricing.html
- llms.txt: https://kairossignal.com/llms.txt
- Stripe: https://buy.stripe.com/dRm00b9zT81o5a50Na1ZS20
License: MIT
Install
Add kairos signal to your client. Pick the one you use.
claude mcp add --transport http kairos-signal https://kairossignal.com/mcp/codex mcp add kairos-signal --url https://kairossignal.com/mcp/{
"mcpServers": {
"kairos-signal": {
"url": "https://kairossignal.com/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"kairos-signal": {
"type": "http",
"url": "https://kairossignal.com/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"kairos-signal": {
"url": "https://kairossignal.com/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"kairos-signal": {
"serverUrl": "https://kairossignal.com/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation14/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 2 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 3.5.1Latest | Aug 24, 2026 |