From 118d180f69e90831292e082533c2b53761b09695 Mon Sep 17 00:00:00 2001 From: Michael Msebenzi Date: Tue, 7 Apr 2026 14:16:22 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20add=20Headless=20Oracle=20plugin=20?= =?UTF-8?q?=E2=80=94=20Ed25519-signed=20market-state=20receipts=20for=2028?= =?UTF-8?q?=20exchanges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed market-state oracle for autonomous financial agents. MCP tools: get_market_status, get_market_schedule, list_exchanges, verify_receipt. Sandbox: 200 free calls. $0.001 USDC/req via x402. --- plugins/headless_oracle/index.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/headless_oracle/index.yaml diff --git a/plugins/headless_oracle/index.yaml b/plugins/headless_oracle/index.yaml new file mode 100644 index 0000000..80a5aa4 --- /dev/null +++ b/plugins/headless_oracle/index.yaml @@ -0,0 +1,9 @@ +title: Headless Oracle +description: "Ed25519-signed market-state receipts for 28 global exchanges. Pre-trade verification gate for autonomous financial agents. UNKNOWN = CLOSED. MCP tools: get_market_status, get_market_schedule, list_exchanges, verify_receipt. Sandbox: 200 free calls. $0.001 USDC/req via x402." +github: https://github.com/LembaGang/headless-oracle-v5 +tags: + - tools + - api + - integration + - security + - agents