@ikeytz/maps-mcp 1.0.4 → 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 +11 -0
- package/LICENSE +26 -4
- package/README.md +174 -96
- package/bin/ikeytz-maps-mcp.js +10 -5
- package/package.json +22 -14
- package/src/cli.js +393 -182
- package/src/tools-catalog.json +475 -5
package/src/tools-catalog.json
CHANGED
|
@@ -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
|
}
|