Tukuy MCP

Created By
Tukuy Club3 months ago
A technology layer for Latin American SMEs that connects AI assistants to major payment gateways. Query sales, manage CRM, and generate payment links across multiple processors using natural language.
Overview

Overview

Tukuy is a specialized technology layer designed for SMEs (Small and Medium Enterprises) in Latin America. It is not a payment gateway itself; instead, it acts as an orchestration layer on top of the region's leading payment processors.

By using this MCP server, you can empower your AI assistant (Claude, Cursor, etc.) to manage your business operations through a single, unified interface, regardless of which underlying payment gateway you use.

Key Features

  • Gateway Orchestration: Manage multiple Latin American payment processors from one place.
  • SME Focused: Tools designed to simplify sales management and payment link generation for growing businesses.
  • Natural Language Operations: No need to navigate complex dashboards; just ask your AI to find a sale or create a link.

Available Tools

  • search_sales_and_insights: Analyze sales by ID, status, amount, or date across your connected accounts.
  • search_customers_crm: Access customer details and purchase history to provide better support.
  • generate_payment_link: Create and share professional payment links instantly.
  • list_user_businesses: List all business profiles associated with your Tukuy account.

Technical Note

This server implements the Model Context Protocol (MCP) using OAuth 2.1 (PKCE) for secure authentication, ensuring that your business data remains private and protected.

Server Config

{
  "mcpServers": {
    "tukuy": {
      "url": "https://app.tukuy.club/mcp/tukuy"
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
Tukuy Club
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Hellogrowthcrm

2 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago
Payai X402 Tools

11 hours ago