@ikeytz/maps-mcp 1.0.5 → 1.0.6

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.6
4
+
5
+ - Same 42 command names as `@ikeytz/mcp`. Maps data live; prices/FAQ/ratgeber/wissen/auswahl = www URL only.
6
+ - `site_overview`, `list_nav`, `resolve_locale_url`, `get_llms_txt`, `compose_*`, …
7
+
3
8
  ## 1.0.5
4
9
 
5
10
  - CLI structure aligned with `@ikeytz/mcp`: `help`/`list` ASCII table (TOOL │ ARGS │ EXAMPLE), `list --global`, `-V`/`version`/`serve`.
package/README.md CHANGED
@@ -4,7 +4,7 @@ Official **terminal CLI** and **MCP stdio proxy** for [maps.ikeytz.com](https://
4
4
 
5
5
  **Remote SSOT:** `https://maps.ikeytz.com/mcp`
6
6
  **MCP Registry:** `com.ikeytz/maps` (v1.0.1)
7
- **npm:** `@ikeytz/maps-mcp@1.0.5`
7
+ **npm:** `@ikeytz/maps-mcp@1.0.6`
8
8
  **MCP scope (server):** read/link only · `ai-train: no`
9
9
  **Auth:** public read-only MCP — no account, no API key · HTTPS POST to `/mcp`
10
10
  **License:** proprietary — `LicenseRef-ikeytz-terms` (see [LICENSE](https://unpkg.com/@ikeytz/maps-mcp/LICENSE); install & use OK; no training)
@@ -20,7 +20,7 @@ Official **terminal CLI** and **MCP stdio proxy** for [maps.ikeytz.com](https://
20
20
  | Version | `1.0.1` |
21
21
  | Status | active |
22
22
  | Website | https://maps.ikeytz.com |
23
- | npm package | `@ikeytz/maps-mcp` **1.0.5** |
23
+ | npm package | `@ikeytz/maps-mcp` **1.0.6** |
24
24
  | Remote | Streamable HTTP `https://maps.ikeytz.com/mcp` |
25
25
  | Card | https://maps.ikeytz.com/.well-known/mcp/server-card.json |
26
26
  | Search | https://registry.modelcontextprotocol.io/v0.1/servers?search=com.ikeytz/maps |
@@ -35,7 +35,7 @@ Official **terminal CLI** and **MCP stdio proxy** for [maps.ikeytz.com](https://
35
35
  {
36
36
  "registryType": "npm",
37
37
  "identifier": "@ikeytz/maps-mcp",
38
- "version": "1.0.5",
38
+ "version": "1.0.6",
39
39
  "runtimeHint": "npx",
40
40
  "transport": { "type": "stdio" }
41
41
  }
@@ -74,7 +74,7 @@ Install (Mac/Linux/Windows):
74
74
 
75
75
  ```bash
76
76
  npm i -g @ikeytz/maps-mcp
77
- ikeytz-maps-mcp --version # z. B. 1.0.5
77
+ ikeytz-maps-mcp --version # z. B. 1.0.6
78
78
  ikeytz-maps-mcp update # später: npm i -g @ikeytz/maps-mcp@latest
79
79
  ```
80
80
 
@@ -131,7 +131,7 @@ ikeytz-maps-mcp get_service_area --slug=pattonville --raw
131
131
  ikeytz-maps-mcp # MCP stdio proxy (any MCP host) — keine Args
132
132
  ikeytz-maps-mcp help # Usage + Flags + Tool-Tabelle (offline)
133
133
  ikeytz-maps-mcp update [ver] # npm i -g @ikeytz/maps-mcp@latest
134
- ikeytz-maps-mcp list # 33 Tools (offline) + global CLI flags
134
+ ikeytz-maps-mcp list # alle Tools (offline) + global CLI flags
135
135
  ikeytz-maps-mcp list --global # nur globale Flags
136
136
  ikeytz-maps-mcp describe NAME # = ikeytz-maps-mcp NAME -h
137
137
  ikeytz-maps-mcp call NAME … # oder: ikeytz-maps-mcp NAME …
@@ -166,25 +166,60 @@ Diese Flags sind **Terminal-CLI**. MCP Inspector / Cursor zeigt nur **Tools**, k
166
166
  - **`google_maps` / `icbm`:** Komma-Form wie in `/llms-orte-geo.txt`
167
167
  - Volltext Geo: `ikeytz-maps-mcp get_discovery --which llms-orte-geo`
168
168
 
169
- ## Alle 33 Tool-Befehle
169
+ ## Alle Tool-Befehle (42 www-Namen + maps-Extras)
170
+
171
+ Dieselben **42 Namen** wie `ikeytz-mcp`. maps-Daten live. Preise/FAQ/Ratgeber/Wissen/Auswahl = **www-URL**, kein www-Corpus.
170
172
 
171
173
  | Befehl | Argumente |
172
174
  |--------|-----------|
173
- | `list_service_areas` | |
174
- | `get_service_area` | `--slug` `--plz` `--name` (ein Treffer; PLZ = erster) |
175
- | `get_geo_office` | |
176
- | `get_contact` | |
175
+ | `site_overview` | `--locale` |
176
+ | `get_business_identity` | `--locale` |
177
+ | `list_nav` | `--locale` |
178
+ | `list_footer` | `--locale` |
179
+ | `list_locales` | — |
180
+ | `resolve_locale_url` | `--path*` `--locale*` |
181
+ | `get_prices` | `--locale` (www-Link) |
182
+ | `get_invoice_line_items` | `--situationKey*` `--whenKey` `--breakdown` `--locale` (www-Link) |
183
+ | `list_services` | `--locale` (www-Link) |
184
+ | `get_emergency` | `--locale` (www-Link) |
185
+ | `list_auswahl` | `--locale` (www-Link) |
186
+ | `get_auswahl_item` | `--slug*` `--locale` (www-Link) |
187
+ | `list_service_areas` | `--locale` |
188
+ | `get_service_area` | `--slug` `--plz` `--name` `--locale` |
189
+ | `get_geo_office` | `--locale` |
190
+ | `get_contact` | `--locale` |
191
+ | `get_legal` | `--doc*` `--locale` |
192
+ | `get_about` | `--locale` |
193
+ | `get_partner_info` | `--locale` (www-Link) |
194
+ | `get_links` | `--locale` |
195
+ | `get_review_url` | `--locale` (www-Link) |
196
+ | `list_faq` | `--locale` (www-Link) |
197
+ | `get_faq` | `--id` `--q` `--locale` (www-Link) |
198
+ | `list_wissen` | `--locale` (www-Link) |
199
+ | `get_wissen_entry` | `--id*` `--locale` (www-Link) |
200
+ | `list_ratgeber` | `--locale` (www-Link) |
201
+ | `get_ratgeber` | `--slug*` `--locale` (www-Link) |
202
+ | `get_page_summary` | `--path*` `--locale` |
203
+ | `get_ai_page` | `--path` `--locale` (maps ai-pages oder www-Link) |
204
+ | `get_serp_snippet` | `--path` `--url` `--slug` `--locale` |
205
+ | `find_by_keyword` | `--q*` `--limit` `--locale` |
177
206
  | `get_discovery` | `--which*` `--offset` `--limit` |
178
- | `get_llms_mcp_server` | |
179
- | `get_llms_mcp_web` | |
180
- | `find_by_keyword` | `--q*` `--limit` |
207
+ | `get_llms_txt` | `--offset` `--limit` |
208
+ | `get_llms_mcp_server` | `--offset` `--limit` |
209
+ | `get_llms_mcp_web` | `--offset` `--limit` |
210
+ | `get_ai_txt` | `--offset` `--limit` |
211
+ | `get_sitemap_txt` | `--offset` `--limit` |
212
+ | `list_whatsapp_options` | `--locale` |
213
+ | `compose_tel_mobile` | — |
214
+ | `compose_tel_landline` | — |
215
+ | `compose_whatsapp` | `--option` |
216
+ | `compose_mailto` | — |
181
217
  | `find_by_serp` | `--q` `--path` `--url` `--slug` `--limit` |
182
- | `get_serp_snippet` | `--path` `--url` `--slug` |
183
- | `find_by_plz` | `--plz*` (alle Gebiete dieser PLZ) |
218
+ | `find_by_plz` | `--plz*` |
184
219
  | `find_by_geo` | `--lat` `--lng` `--icbm` `--radius_km` `--limit` |
185
220
  | `find_by_icbm` | `--icbm` `--lat` `--lng` `--radius_km` `--limit` |
186
221
  | `find_by_gebiet` | `--q` `--name` `--slug` |
187
- | `find_by_area` | Alias von `find_by_gebiet` |
222
+ | `find_by_area` | Alias `find_by_gebiet` |
188
223
  | `list_slugs` | — |
189
224
  | `list_plz` | — |
190
225
  | `get_hub` | — |
@@ -194,15 +229,14 @@ Diese Flags sind **Terminal-CLI**. MCP Inspector / Cursor zeigt nur **Tools**, k
194
229
  | `get_geschichte` | `--slug` `--plz` `--name` |
195
230
  | `distance_to_office` | `--slug` `--lat` `--lng` `--icbm` |
196
231
  | `resolve_maps_url` | `--url` |
197
- | `find_by_google_maps` | `--q` (Koordinaten-Paste) |
198
- | `get_legal` | `--doc*` urheberrecht\|copyright\|impressum\|agb\|nutzungsbedingungen\|datenschutz\|widerruf |
199
- | `get_urheberrecht` | — (maps `/llms-urheberrecht.txt`) |
232
+ | `find_by_google_maps` | `--q` |
233
+ | `get_urheberrecht` | |
200
234
  | `get_copyright` | — |
201
235
  | `get_impressum` | — |
202
- | `get_agb` | — (www-URL) |
203
- | `get_nutzungsbedingungen` | — (www-URL) |
204
- | `get_datenschutz` | — (www-URL) |
205
- | `get_widerruf` | — (www-URL) |
236
+ | `get_agb` | — |
237
+ | `get_nutzungsbedingungen` | — |
238
+ | `get_datenschutz` | — |
239
+ | `get_widerruf` | — |
206
240
 
207
241
  Präfix immer `ikeytz-maps-mcp ` (z. B. `ikeytz-maps-mcp get_service_area -h`).
208
242
 
@@ -247,7 +281,7 @@ www bleibt **zweiter** Eintrag:
247
281
  **Option C — Terminal only**
248
282
  `ikeytz-maps-mcp get_service_area --slug=pattonville`, `ikeytz-maps-mcp list`, … — **ohne** MCP-Host.
249
283
 
250
- Alle Optionen nutzen dieselbe SSOT: `https://maps.ikeytz.com/mcp` (33 Tools, read/link only).
284
+ Alle Optionen nutzen dieselbe SSOT: `https://maps.ikeytz.com/mcp` (42 www-Namen + maps-Extras, read/link only).
251
285
 
252
286
  ## Env
253
287
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@ikeytz/maps-mcp",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "mcpName": "com.ikeytz/maps",
5
- "description": "Official CLI + MCP stdio proxy for maps.ikeytz.com — 33 read-only tools (Einsatzgebiet-Karten, not www prices) at https://maps.ikeytz.com/mcp",
5
+ "description": "Official CLI + MCP stdio proxy for maps.ikeytz.com — 42 www-command names + maps extras (Einsatzgebiet-Karten, prices/FAQ = www links) at https://maps.ikeytz.com/mcp",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "ikeytz-maps-mcp": "bin/ikeytz-maps-mcp.js"
package/src/cli.js CHANGED
@@ -57,6 +57,19 @@ function exampleForTool(name) {
57
57
  get_nutzungsbedingungen: `${p} get_nutzungsbedingungen`,
58
58
  get_datenschutz: `${p} get_datenschutz`,
59
59
  get_widerruf: `${p} get_widerruf`,
60
+ site_overview: `${p} site_overview --locale=de`,
61
+ get_business_identity: `${p} get_business_identity --locale=de`,
62
+ list_nav: `${p} list_nav --locale=de`,
63
+ list_footer: `${p} list_footer --locale=de`,
64
+ list_locales: `${p} list_locales`,
65
+ resolve_locale_url: `${p} resolve_locale_url --path=/pattonville --locale=de`,
66
+ get_prices: `${p} get_prices --locale=de`,
67
+ get_about: `${p} get_about --locale=de`,
68
+ get_links: `${p} get_links --locale=de`,
69
+ get_llms_txt: `${p} get_llms_txt`,
70
+ get_sitemap_txt: `${p} get_sitemap_txt`,
71
+ compose_tel_mobile: `${p} compose_tel_mobile`,
72
+ compose_mailto: `${p} compose_mailto`,
60
73
  };
61
74
  return map[name] || `${p} ${name}`;
62
75
  }
@@ -5,7 +5,11 @@
5
5
  "description": "Alle 52 Einsatzgebiete auf maps.ikeytz.com (Punkte, keine Polygone).",
6
6
  "inputSchema": {
7
7
  "type": "object",
8
- "properties": {}
8
+ "properties": {
9
+ "locale": {
10
+ "type": "string"
11
+ }
12
+ }
9
13
  }
10
14
  },
11
15
  {
@@ -22,6 +26,9 @@
22
26
  },
23
27
  "name": {
24
28
  "type": "string"
29
+ },
30
+ "locale": {
31
+ "type": "string"
25
32
  }
26
33
  }
27
34
  }
@@ -31,7 +38,11 @@
31
38
  "description": "Gewerbesitz Ludwigsburg. Kein Walk-in.",
32
39
  "inputSchema": {
33
40
  "type": "object",
34
- "properties": {}
41
+ "properties": {
42
+ "locale": {
43
+ "type": "string"
44
+ }
45
+ }
35
46
  }
36
47
  },
