INDIVIDUAL MCP TOOL
topup_credits
Create a USDC top-up intent before transferring funds: provide from_address and follow the returned transfer instructions.
LIVE ENDPOINT
https://kairossignal.com/mcp
Connect to this endpoint to inspect the live schema for topup_credits and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests a financial action.
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.list_products— Browse all purchasable products with prices in credits ($1 = 1 credit).purchase_data— Buy a product with your credits.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.