Skip to content

Commit 760e750

Browse files
authored
Add Utilia Solana Preflight (#266)
* Add Utilia Solana Preflight Signed-off-by: Mohamed Kechaou <mohamed.kechaou.de@gmail.com> * Point Utilia at the public client repository * Describe all six Utilia tools Signed-off-by: Mohamed Kechaou <mohamed.kechaou.de@gmail.com> --------- Signed-off-by: Mohamed Kechaou <mohamed.kechaou.de@gmail.com>
1 parent c6d1ef8 commit 760e750

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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": "Six paid tools for live Solana priority fees, transaction simulation, diagnostics, token-risk evidence, PDF-to-Markdown, and audio normalization over 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+
"pdf-to-markdown",
21+
"audio-normalization"
22+
],
23+
"transport": {
24+
"type": "http",
25+
"url": "https://api.utilia.ink/mcp",
26+
"metadata": {
27+
"inputs": []
28+
}
29+
},
30+
"auth": {
31+
"type": "none",
32+
"instructions": "No API key is required. Paid tools return an x402 USDC payment requirement that compatible agent clients settle per call."
33+
},
34+
"contributor": {
35+
"name": "Mohamed Kechaou",
36+
"github": "mohamedkuch",
37+
"url": "https://utilia.ink"
38+
},
39+
"links": {
40+
"repository": "https://github.com/mohamedkuch/utilia-solana-agent",
41+
"homepage": "https://utilia.ink",
42+
"documentation": "https://api.utilia.ink/openapi.json"
43+
},
44+
"platforms": [
45+
"all"
46+
],
47+
"capabilities": {
48+
"tools": true,
49+
"prompts": false,
50+
"resources": false,
51+
"read_only_mode": true
52+
}
53+
}

0 commit comments

Comments
 (0)