37
48
  {
@@ -39,7 +50,11 @@
39
50
  "description": "NAP: Handy, Festnetz, Fax, E-Mail, WhatsApp, Adresse.",
40
51
  "inputSchema": {
41
52
  "type": "object",
42
- "properties": {}
53
+ "properties": {
54
+ "locale": {
55
+ "type": "string"
56
+ }
57
+ }
43
58
  }
44
59
  },
45
60
  {
@@ -89,7 +104,14 @@
89
104
  "description": "Katalog llms-mcp-server.txt",
90
105
  "inputSchema": {
91
106
  "type": "object",
92
- "properties": {}
107
+ "properties": {
108
+ "offset": {
109
+ "type": "integer"
110
+ },
111
+ "limit": {
112
+ "type": "integer"
113
+ }
114
+ }
93
115
  }
94
116
  },
95
117
  {
@@ -97,7 +119,14 @@
97
119
  "description": "Katalog llms-mcp-web.txt",
98
120
  "inputSchema": {
99
121
  "type": "object",
100
- "properties": {}
122
+ "properties": {
123
+ "offset": {
124
+ "type": "integer"
125
+ },
126
+ "limit": {
127
+ "type": "integer"
128
+ }
129
+ }
101
130
  }
102
131
  },
103
132
  {
@@ -111,6 +140,9 @@
111
140
  },
