ugarapi-mcp-server 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,441 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>UgarAPI Banner</title>
7
+ <style>
8
+ @import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Syne:wght@700;800&display=swap');
9
+
10
+ * { margin: 0; padding: 0; box-sizing: border-box; }
11
+
12
+ body {
13
+ width: 1270px;
14
+ height: 760px;
15
+ overflow: hidden;
16
+ background: #0a0a0a;
17
+ font-family: 'Space Mono', monospace;
18
+ }
19
+
20
+ .banner {
21
+ width: 1270px;
22
+ height: 760px;
23
+ background: #060608;
24
+ position: relative;
25
+ overflow: hidden;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: center;
29
+ }
30
+
31
+ /* Grid background */
32
+ .grid {
33
+ position: absolute;
34
+ inset: 0;
35
+ background-image:
36
+ linear-gradient(rgba(247, 147, 26, 0.07) 1px, transparent 1px),
37
+ linear-gradient(90deg, rgba(247, 147, 26, 0.07) 1px, transparent 1px);
38
+ background-size: 60px 60px;
39
+ mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
40
+ }
41
+
42
+ /* Glow effects */
43
+ .glow-left {
44
+ position: absolute;
45
+ width: 500px;
46
+ height: 500px;
47
+ border-radius: 50%;
48
+ background: radial-gradient(circle, rgba(247, 147, 26, 0.15) 0%, transparent 70%);
49
+ left: -100px;
50
+ top: 50%;
51
+ transform: translateY(-50%);
52
+ }
53
+
54
+ .glow-right {
55
+ position: absolute;
56
+ width: 400px;
57
+ height: 400px;
58
+ border-radius: 50%;
59
+ background: radial-gradient(circle, rgba(255, 165, 0, 0.1) 0%, transparent 70%);
60
+ right: -50px;
61
+ top: 20%;
62
+ }
63
+
64
+ .glow-center {
65
+ position: absolute;
66
+ width: 800px;
67
+ height: 300px;
68
+ border-radius: 50%;
69
+ background: radial-gradient(ellipse, rgba(247, 147, 26, 0.08) 0%, transparent 70%);
70
+ top: 50%;
71
+ left: 50%;
72
+ transform: translate(-50%, -50%);
73
+ }
74
+
75
+ /* Circuit lines */
76
+ .circuit {
77
+ position: absolute;
78
+ inset: 0;
79
+ }
80
+
81
+ .circuit svg {
82
+ width: 100%;
83
+ height: 100%;
84
+ opacity: 0.15;
85
+ }
86
+
87
+ /* Main content */
88
+ .content {
89
+ position: relative;
90
+ z-index: 10;
91
+ display: flex;
92
+ flex-direction: column;
93
+ align-items: center;
94
+ gap: 0;
95
+ }
96
+
97
+ /* Top badge */
98
+ .badge {
99
+ display: flex;
100
+ align-items: center;
101
+ gap: 8px;
102
+ background: rgba(247, 147, 26, 0.1);
103
+ border: 1px solid rgba(247, 147, 26, 0.3);
104
+ border-radius: 100px;
105
+ padding: 6px 16px;
106
+ margin-bottom: 28px;
107
+ }
108
+
109
+ .badge-dot {
110
+ width: 6px;
111
+ height: 6px;
112
+ border-radius: 50%;
113
+ background: #f7931a;
114
+ box-shadow: 0 0 8px #f7931a;
115
+ animation: pulse 2s infinite;
116
+ }
117
+
118
+ @keyframes pulse {
119
+ 0%, 100% { opacity: 1; }
120
+ 50% { opacity: 0.4; }
121
+ }
122
+
123
+ .badge-text {
124
+ font-family: 'Space Mono', monospace;
125
+ font-size: 11px;
126
+ color: #f7931a;
127
+ letter-spacing: 2px;
128
+ text-transform: uppercase;
129
+ }
130
+
131
+ /* Logo area */
132
+ .logo-area {
133
+ display: flex;
134
+ align-items: center;
135
+ gap: 20px;
136
+ margin-bottom: 20px;
137
+ }
138
+
139
+ .logo-icon {
140
+ width: 72px;
141
+ height: 72px;
142
+ background: linear-gradient(135deg, #f7931a, #ff6b00);
143
+ border-radius: 18px;
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: center;
147
+ font-size: 36px;
148
+ box-shadow: 0 0 40px rgba(247, 147, 26, 0.4), 0 0 80px rgba(247, 147, 26, 0.15);
149
+ position: relative;
150
+ }
151
+
152
+ .logo-icon::after {
153
+ content: '';
154
+ position: absolute;
155
+ inset: -2px;
156
+ border-radius: 20px;
157
+ background: linear-gradient(135deg, #f7931a, transparent, #ff6b00);
158
+ z-index: -1;
159
+ opacity: 0.5;
160
+ }
161
+
162
+ /* Main title */
163
+ .title {
164
+ font-family: 'Syne', sans-serif;
165
+ font-size: 92px;
166
+ font-weight: 800;
167
+ color: #ffffff;
168
+ letter-spacing: -4px;
169
+ line-height: 1;
170
+ text-align: center;
171
+ }
172
+
173
+ .title span {
174
+ color: #f7931a;
175
+ text-shadow: 0 0 40px rgba(247, 147, 26, 0.5);
176
+ }
177
+
178
+ /* Tagline */
179
+ .tagline {
180
+ font-family: 'Space Mono', monospace;
181
+ font-size: 18px;
182
+ color: rgba(255,255,255,0.5);
183
+ letter-spacing: 1px;
184
+ text-align: center;
185
+ margin-top: 14px;
186
+ margin-bottom: 44px;
187
+ }
188
+
189
+ .tagline strong {
190
+ color: rgba(255,255,255,0.85);
191
+ }
192
+
193
+ /* Services row */
194
+ .services {
195
+ display: flex;
196
+ gap: 14px;
197
+ margin-bottom: 44px;
198
+ }
199
+
200
+ .service-pill {
201
+ display: flex;
202
+ align-items: center;
203
+ gap: 10px;
204
+ background: rgba(255,255,255,0.04);
205
+ border: 1px solid rgba(255,255,255,0.1);
206
+ border-radius: 12px;
207
+ padding: 12px 20px;
208
+ transition: all 0.3s;
209
+ }
210
+
211
+ .service-pill:hover {
212
+ border-color: rgba(247, 147, 26, 0.4);
213
+ background: rgba(247, 147, 26, 0.05);
214
+ }
215
+
216
+ .service-icon {
217
+ font-size: 18px;
218
+ }
219
+
220
+ .service-info {
221
+ display: flex;
222
+ flex-direction: column;
223
+ gap: 2px;
224
+ }
225
+
226
+ .service-name {
227
+ font-family: 'Space Mono', monospace;
228
+ font-size: 12px;
229
+ color: rgba(255,255,255,0.8);
230
+ font-weight: 700;
231
+ }
232
+
233
+ .service-price {
234
+ font-family: 'Space Mono', monospace;
235
+ font-size: 10px;
236
+ color: #f7931a;
237
+ }
238
+
239
+ /* Bottom row */
240
+ .bottom-row {
241
+ display: flex;
242
+ align-items: center;
243
+ gap: 32px;
244
+ }
245
+
246
+ .url-tag {
247
+ font-family: 'Space Mono', monospace;
248
+ font-size: 14px;
249
+ color: rgba(255,255,255,0.3);
250
+ letter-spacing: 1px;
251
+ }
252
+
253
+ .url-tag span {
254
+ color: rgba(255,255,255,0.6);
255
+ }
256
+
257
+ .divider {
258
+ width: 1px;
259
+ height: 20px;
260
+ background: rgba(255,255,255,0.15);
261
+ }
262
+
263
+ .lightning-badge {
264
+ display: flex;
265
+ align-items: center;
266
+ gap: 8px;
267
+ background: rgba(247, 147, 26, 0.15);
268
+ border: 1px solid rgba(247, 147, 26, 0.4);
269
+ border-radius: 8px;
270
+ padding: 8px 16px;
271
+ }
272
+
273
+ .lightning-badge span {
274
+ font-family: 'Space Mono', monospace;
275
+ font-size: 12px;
276
+ color: #f7931a;
277
+ font-weight: 700;
278
+ letter-spacing: 1px;
279
+ }
280
+
281
+ /* Corner decorations */
282
+ .corner {
283
+ position: absolute;
284
+ width: 60px;
285
+ height: 60px;
286
+ opacity: 0.3;
287
+ }
288
+
289
+ .corner-tl {
290
+ top: 30px;
291
+ left: 30px;
292
+ border-top: 2px solid #f7931a;
293
+ border-left: 2px solid #f7931a;
294
+ }
295
+
296
+ .corner-tr {
297
+ top: 30px;
298
+ right: 30px;
299
+ border-top: 2px solid #f7931a;
300
+ border-right: 2px solid #f7931a;
301
+ }
302
+
303
+ .corner-bl {
304
+ bottom: 30px;
305
+ left: 30px;
306
+ border-bottom: 2px solid #f7931a;
307
+ border-left: 2px solid #f7931a;
308
+ }
309
+
310
+ .corner-br {
311
+ bottom: 30px;
312
+ right: 30px;
313
+ border-bottom: 2px solid #f7931a;
314
+ border-right: 2px solid #f7931a;
315
+ }
316
+
317
+ /* Floating nodes */
318
+ .node {
319
+ position: absolute;
320
+ width: 8px;
321
+ height: 8px;
322
+ border-radius: 50%;
323
+ background: #f7931a;
324
+ opacity: 0.4;
325
+ box-shadow: 0 0 10px #f7931a;
326
+ }
327
+
328
+ .node-1 { top: 15%; left: 8%; }
329
+ .node-2 { top: 75%; left: 5%; }
330
+ .node-3 { top: 20%; right: 10%; }
331
+ .node-4 { top: 65%; right: 7%; }
332
+ .node-5 { top: 45%; left: 3%; }
333
+ .node-6 { top: 30%; right: 4%; }
334
+
335
+ /* Scan line */
336
+ .scanline {
337
+ position: absolute;
338
+ width: 100%;
339
+ height: 2px;
340
+ background: linear-gradient(90deg, transparent, rgba(247, 147, 26, 0.3), transparent);
341
+ animation: scan 4s linear infinite;
342
+ opacity: 0.5;
343
+ }
344
+
345
+ @keyframes scan {
346
+ 0% { top: -2px; }
347
+ 100% { top: 762px; }
348
+ }
349
+ </style>
350
+ </head>
351
+ <body>
352
+ <div class="banner">
353
+ <!-- Background elements -->
354
+ <div class="grid"></div>
355
+ <div class="glow-left"></div>
356
+ <div class="glow-right"></div>
357
+ <div class="glow-center"></div>
358
+ <div class="scanline"></div>
359
+
360
+ <!-- Circuit decoration -->
361
+ <div class="circuit">
362
+ <svg viewBox="0 0 1270 760" preserveAspectRatio="xMidYMid slice">
363
+ <path d="M 0 200 L 100 200 L 100 300 L 200 300" stroke="#f7931a" stroke-width="1" fill="none"/>
364
+ <path d="M 0 400 L 150 400 L 150 500 L 250 500" stroke="#f7931a" stroke-width="1" fill="none"/>
365
+ <path d="M 1270 150 L 1170 150 L 1170 250 L 1070 250" stroke="#f7931a" stroke-width="1" fill="none"/>
366
+ <path d="M 1270 550 L 1120 550 L 1120 450 L 1020 450" stroke="#f7931a" stroke-width="1" fill="none"/>
367
+ <circle cx="100" cy="300" r="4" fill="#f7931a"/>
368
+ <circle cx="150" cy="500" r="4" fill="#f7931a"/>
369
+ <circle cx="1170" cy="250" r="4" fill="#f7931a"/>
370
+ <circle cx="1120" cy="450" r="4" fill="#f7931a"/>
371
+ </svg>
372
+ </div>
373
+
374
+ <!-- Corner decorations -->
375
+ <div class="corner corner-tl"></div>
376
+ <div class="corner corner-tr"></div>
377
+ <div class="corner corner-bl"></div>
378
+ <div class="corner corner-br"></div>
379
+
380
+ <!-- Floating nodes -->
381
+ <div class="node node-1"></div>
382
+ <div class="node node-2"></div>
383
+ <div class="node node-3"></div>
384
+ <div class="node node-4"></div>
385
+ <div class="node node-5"></div>
386
+ <div class="node node-6"></div>
387
+
388
+ <!-- Main content -->
389
+ <div class="content">
390
+ <div class="badge">
391
+ <div class="badge-dot"></div>
392
+ <span class="badge-text">Now Live</span>
393
+ </div>
394
+
395
+ <div class="logo-area">
396
+ <div class="logo-icon">⚡</div>
397
+ </div>
398
+
399
+ <div class="title">Ugar<span>API</span></div>
400
+
401
+ <div class="tagline">
402
+ <strong>Automated services for AI agents</strong> — paid via Bitcoin Lightning
403
+ </div>
404
+
405
+ <div class="services">
406
+ <div class="service-pill">
407
+ <span class="service-icon">🔍</span>
408
+ <div class="service-info">
409
+ <span class="service-name">Web Extraction</span>
410
+ <span class="service-price">1,000 sats</span>
411
+ </div>
412
+ </div>
413
+ <div class="service-pill">
414
+ <span class="service-icon">📝</span>
415
+ <div class="service-info">
416
+ <span class="service-name">Doc Timestamping</span>
417
+ <span class="service-price">5,000 sats</span>
418
+ </div>
419
+ </div>
420
+ <div class="service-pill">
421
+ <span class="service-icon">🌐</span>
422
+ <div class="service-info">
423
+ <span class="service-name">API Aggregator</span>
424
+ <span class="service-price">200 sats</span>
425
+ </div>
426
+ </div>
427
+ </div>
428
+
429
+ <div class="bottom-row">
430
+ <span class="url-tag">ugarapi<span>.com</span></span>
431
+ <div class="divider"></div>
432
+ <div class="lightning-badge">
433
+ <span>⚡ BITCOIN LIGHTNING</span>
434
+ </div>
435
+ <div class="divider"></div>
436
+ <span class="url-tag"><span>No API Keys Required</span></span>
437
+ </div>
438
+ </div>
439
+ </div>
440
+ </body>
441
+ </html>
Binary file