Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Wham Engine

БесплатноНе проверен

200 ai agent tools & services

GitHubEmbed

Описание

200 ai agent tools & services

README

WHAM ENGINE Logo

WHAM ENGINE // 200 AI Agent Micro-Skills & Services

Smithery Compatible Model Context Protocol Base L2 Settlement Tools Count License: MIT

WHAM ENGINE is a comprehensive, production-grade Model Context Protocol (MCP) server fleet delivering 200 deterministic micro-services and skills for autonomous AI agents (Claude, Cursor, Windsurf, LangChain, AutoGen).

Each micro-tool operates with strict mathematical determinism, sub-millisecond execution, active defense isolation, and automated Base L2 HTTP 402 (x402) USDC micropayments.


⚡ Quickstart

1. Install via Smithery (Claude Desktop & Cursor)

Install directly into Claude Desktop using the Smithery CLI:

npx -y @smithery/cli install wham-engine --client claude

Or for Cursor:

npx -y @smithery/cli install wham-engine --client cursor

2. Manual Claude Desktop Configuration

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "wham-engine": {
      "command": "node",
      "args": ["path/to/wham-engine/dist/ecosystem/hub_server.js"],
      "env": {
        "PAYMENT_WALLET": "0x9793E7269b3301893318dEa8338576Ba612F39B3",
        "BASE_RPC_URL": "https://mainnet.base.org"
      }
    }
  }
}

Or via NPX (zero local install):

{
  "mcpServers": {
    "wham-engine": {
      "command": "npx",
      "args": ["-y", "wham-engine"],
      "env": {
        "PAYMENT_WALLET": "0x9793E7269b3301893318dEa8338576Ba612F39B3"
      }
    }
  }
}

🛠️ The 200 Micro-Tools Fleet

WHAM ENGINE spans 8 high-leverage domains organized across 200 distinct micro-services:

Domain Tool Count Core Capabilities
AST & Static Code Auditing 25 AST complexity analysis, dead path detection, sandbox escape auditing, circular dependency detection, TypeScript contract verification
Spatial / 3D & Robotics 45 Point cloud ICP registration, exact CSG mesh booleans, Draco GLTF quantizers, quaternion SLERPs, Recast navmesh baking, Gaussian splat validators
Vector & 2D Media Pipelines 20 SVG optimization & sanitization, sub-pixel rasterization, EXIF scrubbing, WebP compression, QR/Sparkline generation
Zero-Knowledge & Cryptography 25 Poseidon Merkle proofs, ZK-SNARK Groth16 verification, EIP-712 typed hashing, Ed25519 keypair generation, Hashcash challenges
Base L2 & Web3 Settlement 30 Uniswap v3 tick math & quotes, ENS basename resolution, ERC-4337 UserOp gas estimation, Base blob gas projection, reentrancy audits
AI Safety & Alignment 20 Prompt injection filtering, demographic bias auditing, secret entropy scanning, PII redaction, jailbreak classification
Resilient Networking & Ingestion 20 Sliding-window Bloom filters, streaming JSONLines parsers, resilient HTTP probes, headless HTML fallbacks
Deterministic Math & Formats 15 Arbitrary precision financial ledgers, Parquet conversions, Cron validators, CRDT state synchronization

Explore the full machine-readable catalog and schemas in ecosystem/catalog.json and smithery.json.


💰 The x402 Base L2 Micropayment Protocol

When an autonomous agent invokes a tool without a payment signature, the server responds with a deterministic HTTP 402 Payment Required challenge containing:

  • Target tool price in USDC (typically $0.005 - $0.05 USDC)
  • Circle Native USDC Contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
  • Recipient payout wallet address
  • Single-use cryptographic nonce

Once the calling agent broadcasts the sub-cent transfer on Base L2, it resubmits with paymentSignature, which settles and yields deterministic execution.

Payout Wallet Configuration

Set your recipient address in .env or system environment:

PAYMENT_WALLET=0xYourWalletAddressHere
BASE_RPC_URL=https://mainnet.base.org

🔒 Active Defense (Ghost Mirror)

WHAM ENGINE integrates embedded active defense. Malicious requests attempting code execution, prompt injections, or SQL injection vectors automatically trigger isolated decoy responses (Ghost Mirror tier), protecting the host environment without breaking client protocol flows.


🚀 Development & Building

# Install dependencies
npm install

# Compile TypeScript to dist/
npm run build

# Start MCP server directly over stdio
npm start

# Run local development with ts-node
npm run dev

📄 License

MIT License. Created by Whambammy.

from github.com/Whambammy/wham-engine

Установить Wham Engine в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install wham-engine

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add wham-engine -- npx -y github:Whambammy/wham-engine

Пошаговые гайды: как установить Wham Engine

FAQ

Wham Engine MCP бесплатный?

Да, Wham Engine MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Wham Engine?

Нет, Wham Engine работает без API-ключей и переменных окружения.

Wham Engine — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Wham Engine в Claude Desktop, Claude Code или Cursor?

Открой Wham Engine на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

Opencode Omniroute Plugin

OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc

GitHub Actionsавтор: GitHub Actions

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

Compare Wham Engine with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai