Skip to content

Commit 1b70244

Browse files
committed
Add Utilia Solana Preflight
Signed-off-by: Mohamed Kechaou <mohamed.kechaou.de@gmail.com>
1 parent ccf5f2b commit 1b70244

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "ink.utilia-solana-preflight",
4+
"name": "Utilia Solana Preflight",
5+
"alias": "utilia-solana",
6+
"description": "Live Solana priority fees, transaction simulation, diagnostics, and token-risk evidence for autonomous agents, paid per call with x402 USDC",
7+
"schema_version": "2.1",
8+
"categories": [
9+
"developer-tools",
10+
"monitoring",
11+
"security"
12+
],
13+
"tags": [
14+
"solana",
15+
"x402",
16+
"priority-fees",
17+
"simulation",
18+
"token-risk",
19+
"transactions"
20+
],
21+
"transport": {
22+
"type": "http",
23+
"url": "https://api.utilia.ink/mcp",
24+
"metadata": {
25+
"inputs": []
26+
}
27+
},
28+
"auth": {
29+
"type": "none",
30+
"instructions": "No API key is required. Paid tools return an x402 USDC payment requirement that compatible agent clients settle per call."
31+
},
32+
"contributor": {
33+
"name": "Mohamed Kechaou",
34+
"github": "mohamedkuch",
35+
"url": "https://utilia.ink"
36+
},
37+
"links": {
38+
"repository": "https://github.com/mohamedkuch/utilia-x402",
39+
"homepage": "https://utilia.ink",
40+
"documentation": "https://api.utilia.ink/openapi.json"
41+
},
42+
"platforms": [
43+
"all"
44+
],
45+
"capabilities": {
46+
"tools": true,
47+
"prompts": false,
48+
"resources": false,
49+
"read_only_mode": true
50+
}
51+
}

0 commit comments

Comments
 (0)