← klanexai.com

INDIVIDUAL MCP TOOL

execute

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

klanexai.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.klanexai.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for execute 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 suggests code or command execution.

Parent server

klanexai.com

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.

Related tools

  • 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.
  • get_usage — Report the account's plan and execution usage for the current calendar month: used, included_executions, remaining, and whether overage is allowed.
  • list_connections — List the account's stored credential connections (token vault).
  • list_executions — List this account's executions, newest first, optionally filtered by status or a created_at time range.
  • 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.