112
141
  "limit": {
113
142
  "type": "integer"
143
+ },
144
+ "locale": {
145
+ "type": "string"
114
146
  }
115
147
  },
116
148
  "required": [
@@ -456,6 +488,9 @@
456
488
  },
457
489
  "limit": {
458
490
  "type": "integer"
491
+ },
492
+ "locale": {
493
+ "type": "string"
459
494
  }
460
495
  },
461
496
  "required": [
@@ -539,6 +574,441 @@
539
574
  "type": "object",
540
575
  "properties": {}
541
576
  }
577
+ },
578
+ {
579
+ "name": "site_overview",
580
+ "description": "Was ist maps.ikeytz.com — 52 Karten, nicht www-Preise.",
581
+ "inputSchema": {
582
+ "type": "object",
583
+ "properties": {
584
+ "locale": {
585
+ "type": "string"
586
+ }
587
+ }
588
+ }
589
+ },
590
+ {
591
+ "name": "get_business_identity",
592
+ "description": "Inhaber, NAP, Gewerbesitz. Kein Walk-in.",
593
+ "inputSchema": {
594
+ "type": "object",
595
+ "properties": {
596
+ "locale": {
597
+ "type": "string"
598
+ }
599
+ }
600
+ }
601
+ },
602
+ {
603
+ "name": "list_nav",
604
+ "description": "maps-Navigation: Hub, MCP, 52 Einsatzgebiete.",
605
+ "inputSchema": {
606
+ "type": "object",
607
+ "properties": {
608
+ "locale": {
609
+ "type": "string"
610
+ }
611
+ }
612
+ }
613
+ },
614
+ {
615
+ "name": "list_footer",
616
+ "description": "maps-Footer + www-HTML-Links (kein Preise-Corpus).",
617
+ "inputSchema": {
618
+ "type": "object",
619
+ "properties": {
620
+ "locale": {
621
+ "type": "string"
622
+ }
623
+ }
624
+ }
625
+ },
626
+ {
627
+ "name": "list_locales",
628
+ "description": "Locales auf maps: nur de (E8 nein).",
629
+ "inputSchema": {
630
+ "type": "object",
631
+ "properties": {}
632
+ }
633
+ },
634
+ {
635
+ "name": "resolve_locale_url",
636
+ "description": "Pfad → maps-URL (de). Keine /en auf maps.",
637
+ "inputSchema": {
638
+ "type": "object",
639
+ "properties": {
640
+ "path": {
641
+ "type": "string"
642
+ },
643
+ "locale": {
644
+ "type": "string"
645
+ }
646
+ },
647
+ "required": [
648
+ "path",
649
+ "locale"
650
+ ]
651
+ }
652
+ },
653
+ {
654
+ "name": "get_prices",
655
+ "description": "Preise sind www. maps liefert nur den Link.",
656
+ "inputSchema": {
657
+ "type": "object",
658
+ "properties": {
659
+ "locale": {
660
+ "type": "string"
661
+ }
662
+ }
663
+ }
664
+ },
665
+ {
666
+ "name": "get_invoice_line_items",
667
+ "description": "Rechnungszeilen sind www. maps nur Link.",
668
+ "inputSchema": {
669
+ "type": "object",
670
+ "properties": {
671
+ "situationKey": {
672
+ "type": "string"
673
+ },
674
+ "whenKey": {
675
+ "type": "string"
676
+ },
677
+ "breakdown": {
678
+ "type": "boolean"
679
+ },
680
+ "locale": {
681
+ "type": "string"
682
+ }
683
+ },
684
+ "required": [
685
+ "situationKey"
686
+ ]
687
+ }
688
+ },
689
+ {
690
+ "name": "list_services",
691
+ "description": "Leistungen sind www. maps nur Link.",
692
+ "inputSchema": {
693
+ "type": "object",
694
+ "properties": {
695
+ "locale": {
696
+ "type": "string"
697
+ }
698
+ }
699
+ }
700
+ },
701
+ {
702
+ "name": "get_emergency",
703
+ "description": "Notfall-Text ist www. maps nur Link.",
704
+ "inputSchema": {
705
+ "type": "object",
706
+ "properties": {
707
+ "locale": {
708
+ "type": "string"
709
+ }
710
+ }
711
+ }
712
+ },
713
+ {
714
+ "name": "list_auswahl",
715
+ "description": "Auswahl-Hub ist www. maps nur Link.",
716
+ "inputSchema": {
717
+ "type": "object",
718
+ "properties": {
719
+ "locale": {
720
+ "type": "string"
721
+ }
722
+ }
723
+ }
724
+ },
725
+ {
726
+ "name": "get_auswahl_item",
727
+ "description": "Auswahl-Detail ist www. maps nur Link.",
728
+ "inputSchema": {
729
+ "type": "object",
730
+ "properties": {
731
+ "slug": {
732
+ "type": "string"
733
+ },
734
+ "locale": {
735
+ "type": "string"
736
+ }
737
+ },
738
+ "required": [
739
+ "slug"
740
+ ]
741
+ }
742
+ },
743
+ {
744
+ "name": "get_about",
745
+ "description": "Über maps.ikeytz.com (nicht www Über-uns-Corpus).",
746
+ "inputSchema": {
747
+ "type": "object",
748
+ "properties": {
749
+ "locale": {
750
+ "type": "string"
751
+ }
752
+ }
753
+ }
754
+ },
755
+ {
756
+ "name": "get_partner_info",
757
+ "description": "Partner-werden ist www. maps nur Link.",
758
+ "inputSchema": {
759
+ "type": "object",
760
+ "properties": {
761
+ "locale": {
762
+ "type": "string"
763
+ }
764
+ }
765
+ }
766
+ },
767
+ {
768
+ "name": "get_links",
769
+ "description": "maps Discovery-URLs (Card, MCP, llms, Registry).",
770
+ "inputSchema": {
771
+ "type": "object",
772
+ "properties": {
773
+ "locale": {
774
+ "type": "string"
775
+ }
776
+ }
777
+ }
778
+ },
779
+ {
780
+ "name": "get_review_url",
781
+ "description": "Google-Review ist www. maps nur Link.",
782
+ "inputSchema": {
783
+ "type": "object",
784
+ "properties": {
785
+ "locale": {
786
+ "type": "string"
787
+ }
788
+ }
789
+ }
790
+ },
791
+ {
792
+ "name": "list_faq",
793
+ "description": "FAQ ist www. maps nur Link.",
794
+ "inputSchema": {
795
+ "type": "object",
796
+ "properties": {
797
+ "locale": {
798
+ "type": "string"
799
+ }
800
+ }
801
+ }
802
+ },
803
+ {
804
+ "name": "get_faq",
805
+ "description": "FAQ-Antwort ist www. maps nur Link.",
806
+ "inputSchema": {
807
+ "type": "object",
808
+ "properties": {
809
+ "id": {
810
+ "type": "string"
811
+ },
812
+ "q": {
813
+ "type": "string"
814
+ },
815
+ "locale": {
816
+ "type": "string"
817
+ }
818
+ }
819
+ }
820
+ },
821
+ {
822
+ "name": "list_wissen",
823
+ "description": "Wissen-Lexikon ist www. maps nur Link.",
824
+ "inputSchema": {
825
+ "type": "object",
826
+ "properties": {
827
+ "locale": {
828
+ "type": "string"
829
+ }
830
+ }
831
+ }
832
+ },
833
+ {
834
+ "name": "get_wissen_entry",
835
+ "description": "Wissen-Artikel ist www. maps nur Link.",
836
+ "inputSchema": {
837
+ "type": "object",
838
+ "properties": {
839
+ "id": {
840
+ "type": "string"
841
+ },
842
+ "locale": {
843
+ "type": "string"
844
+ }
845
+ },
846
+ "required": [
847
+ "id"
848
+ ]
849
+ }
850
+ },
851
+ {
852
+ "name": "list_ratgeber",
853
+ "description": "Ratgeber-Liste ist www. maps nur Link.",
854
+ "inputSchema": {
855
+ "type": "object",
856
+ "properties": {
857
+ "locale": {
858
+ "type": "string"
859
+ }
860
+ }
861
+ }
862
+ },
863
+ {
864
+ "name": "get_ratgeber",
865
+ "description": "Ratgeber-Seite ist www. maps nur Link.",
866
+ "inputSchema": {
867
+ "type": "object",
868
+ "properties": {
869
+ "slug": {
870
+ "type": "string"
871
+ },
872
+ "locale": {
873
+ "type": "string"
874
+ }
875
+ },
876
+ "required": [
877
+ "slug"
878
+ ]
879
+ }
880
+ },
881
+ {
882
+ "name": "get_page_summary",
883
+ "description": "Kurz: maps-Ort oder www-Pfad-Link.",
884
+ "inputSchema": {
885
+ "type": "object",
886
+ "properties": {
887
+ "path": {
888
+ "type": "string"
889
+ },
890
+ "slug": {
891
+ "type": "string"
892
+ },
893
+ "locale": {
894
+ "type": "string"
895
+ }
896
+ },
897
+ "required": [
898
+ "path"
899
+ ]
900
+ }
901
+ },
902
+ {
903
+ "name": "get_ai_page",
904
+ "description": "maps /ai-pages/de/{slug}.txt oder www-Link.",
905
+ "inputSchema": {
906
+ "type": "object",
907
+ "properties": {
908
+ "path": {
909
+ "type": "string"
910
+ },
911
+ "slug": {
912
+ "type": "string"
913
+ },
914
+ "locale": {
915
+ "type": "string"
916
+ }
917
+ }
918
+ }
919
+ },
920
+ {
921
+ "name": "get_llms_txt",
922
+ "description": "maps /llms.txt 1:1.",
923
+ "inputSchema": {
924
+ "type": "object",
925
+ "properties": {
926
+ "offset": {
927
+ "type": "integer"
928
+ },
929
+ "limit": {
930
+ "type": "integer"
931
+ }
932
+ }
933
+ }
934
+ },
935
+ {
936
+ "name": "get_ai_txt",
937
+ "description": "maps /.well-known/ai.txt 1:1.",
938
+ "inputSchema": {
939
+ "type": "object",
940
+ "properties": {
941
+ "offset": {
942
+ "type": "integer"
943
+ },
944
+ "limit": {
945
+ "type": "integer"
946
+ }
947
+ }
948
+ }
949
+ },
950
+ {
951
+ "name": "get_sitemap_txt",
952
+ "description": "maps /sitemap.txt 1:1.",
953
+ "inputSchema": {
954
+ "type": "object",
955
+ "properties": {
956
+ "offset": {
957
+ "type": "integer"
958
+ },
959
+ "limit": {
960
+ "type": "integer"
961
+ }
962
+ }
963
+ }
964
+ },
965
+ {
966
+ "name": "list_whatsapp_options",
967
+ "description": "WhatsApp-Vorlagen (Link only, kein Formular).",
968
+ "inputSchema": {
969
+ "type": "object",
970
+ "properties": {
971
+ "locale": {
972
+ "type": "string"
973
+ }
974
+ }
975
+ }
976
+ },
977
+ {
978
+ "name": "compose_tel_mobile",
979
+ "description": "tel:-Link Handy.",
980
+ "inputSchema": {
981
+ "type": "object",
982
+ "properties": {}
983
+ }
984
+ },
985
+ {
986
+ "name": "compose_tel_landline",
987
+ "description": "tel:-Link Festnetz.",
988
+ "inputSchema": {
989
+ "type": "object",
990
+ "properties": {}
991
+ }
992
+ },
993
+ {
994
+ "name": "compose_whatsapp",
995
+ "description": "wa.me-Link. option=zugefallen|abgeschlossen|zylinder|beratung",
996
+ "inputSchema": {
997
+ "type": "object",
998
+ "properties": {
999
+ "option": {
1000
+ "type": "string"
1001
+ }
1002
+ }
1003
+ }
1004
+ },
1005
+ {
1006
+ "name": "compose_mailto",
1007
+ "description": "mailto:info@ikeytz.com",
1008
+ "inputSchema": {
1009
+ "type": "object",
1010
+ "properties": {}
1011
+ }
542
1012
  }
543
1013
  ]
544
1014
  }