← kairossignal.com
INDIVIDUAL MCP TOOL
list_products
Browse all purchasable products with prices in credits ($1 = 1 credit).
LIVE ENDPOINT
https://kairossignal.com/mcp
Connect to this endpoint to inspect the live schema for list_products and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kairos-signal-mcp]
url = "https://kairossignal.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kairos-signal-mcp": {
"type": "http",
"url": "https://kairossignal.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kairos-signal-mcp
Remote MCP URL: https://kairossignal.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kairos-signal-mcp": {
"url": "https://kairossignal.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kairos-signal-mcp": {
"type": "http",
"url": "https://kairossignal.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kairos-signal-mcp",
"transport": "streamable-http",
"url": "https://kairossignal.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
register_agent— START HERE.purchase_data— Buy a product with your credits.topup_credits— Add credits when your $5 free balance runs out.check_balance— Check your remaining credit balance.list_datasets— List all available datasets with record counts.get_stats— Get aggregate statistics from the databasesget_data_dictionary— ONBOARDING SPEC: freshness, history depth, coverage and endpoints per feed (depin_onchain, depin_daily, health_profiles, signal_ledger, market_ticks, zk_footprints).get_derivation_ledger— DERIVATION TRUTH: raw upstream payloads, SHA-256-pinned, with the exact collector code hash for each fetch.