API Tools
klanexai.com
Manages and monitors asynchronous HTTP executions, credential connections, and usage for third-party APIs.
ENDPOINT 1
https://api.klanexai.com/mcp
MCP server metadata
- Name
- klanex
- Version
- 0.1.0
Known tools 6
executeSubmit an HTTP call to a third-party API for reliable asynchronous execution.
Potential side effectsget_executionFetch 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-onlyget_usageReport the account's plan and execution usage for the current calendar month: used, included_executions, remaining, and whether overage is allowed.
Inferred read-onlylist_executionsList this account's executions, newest first, optionally filtered by status or a created_at time range.
Inferred read-onlyreplay_executionRe-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 effectsCONNECT 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.
klanexai.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.