From 1b70244739d122c57ffdb46267427a7457242915 Mon Sep 17 00:00:00 2001 From: Mohamed Kechaou Date: Fri, 24 Jul 2026 10:02:04 +0200 Subject: [PATCH 1/3] Add Utilia Solana Preflight Signed-off-by: Mohamed Kechaou --- servers/ink.utilia-solana-preflight.json | 51 ++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 servers/ink.utilia-solana-preflight.json diff --git a/servers/ink.utilia-solana-preflight.json b/servers/ink.utilia-solana-preflight.json new file mode 100644 index 0000000..a2646ec --- /dev/null +++ b/servers/ink.utilia-solana-preflight.json @@ -0,0 +1,51 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "ink.utilia-solana-preflight", + "name": "Utilia Solana Preflight", + "alias": "utilia-solana", + "description": "Live Solana priority fees, transaction simulation, diagnostics, and token-risk evidence for autonomous agents, paid per call with x402 USDC", + "schema_version": "2.1", + "categories": [ + "developer-tools", + "monitoring", + "security" + ], + "tags": [ + "solana", + "x402", + "priority-fees", + "simulation", + "token-risk", + "transactions" + ], + "transport": { + "type": "http", + "url": "https://api.utilia.ink/mcp", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "none", + "instructions": "No API key is required. Paid tools return an x402 USDC payment requirement that compatible agent clients settle per call." + }, + "contributor": { + "name": "Mohamed Kechaou", + "github": "mohamedkuch", + "url": "https://utilia.ink" + }, + "links": { + "repository": "https://github.com/mohamedkuch/utilia-x402", + "homepage": "https://utilia.ink", + "documentation": "https://api.utilia.ink/openapi.json" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "prompts": false, + "resources": false, + "read_only_mode": true + } +} From d15e4258704d6c8bf955b2a26a6a368c82b679f5 Mon Sep 17 00:00:00 2001 From: Mohamed Kechaou Date: Fri, 24 Jul 2026 22:17:59 +0200 Subject: [PATCH 2/3] Point Utilia at the public client repository --- servers/ink.utilia-solana-preflight.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/ink.utilia-solana-preflight.json b/servers/ink.utilia-solana-preflight.json index a2646ec..0586c09 100644 --- a/servers/ink.utilia-solana-preflight.json +++ b/servers/ink.utilia-solana-preflight.json @@ -35,7 +35,7 @@ "url": "https://utilia.ink" }, "links": { - "repository": "https://github.com/mohamedkuch/utilia-x402", + "repository": "https://github.com/mohamedkuch/utilia-solana-agent", "homepage": "https://utilia.ink", "documentation": "https://api.utilia.ink/openapi.json" }, From 67a783cef91d2efa415b892f36dd9aa87fa83f84 Mon Sep 17 00:00:00 2001 From: Mohamed Kechaou Date: Fri, 24 Jul 2026 23:33:14 +0200 Subject: [PATCH 3/3] Describe all six Utilia tools Signed-off-by: Mohamed Kechaou --- servers/ink.utilia-solana-preflight.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/servers/ink.utilia-solana-preflight.json b/servers/ink.utilia-solana-preflight.json index 0586c09..4e749fa 100644 --- a/servers/ink.utilia-solana-preflight.json +++ b/servers/ink.utilia-solana-preflight.json @@ -3,7 +3,7 @@ "id": "ink.utilia-solana-preflight", "name": "Utilia Solana Preflight", "alias": "utilia-solana", - "description": "Live Solana priority fees, transaction simulation, diagnostics, and token-risk evidence for autonomous agents, paid per call with x402 USDC", + "description": "Six paid tools for live Solana priority fees, transaction simulation, diagnostics, token-risk evidence, PDF-to-Markdown, and audio normalization over x402 USDC", "schema_version": "2.1", "categories": [ "developer-tools", @@ -16,7 +16,9 @@ "priority-fees", "simulation", "token-risk", - "transactions" + "transactions", + "pdf-to-markdown", + "audio-normalization" ], "transport": { "type": "http",