INDIVIDUAL MCP TOOL
check
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.
LIVE ENDPOINT
https://kortex.rohnelt.dev/mcp
Connect to this endpoint to inspect the live schema for check 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.kortex]
url = "https://kortex.rohnelt.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kortex": {
"type": "http",
"url": "https://kortex.rohnelt.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kortex
Remote MCP URL: https://kortex.rohnelt.dev/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": {
"kortex": {
"url": "https://kortex.rohnelt.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kortex": {
"type": "http",
"url": "https://kortex.rohnelt.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kortex",
"transport": "streamable-http",
"url": "https://kortex.rohnelt.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
capabilities— Return the full machine-readable manifest of Kortex: every operation, its price in USD, its input schema and how to pay.identity_create— Turn a wallet address into a permanent Kortex identity and an API token.whoami— Your handle, wallet, balance and usage.credit_deposit— Buy Kortex credit with USDC on Base over x402.resolve— 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.compare— Score two or more resource URLs side by side on the same evidence, and say which one to pay.history— 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.watch— Register interest in a service.