← Registry

API Tools

klanexai.com

Manages and monitors asynchronous HTTP executions, credential connections, and usage for third-party APIs.

1 endpoint6 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.klanexai.com/mcp

No auth detected

MCP server metadata

Name
klanex
Version
0.1.0
Capabilities
loggingtools.listChanged

Known tools 6

execute

Submit an HTTP call to a third-party API for reliable asynchronous execution.

Potential side effects
get_execution

Fetch the current state of an execution by ID: status (PENDING_APPROVAL|QUEUED|RUNNING|RETRYING|SUCCEEDED|FAILED), attempts, the target response on success, or a classified error on failure.

Inferred read-only
get_usage

Report the account's plan and execution usage for the current calendar month: used, included_executions, remaining, and whether overage is allowed.

Inferred read-only
list_connections

List the account's stored credential connections (token vault).

Inferred read-only
list_executions

List this account's executions, newest first, optionally filtered by status or a created_at time range.

Inferred read-only
replay_execution

Re-run a terminal (SUCCEEDED or FAILED) execution as a brand-new execution: same target, byte-exact original payload, same sealed credentials, fresh attempt counter.

Potential side effects

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.klanex]
url = "https://api.klanexai.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "klanex": {
      "type": "http",
      "url": "https://api.klanexai.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: klanex
Remote MCP URL: https://api.klanexai.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": {
    "klanex": {
      "url": "https://api.klanexai.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "klanex": {
      "type": "http",
      "url": "https://api.klanexai.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "klanex",
  "transport": "streamable-http",
  "url": "https://api.klanexai.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for klanexai.com was fetched 2026-07-27T02:15:29.603Z and is being refreshed.

Trust status Neutral

klanexai.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.