Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ฐ Finance & Fintech
  3. Klanex MCP
Klanex MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 9:02:38 PM

Klanex MCP

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
developer-toolsapi-executionreliabilitysecurity

Routes agent HTTP calls through async execution with validation, retries, approvals, credential isolation, replay, and execution tracking.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "chrassy-klanex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "klanex-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (6) Directory Badge Claim listing Alternatives๐Ÿ’ฐ More in Finance & Fintech

Overview

The chrassy/klanex-mcp MCP server submits HTTP calls to Klanex for asynchronous, fault-tolerant execution. It can validate request payloads against JSON Schema, retry transient failures, apply circuit breakers and idempotency keys, pause for human approval, and keep credentials outside model context. Hosted HTTP endpoints are available for compatible clients, while an npm stdio shim supports clients that require local process transport. Reach for it when agent-initiated API calls need execution tracking, safer retries, replay, or controlled access to stored credentials.

Use cases

โ€ขSubmit API calls with retries and idempotency protection
โ€ขValidate agent payloads before sending them to third-party APIs
โ€ขPause destructive actions for human approval
โ€ขReplay failed or completed executions without reprompting
โ€ขKeep API credentials outside model context

Key features

โ€ขJSON Schema payload validation
โ€ขRetries, backoff, and circuit breakers
โ€ขIdempotency keys and human approval gates
โ€ขExecution status, history, and replay
โ€ขEncrypted credential connections
โ€ขModel-oriented error hints

Capabilities & Tool Schemas (6) ~173 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Klanex MCP.

execute

Submit an HTTP call for reliable async execution: optional JSON Schema gate, retries/backoff/circuit breakers, idempotency keys, human approval gates, encrypted credentials. `wait_seconds` blocks up to 55s for the terminal result.

get_execution

Current status, attempts, target response, or classified error for an execution.

list_executions

The account's executions, filterable by status/time, paginated.

replay_execution

Re-run a terminal execution byte-exact โ€” outage recovery without re-prompting the LLM.

get_usage

Plan and current-month usage/quota.

list_connections

Stored credential connections (token vault) to reference via `connection_id` โ€” so secrets never pass through model context.

How Klanex MCP works

What chrassy/klanex-mcp MCP server does

The chrassy/klanex-mcp MCP server exposes Klanex as an execution layer for agent-initiated HTTP requests. Instead of having an agent call a third-party API directly, the agent submits the request to Klanex and receives an execution record. Klanex can validate a payload before sending it, handle selected transient failures, and return either the target response or a classified error.

The service is intended for workflows where an API call may need durability, approval, or later inspection. It also provides model-oriented error details through an llm_hint, allowing an agent to distinguish a request that needs correction from a failure Klanex is already handling.

How it works

The execute tool accepts an HTTP call and optional controls such as a JSON Schema payload gate, retry and circuit-breaker behavior, an idempotency key, approval requirements, and a stored credential connection. The wait_seconds option can wait for a terminal result for up to 55 seconds; callers can instead inspect the execution later.

Execution state is available through get_execution, while list_executions provides paginated account history with status and time filters. A terminal execution can be submitted again with replay_execution, using the original request bytes rather than asking the model to reconstruct the call. get_usage reports the plan and current-month quota. list_connections exposes references to stored credential connections without placing their secret values in model context.

Setup and configuration

The hosted service exposes https://api.klanexai.com/mcp for production and https://api.sandbox.klanexai.com/mcp for a free-to-try sandbox. Both require a Klanex API key. Clients can send the key in the X-API-Key header; Authorization: Bearer is also supported for clients that require that form.

For stdio-only clients, install and run the klanex-mcp npm package with npx -y klanex-mcp. Set KLANEX_API_KEY in the process environment. Keys beginning with the test prefix route to the sandbox automatically, and KLANEX_MCP_URL can override the selected endpoint.

Tools and capabilities

  • Submit HTTP executions with execute.
  • Validate payloads against an optional JSON Schema before execution.
  • Retry rate limits, timeouts, and 5xx responses with backoff and circuit-breaker handling.
  • Use idempotency keys to make retried submissions safer for non-repeatable actions.
  • Pause work for an approval decision through API, dashboard, or Slack buttons.
  • Inspect status, attempts, responses, and classified errors.
  • Replay completed executions byte-for-byte.
  • Reference encrypted stored credentials by connection_id.

Limitations and notes

The chrassy/klanex-mcp MCP server is an interface to the hosted Klanex service, not a general local HTTP execution engine. Its production and sandbox endpoints require API keys, and the material does not specify production pricing or quota amounts. The stdio package acts as a proxy to the hosted endpoint, so connectivity to that service remains part of the deployment requirements. The documented wait_seconds blocking period is limited to 55 seconds; longer-running work must be checked asynchronously.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Llm Token Tracker logoLlm Token Tracker

    Token usage tracker for OpenAI and Claude APIs with MCP support, real-time session tracking, and accurate pricing for 2025 models

    ๐Ÿ’ฐ Finance & Fintech3 views
    Compare vs Llm Token Tracker โ†’
  • Pulsefeed X402 logoPulsefeed X402

    Trust & safety layer for x402 agent payments: before your agent pays an x402 endpoint, verify it is safe โ€” liveness, scam/anomaly scan (payTo hijack, bait-and-switch, honeypot), and on-chain receiver verification. 70% of x402 endpoints are dead or scams; only half of "healthy" listings work. Free /verify + an open Trust Score. npx -y pulsefeed-x402-mcp

    ๐Ÿ’ฐ Finance & Fintech3 views
    Compare vs Pulsefeed X402 โ†’
  • Brazilian Central Bank (BCB) MCP logoBrazilian Central Bank (BCB) MCP
    Verified

    MCP server for the Brazilian Central Bank (Banco Central do Brasil): SGS time series (Selic, IPCA, exchange rates, GDP and 139 curated, source-verified indicators), the Focus market-expectations survey and PTAX official exchange rates. 15 tools, 3 resources and 3 prompts, with provenance metadata on every response. Runs locally via npx (stdio) or through the hosted endpoint at https://bcb.sidneybissoli.com/mcp โ€” no API key or signup required.

    ๐Ÿ’ฐ Finance & Fintech7 views
    Compare vs Brazilian Central Bank (BCB) MCP โ†’
  • Copilot MCP logoCopilot MCP

    Web3 founder diligence stack: smart contract audit (Solidity via Slither, Rust via cargo-audit) with file/line findings, jurisdiction matching across 28 crypto-native domiciles, VC fund discovery with thesis matching, portfolio comparison against 47 accelerator companies, project scoring across team/traction/tokenomics/market/security, hackathon search, Twitter audience audit.

    ๐Ÿ’ฐ Finance & Fintech3 views
    Compare vs Copilot MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
6
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Klanex MCP

For stdio clients, run `npx -y klanex-mcp` and provide the `KLANEX_API_KEY` environment variable.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewKlanex MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/chrassy-klanex-mcp?style=directory)](https://allmcps.com/mcp/chrassy-klanex-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/chrassy-klanex-mcp"><img src="https://allmcps.com/api/badge/chrassy-klanex-mcp?style=directory" alt="Klanex MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ฐFinance & Fintech
PricingFreemium
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 22, 2026
56Quality signal: Good ยท 56/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev ยท klanex-mcp (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ฐ Finance & Fintech โ†’Best MCP servers for Finance & Fintech โ†’Alternatives to Klanex MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code