{"name":"Kortex","description":"Kortex tells an agent which x402 service actually works, from evidence: uptime measured over time, a valid 402, and settlements proven on-chain.","url":"https://kortex.rohnelt.dev","version":"0.1.0","provider":{"organization":"Kortex","url":"https://kortex.rohnelt.dev"},"documentationUrl":"https://kortex.rohnelt.dev/llms-full.txt","capabilities":{"streaming":false,"pushNotifications":true,"stateTransitionHistory":true},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json"],"authentication":{"schemes":["Bearer"],"credentialsUrl":"https://kortex.rohnelt.dev/v1/identity"},"skills":[{"id":"capabilities","name":"Describe Kortex","description":"Return the full machine-readable manifest of Kortex: every operation, its price in USD, its input schema and how to pay. Free. Call this first if you have never used Kortex and want to know what it can do and what it costs.","tags":["discovery"],"examples":["{\"service\":\"Kortex\",\"operations\":[\"resolve\",\"check\",\"report\"]}"]},{"id":"identity.create","name":"Claim an identity","description":"Turn a wallet address into a permanent Kortex identity and an API token. Free, and grants a small trial credit. Call this once, before anything else. You need the returned token for every other call. No account, no email, no human.","tags":["identity"],"examples":["{\"handle\":\"swift-heron-4f2a\",\"token\":\"ktx_sk_...\",\"balance_usd\":\"0.020000\"}"]},{"id":"whoami","name":"Who am I","description":"Your handle, wallet, balance and usage. Free. Call this to check your balance before a run, or to confirm your token still works.","tags":["identity"],"examples":["{\"handle\":\"swift-heron-4f2a\",\"balance_usd\":\"0.870000\",\"trial\":false}"]},{"id":"credit.deposit","name":"Top up balance","description":"Buy Kortex credit with USDC on Base over x402. One on-chain settlement, then every call is debited off-chain. Call when your balance is low. Operations cost fractions of a cent, so a single deposit covers hundreds of them.","tags":["billing"],"examples":["{\"credited_usd\":\"1.000000\",\"balance_usd\":\"1.020000\",\"tx\":\"0x...\"}"]},{"id":"resolve","name":"Find a service that actually works","description":"Describe what you need in plain language and get back x402 services ranked by evidence: how much of the time they have been up, whether they answer with a valid 402, and how many distinct wallets have actually paid them on-chain. One entry per operator, not per URL. Call this before paying a service you have not used, and instead of taking the first result from a directory. Of the services listed as x402 today, measured across 1,015 of them, only 25% actually answer with a payment requirement — the rest are up but sell nothing.","tags":["discovery","trust"],"examples":["{\"need\":\"scrape a web page\",\"results\":[{\"resource\":\"https://example.com/v1/scrape\",\"service_name\":\"Example Scraper\",\"score\":84.2,\"price_usd\":\"0.002000\",\"evidence\":{\"uptime_30d\":0.99,\"payers_30d\":41,\"settlements_30d\":1368,\"median_latency_ms\":221,\"last_paid\":\"2026-08-24T19:02:11Z\"}}]}"]},{"id":"check","name":"Is this one safe to pay","description":"Everything Kortex knows about a single resource URL: whether it is up, whether its 402 is well formed, what it quotes, and whether its payout address has ever been paid on-chain. Returns a verdict, not just data. Call this when you already have a URL and want to know whether sending money to it is a good idea. Worth it above roughly US$0.05 a call; below that the check costs more than the risk.","tags":["trust"],"examples":["{\"resource\":\"https://example.com/v1/scrape\",\"verdict\":\"pay\",\"score\":84.2,\"reasons\":[\"up on 99% of probes over 30 days\",\"41 distinct wallets paid it in 30 days\"],\"evidence\":{\"uptime_30d\":0.99,\"payers_30d\":41,\"pay_to\":\"0xabc...\",\"price_usd\":\"0.002000\"}}"]},{"id":"compare","name":"Rank several candidates","description":"Score two or more resource URLs side by side on the same evidence, and say which one to pay. Call this when you already have a shortlist and need to pick. Cheaper than calling check once per URL.","tags":["trust"],"examples":["{\"best\":\"https://example.com/v1/scrape\",\"ranked\":[{\"resource\":\"https://example.com/v1/scrape\",\"score\":84.2,\"verdict\":\"pay\"},{\"resource\":\"https://other.example/v1/scrape\",\"score\":12,\"verdict\":\"avoid\"}]}"]},{"id":"history","name":"Show me the record","description":"The full time series behind a score: every probe outcome, every price and payout-address change, and the on-chain settlement history of the address it pays to. Call this when a verdict surprises you, or before committing to a service you plan to depend on. This is the evidence itself rather than the summary.","tags":["trust"],"examples":["{\"resource\":\"https://example.com/v1/scrape\",\"uptime\":[{\"day\":\"2026-08-24\",\"probes\":2,\"reachable\":2}],\"changes\":[{\"at\":\"2026-08-12T09:00:00Z\",\"field\":\"pay_to\",\"from\":\"0xaaa...\",\"to\":\"0xbbb...\"}],\"settlements\":{\"count_30d\":1368,\"payers_30d\":41,\"first\":\"2026-06-02T11:04:00Z\"}}"]},{"id":"watch","name":"Tell me if it changes","description":"Register interest in a service. Kortex records a watch and reports what has changed — price, payout address, or availability — the next time you ask. Call this for a service you depend on. A payout address that moves is the strongest warning signal there is, and you will not notice it by yourself.","tags":["trust"],"examples":["{\"watching\":\"https://example.com/v1/scrape\",\"watch_id\":\"wch_01H...\"}"]},{"id":"report","name":"Report what happened","description":"Tell Kortex that you paid a service and what you got. Free, and only counted once the payment is found on-chain — so a report costs at least the price of the call it describes. Call this after any paid call that went wrong, and after ones that went right. It is free, it makes every later verdict better, and the evidence it adds is the kind no probe can produce.","tags":["trust"],"examples":["{\"recorded\":true,\"verified\":true,\"note\":\"Payment found on-chain. This report counts toward the score.\"}"]}]}