Skip to main content
Glama
OV3RK177

Kairos Signal MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
register_agentA

START HERE. Self-register as an AI agent to get $5 free credits and an API key. No credit card, no human, no Stripe required. Credits work immediately for dataset queries, GPU inference, DAG manifold computation, and DePIN/API access. Call this first, then call list_products to see what you can buy.

list_productsA

Browse all purchasable products with prices in credits ($1 = 1 credit). Includes DePIN supply-telemetry data, signal feed tiers ($9.99-$399.90/mo), DAG manifold API ($2.99-$9.99/mo), GPU compute, and MCP unlimited access. Call after register_agent to see what to buy.

purchase_dataA

Buy a product with your credits. Products: DePIN supply-telemetry snapshots, DAG manifold API (dag_pro/dag_quant/dag_enterprise), signal feed tiers, GPU compute, MCP unlimited. Use api_key from register_agent.

topup_creditsA

Add credits when your $5 free balance runs out. Pay via USDC crypto (provide tx_hash) or get a Stripe checkout link for your human operator to complete.

check_balanceA

Check your remaining credit balance. Use after purchases to see remaining credits.

list_datasetsA

List all available datasets with record counts. Free to browse — market ticks, DePIN network stats, technical indicators, US county atlas, ZK footprints.

get_statsC

Get aggregate statistics from the databases

fetch_datasetA

Query records from a dataset with limit/offset. Free tier: 10 records per query. Purchase products or top up credits for more.

verify_footprintB

Return SHA-256 cryptographic verification for a dataset or record

get_zk_provenanceB

Return cryptographic provenance proof for a record ID from current datasets.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 10 tools

Disambiguation4/5

Most tools have clearly distinct purposes: registration, product browsing/purchasing, balance, dataset listing, stats, fetching, and verification. The only mild overlap is between verify_footprint and get_zk_provenance, since both provide cryptographic assurances, but their descriptions are sufficiently distinct.

Naming Consistency4/5

Tool names consistently use snake_case and follow a verb_noun pattern (register_agent, list_products, purchase_data, check_balance, list_datasets, fetch_dataset). Minor deviations like `topup_credits` as a single compound verb and `get_zk_provenance` with an acronym are still predictable and readable.

Tool Count5/5

Ten tools is a well-scoped size for this server's mix of account management, marketplace purchasing, data access, and cryptographic verification. Each tool addresses a distinct stage of the user journey without unnecessary redundancy.

Completeness4/5

The tool surface covers the core lifecycle well: registration, products, purchase, balance management, dataset discovery, querying, and verification. A minor gap is the lack of explicit subscription management or finer-grained filtering options, but agents can otherwise complete the intended workflows without dead ends.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive