Konduto MCP Server

mcp-konduto is an MCP server that exposes 18 tools to an agent, covering order, blocklist, allowlist.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

One of 127 MCP servers published from codespar/mcp-dev-latam. Stars and repository activity are shared across all of them. See all 127 →

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Konduto

before you install - you'll need

Set KONDUTO_API_KEY, MCP_HTTP before connecting. KONDUTO_BASE_URL is optional or environment-specific per the README.

Claude Code

claude mcp add codespar-mcp-dev-latam-packages-fraud-ko -- npx -y @codespar/mcp-konduto

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "codespar-mcp-dev-latam-packages-fraud-ko": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-konduto"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @codespar/mcp-konduto - published under the repo owner's npm scope (@codespar)

registry namespace io.github.codespar is GitHub-verified and matches the repo owner

03 · What Konduto can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can retrieve the current analysis state of an order, report a confirmed chargeback for an order, report that an order was ultimately approved by the merchant, and report that an order was ultimately declined by the merchant.

Capability map

Tools grouped from the project's README - what Konduto lets an agent do.

Order

5 tools - e.g. Submit an order to Konduto for fraud analysis.; Retrieve the current analysis state of an order.; Notify Konduto of the merchant's final status for an order.

send_order_for_analysis · get_order · update_order_status · report_order_approved · report_order_declined

Blocklist

4 tools - e.g. Add a value to the Konduto blocklist.; Check whether a value is currently on the Konduto blocklist.; Update an existing blocklist entry - typically used to extend or shorten the expiration window…

add_to_blocklist · query_blocklist · update_blocklist_entry · remove_from_blocklist

Allowlist

3 tools - e.g. Add a value to the Konduto allowlist (trusted).; Check whether a value is currently on the Konduto allowlist.; Update an existing allowlist entry - typically to extend or shorten the expiration window.

add_to_allowlist · query_allowlist · update_allowlist_entry

Reviewlist

3 tools - e.g. Add a value to the Konduto reviewlist.; Check whether a value is currently on the Konduto reviewlist.; Update an existing reviewlist entry - typically to extend or shorten the expiration window without…

add_to_reviewlist · query_reviewlist · update_reviewlist_entry

From

2 tools - e.g. Remove a value from the Konduto allowlist.; Remove a value from the Konduto reviewlist.

remove_from_allowlist · remove_from_reviewlist

Report

1 tool - e.g. Report a confirmed chargeback for an order.

report_chargeback

04 · Who maintains Konduto

mcp-konduto is maintained by codespar. We track 127 MCP servers from codespar - 127 actively maintained, 269 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from codespar.

  1. mcp-asaas MCP server for Asaas - billing automation, Pix, boleto, credit card, subscriptions ★ 269
  2. mcp-omie MCP server for Omie - ERP, customers, products, orders, invoices, financials ★ 269
  3. mcp-sendgrid MCP server for SendGrid - global transactional + marketing email (Twilio-owned) ★ 269
  4. mcp-evolution-api MCP server for Evolution API - WhatsApp messaging, instances, contacts ★ 269
  5. mcp-stripe-acp Stripe ACP - AI agent checkout, payment delegation, products, invoices ★ 269
  6. mcp-mercado-bitcoin MCP server for Mercado Bitcoin - Brazilian crypto exchange, trading, orderbook, withdrawals ★ 269

05 · Facts

category
other - actively maintained as of 2026-08-25.
registry
io.github.codespar/mcp-konduto (active, first published 2026-06-20 · 2 versions)
packages
npm:@codespar/mcp-konduto

06 · Konduto FAQ

Is Konduto still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12. We re-verify nightly.

What can Konduto do?

With this server connected, an agent can retrieve the current analysis state of an order, report a confirmed chargeback for an order, report that an order was ultimately approved by the merchant, and report that an order was ultimately declined by the merchant.

How do I install Konduto?

Run `npx -y @codespar/mcp-konduto`. The README documents 3 environment variables (KONDUTO_API_KEY, KONDUTO_BASE_URL, MCP_HTTP) to set first. Set KONDUTO_API_KEY, MCP_HTTP before connecting. KONDUTO_BASE_URL is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Konduto run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Konduto

More MCP servers to compare · Legiti · Sift · Bigdatacorp · Certta · Jumio

More JavaScript MCP servers · Brasil API · Caf · see all