MCP Server
MCP
klanex
Reliable async execution for agent tool calls: schema gating, retries, idempotency, audit trail.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://api.klanexai.com/mcp",
"headers": [
{
"description": "klanex API key (klx_live_... for production; free klx_test_... sandbox keys work at https://api.sandbox.klanexai.com/mcp)",
"isRequired": true,
"isSecret": true,
"name": "X-API-Key"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "klanex-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "klanex API key; klx_test_... keys route to the sandbox automatically",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "KLANEX_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment