From 7e434ddf50b2a71ece5836f16345167b073f6761 Mon Sep 17 00:00:00 2001 From: mizukaizen Date: Fri, 15 May 2026 18:11:20 +0100 Subject: [PATCH] Add melis.ai to Ecosystem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 22 pay-per-call utility tools for AI agents covering web scraping, markdown conversion, prompt injection scoring, URL safety, schema validation, notifications, embeddings, vector memory, image moderation, PDF rendering, on-chain wallet trust scoring, agent context relay, and multi-agent chain budget enforcement. Composes into the canonical x402 RAG pipeline (ScrapePay → MarkdownOpt → EmbedPay → MemoryServe → MEMSCRUB). MCP wrapper available: npx @melis-ai/x402-tools-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5610f15..21ab4e7 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ x402 is an emerging open standard from the Coinbase ecosystem focused on safer, - [Strale](https://strale.dev) - Business data & compliance APIs for AI agents. 250+ quality-scored capabilities (company data, VAT validation, sanctions screening, KYB) across 27 countries with x402 payment support. [MCP server](https://www.npmjs.com/package/strale-mcp) available. - [Hedera and the x402 Payment Standard](https://hedera.com/blog/hedera-and-the-x402-payment-standard/) - Hedera ecosystem overview of x402-style programmable payments for applications and AI agents. - [CardZero](https://cardzero.ai) - Smart-contract wallet (ERC-4337) for AI agents on Base mainnet, USDC. Buyer-side x402 support via `POST /v1/x402/pay`. Owner-controlled spending rules (per-tx limit, daily cap, whitelist, freeze) enforced on-chain. Also runs first known production deployment of ERC-8004 + ERC-8183. +- [melis.ai](https://agents.melis.ai) - 22 pay-per-call utility tools for AI agents: web scraping (ScrapePay), markdown conversion (MarkdownOpt), prompt injection scoring (PromptGuard, MEMSCRUB), URL safety (LinkRisk, LinkSafe), schema validation (SchemaGate, xAudit), transactional notifications (NotifyRelay email/telegram/webhook), embeddings (EmbedPay), vector memory (MemoryServe), image moderation (ImageGuard), PDF rendering (DocConvert-PDF, PDF Render), wallet trust scoring (KYA Oracle), agent context relay (IntentFlow), multi-agent chain firewall (Loopwall). Canonical RAG pipeline: ScrapePay → MarkdownOpt → EmbedPay → MemoryServe → MEMSCRUB. No accounts, no API keys. USDC on Base. MCP wrapper: `npx @melis-ai/x402-tools-mcp`. ([catalogue](https://agents.melis.ai), [npm](https://www.npmjs.com/package/@melis-ai/x402-tools-mcp), [RAG pipeline](https://agents.melis.ai/pipelines/rag)) ### Facilitators & Networks - [Coinbase Hosted Facilitator (Base)](https://docs.cdp.coinbase.com/x402#offload-your-infra)