From 9f2b8ba34c07ae84e91784e4f78c313f20727c24 Mon Sep 17 00:00:00 2001 From: GoldMineX Date: Tue, 25 Aug 2026 20:26:46 +0200 Subject: [PATCH] Create agent-token-stripper.json --- .../io.github.goldminex/agent-token-stripper.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 servers/io.github.goldminex/agent-token-stripper.json diff --git a/servers/io.github.goldminex/agent-token-stripper.json b/servers/io.github.goldminex/agent-token-stripper.json new file mode 100644 index 00000000..7639a83d --- /dev/null +++ b/servers/io.github.goldminex/agent-token-stripper.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json", + "name": "io.github.goldminex/agent-token-stripper", + "version": "1.0.0", + "description": "Autonomous x402 Machine-to-Machine Token Stripper API settling $0.002 USDC micro-payments on Base L2.", + "repository": { + "type": "git", + "url": "https://github.com/GoldMineX/gold-mind-max" + }, + "transport": { + "type": "http", + "url": "https://gold-mind-max.vercel.app/api/extract" + } +}