CLRTY-1 ALE
OfficialEnables atomic swaps with settlement in USDT (Tether) on the CLRTY-1 platform via 1inch Fusion.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CLRTY-1 ALEdry run swap 500 CLRTY-1 to USDT"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CLRTY-1-ALE-Atomic-Liquidity
CLRTY-1 Atomic Liquidity Engine — Signal → 1inch Fusion → USDT settlement
CLRTY-1 (chain 1202) service · TypeScript/Node · Creator Chandler William Ferguson
Orgclarity-fintech/CLRTY-1-ALE-Atomic-Liquidity· package@clarity-fintech/clrty-ale-atomic-liquidity
This repository is self-contained and downloadable: clone it, install once, and it builds, tests, and runs against CLRTY-1 with the scripts documented below.
Contents
Related MCP server: 1inch Cross-Chain Swap MCP Server
What this is
CLRTY-1-ALE-Atomic-Liquidity — CLRTY-1 Atomic Liquidity Engine — Signal → 1inch Fusion → USDT settlement
Language: TypeScript (ES modules), entry
dist/server.jsRuntime: Node.js ≥ 18, HTTP service via
expressSettlement context: CLRTY-1 / chain 1202
Quickstart
git clone https://github.com/clarity-fintech/CLRTY-1-ALE-Atomic-Liquidity
cd CLRTY-1-ALE-Atomic-Liquidity
npm install
npm run build # compile TypeScript -> dist/
cp .env.example .env # then edit the values (see Configuration)
npm run dev # hot-reload dev server
npm start # run the built serviceCommand reference
Command | What it does |
| Compile TypeScript to JavaScript ( |
| Run the compiled service from the build output. |
| Run the service in watch/hot-reload mode ( |
| Run the unit test suite (RPC smoke disabled). |
| Smoke-check connectivity to CLRTY-1 ( |
| Run the live integration tests against CLRTY-1 ( |
Architecture
Source lives in src/. Module-by-module:
Module | Role |
| Atomic Liquidity Engine — Signal → 1inch Fusion → USDT settle. |
| CLRTY-1 L1 RPC client — duplicated into each service repo (no private npm this pass). |
| $CLRTY liquidity pool interaction loops — duplicated per service repo. |
| 1inch Fusion quote/swap — mock unless ONEINCH_API_KEY is set. |
| exports |
| exports |
| USDT settlement log against CLRTY-1 tip. |
Configuration
Copy .env.example to .env and set:
Variable | Default / example |
|
|
| (required) |
|
|
|
|
|
|
|
|
|
|
| (required) |
|
|
|
|
HTTP surface
The service starts an HTTP server (see src/server.ts). Route handlers are defined
in the modules listed under Architecture; start it with npm start (or npm run dev)
and call it over the port configured in your .env.
Testing
npm test # unit tests (vitest)
npm run smoke # CLRTY-1 connectivity smoke test
CLRTY_LIVE=1 npm run test:live # live CLRTY-1 integrationTest files: tests/ale.test.ts, tests/clrty1_live.test.ts, tests/smoke.test.ts
CLRTY-1 integration
src/clrty1.tsholds the CLRTY-1 client (chain 1202), used by the service to read settlement context and submit/observe activity.Configure the endpoint via the
.envvalues above; thesmokescript verifies reachability.
Security
security/CHECKLIST.md— pre-deploy security checklist.security/ebpf/— eBPF settlement-path filters (settlement_path.bpf.c,filters.yaml).
MIS kernel binding
This service is bound into the MIS substrate: see MIS_KERNEL.md and
manifests/mis_kernel.json. It settles on the same CLRTY-1 / chain 1202 network as the
MIS .mis modules, compiled by the CLRTY-MIS-Kernel misc compiler.
Backlinks
clarity-fintech/CLRTY-MIS-Kernel — MIS
misccompiler & kernelclarity-fintech/moniversive_invariant_static_ML — MIS language root
clarity-fintech/CLRTY-1-ALE-Atomic-Liquidity — this repository
CLRTY-1 (chain 1202) · Creator Chandler William Ferguson
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceAn MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.938MIT
- Flicense-qualityDmaintenanceAn MCP server that enables cross-chain token swapping between different blockchains using 1inch Fusion+ API, along with portfolio management tools for tracking assets across chains.1
- FlicenseAqualityCmaintenanceMCP server enabling AI agents to perform cross-chain token swaps through NEAR's intent-based architecture using the Defuse Protocol, with token discovery, quote retrieval, swap execution, and status tracking.5101

paean-dex-mcpofficial
Alicense-qualityDmaintenanceDEX trading MCP server enabling autonomous token swaps on Base (Uniswap v3) and Solana (Jupiter) for AI agents, with privacy-first design and read-only mode.105MIT
Related MCP Connectors
Multi-aggregator swap router for AI agents on Base. 10 bps fee. MCP-native, non-custodial.
MCP server: NEED + YIELD + CLEAN-MONEY gates with EIP-3009 attestations · Hive Civilization
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/clarity-fintech/CLRTY-1-ALE-Atomic-Liquidity'
If you have feedback or need assistance with the MCP directory API, please join our Discord server