0nmcp 2.1.0 → 2.3.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.
- package/README.md +69 -31
- package/catalog.js +756 -0
- package/cli.js +143 -0
- package/lib/badges.json +5 -5
- package/lib/catalog.json +653 -3
- package/lib/stats.json +647 -35
- package/package.json +38 -10
- package/vault/sync.js +250 -0
package/lib/catalog.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"_meta": {
|
|
4
4
|
"name": "0nMCP Service Catalog",
|
|
5
5
|
"description": "Single source of truth for all services, tools, actions, and triggers in the 0nMCP ecosystem",
|
|
6
|
-
"version": "
|
|
7
|
-
"lastUpdated": "2026-02-
|
|
6
|
+
"version": "2.2.0",
|
|
7
|
+
"lastUpdated": "2026-02-28T12:00:00Z",
|
|
8
8
|
"maintainer": "0nORK <hello@0nork.com>"
|
|
9
9
|
},
|
|
10
10
|
"services": [
|
|
@@ -793,6 +793,648 @@
|
|
|
793
793
|
"document_deleted"
|
|
794
794
|
],
|
|
795
795
|
"rateLimit": { "requests": 100, "window": 1 }
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"id": "quickbooks",
|
|
799
|
+
"name": "QuickBooks",
|
|
800
|
+
"category": "accounting",
|
|
801
|
+
"description": "Invoices, customers, payments, accounts, reports",
|
|
802
|
+
"tools": [
|
|
803
|
+
"quickbooks_create_invoice",
|
|
804
|
+
"quickbooks_list_invoices",
|
|
805
|
+
"quickbooks_get_invoice",
|
|
806
|
+
"quickbooks_send_invoice",
|
|
807
|
+
"quickbooks_create_customer",
|
|
808
|
+
"quickbooks_list_customers",
|
|
809
|
+
"quickbooks_get_customer",
|
|
810
|
+
"quickbooks_update_customer",
|
|
811
|
+
"quickbooks_create_payment",
|
|
812
|
+
"quickbooks_list_payments",
|
|
813
|
+
"quickbooks_list_accounts",
|
|
814
|
+
"quickbooks_get_account",
|
|
815
|
+
"quickbooks_create_bill",
|
|
816
|
+
"quickbooks_list_bills",
|
|
817
|
+
"quickbooks_create_estimate",
|
|
818
|
+
"quickbooks_send_estimate",
|
|
819
|
+
"quickbooks_create_item",
|
|
820
|
+
"quickbooks_list_items",
|
|
821
|
+
"quickbooks_get_item",
|
|
822
|
+
"quickbooks_profit_loss_report",
|
|
823
|
+
"quickbooks_balance_sheet"
|
|
824
|
+
],
|
|
825
|
+
"actions": [
|
|
826
|
+
"quickbooks_sync",
|
|
827
|
+
"invoice_report",
|
|
828
|
+
"revenue_summary"
|
|
829
|
+
],
|
|
830
|
+
"triggers": [
|
|
831
|
+
"payment_received",
|
|
832
|
+
"invoice_created",
|
|
833
|
+
"invoice_overdue",
|
|
834
|
+
"customer_created"
|
|
835
|
+
],
|
|
836
|
+
"rateLimit": { "requests": 100, "window": 60 }
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"id": "asana",
|
|
840
|
+
"name": "Asana",
|
|
841
|
+
"category": "project",
|
|
842
|
+
"description": "Tasks, projects, sections, workspaces, tags, teams",
|
|
843
|
+
"tools": [
|
|
844
|
+
"asana_create_task",
|
|
845
|
+
"asana_list_tasks",
|
|
846
|
+
"asana_get_task",
|
|
847
|
+
"asana_update_task",
|
|
848
|
+
"asana_delete_task",
|
|
849
|
+
"asana_create_project",
|
|
850
|
+
"asana_list_projects",
|
|
851
|
+
"asana_get_project",
|
|
852
|
+
"asana_create_section",
|
|
853
|
+
"asana_list_sections",
|
|
854
|
+
"asana_list_workspaces",
|
|
855
|
+
"asana_create_tag",
|
|
856
|
+
"asana_list_tags",
|
|
857
|
+
"asana_list_teams",
|
|
858
|
+
"asana_add_task_to_project",
|
|
859
|
+
"asana_search_tasks"
|
|
860
|
+
],
|
|
861
|
+
"actions": [
|
|
862
|
+
"asana_sync",
|
|
863
|
+
"task_report"
|
|
864
|
+
],
|
|
865
|
+
"triggers": [
|
|
866
|
+
"task_created",
|
|
867
|
+
"task_completed",
|
|
868
|
+
"task_assigned",
|
|
869
|
+
"project_updated"
|
|
870
|
+
],
|
|
871
|
+
"rateLimit": { "requests": 100, "window": 60 }
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"id": "intercom",
|
|
875
|
+
"name": "Intercom",
|
|
876
|
+
"category": "support",
|
|
877
|
+
"description": "Contacts, conversations, companies, tags, articles",
|
|
878
|
+
"tools": [
|
|
879
|
+
"intercom_create_contact",
|
|
880
|
+
"intercom_list_contacts",
|
|
881
|
+
"intercom_search_contacts",
|
|
882
|
+
"intercom_update_contact",
|
|
883
|
+
"intercom_create_conversation",
|
|
884
|
+
"intercom_list_conversations",
|
|
885
|
+
"intercom_reply_to_conversation",
|
|
886
|
+
"intercom_close_conversation",
|
|
887
|
+
"intercom_create_company",
|
|
888
|
+
"intercom_list_companies",
|
|
889
|
+
"intercom_create_tag",
|
|
890
|
+
"intercom_tag_contact",
|
|
891
|
+
"intercom_list_tags",
|
|
892
|
+
"intercom_create_article",
|
|
893
|
+
"intercom_list_articles"
|
|
894
|
+
],
|
|
895
|
+
"actions": [
|
|
896
|
+
"intercom_sync",
|
|
897
|
+
"support_report"
|
|
898
|
+
],
|
|
899
|
+
"triggers": [
|
|
900
|
+
"conversation_created",
|
|
901
|
+
"conversation_replied",
|
|
902
|
+
"contact_created",
|
|
903
|
+
"tag_applied"
|
|
904
|
+
],
|
|
905
|
+
"rateLimit": { "requests": 100, "window": 60 }
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"id": "dropbox",
|
|
909
|
+
"name": "Dropbox",
|
|
910
|
+
"category": "storage",
|
|
911
|
+
"description": "Files, folders, sharing, search, metadata",
|
|
912
|
+
"tools": [
|
|
913
|
+
"dropbox_list_folder",
|
|
914
|
+
"dropbox_list_folder_continue",
|
|
915
|
+
"dropbox_get_metadata",
|
|
916
|
+
"dropbox_create_folder",
|
|
917
|
+
"dropbox_delete",
|
|
918
|
+
"dropbox_move",
|
|
919
|
+
"dropbox_copy",
|
|
920
|
+
"dropbox_search",
|
|
921
|
+
"dropbox_create_shared_link",
|
|
922
|
+
"dropbox_list_shared_links"
|
|
923
|
+
],
|
|
924
|
+
"actions": [
|
|
925
|
+
"dropbox_sync",
|
|
926
|
+
"backup_report"
|
|
927
|
+
],
|
|
928
|
+
"triggers": [
|
|
929
|
+
"file_uploaded",
|
|
930
|
+
"file_modified",
|
|
931
|
+
"folder_created"
|
|
932
|
+
],
|
|
933
|
+
"rateLimit": { "requests": 100, "window": 60 }
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"id": "whatsapp",
|
|
937
|
+
"name": "WhatsApp",
|
|
938
|
+
"category": "communication",
|
|
939
|
+
"description": "Text messages, templates, media via Business API",
|
|
940
|
+
"tools": [
|
|
941
|
+
"whatsapp_send_text",
|
|
942
|
+
"whatsapp_send_template",
|
|
943
|
+
"whatsapp_send_media",
|
|
944
|
+
"whatsapp_list_templates",
|
|
945
|
+
"whatsapp_upload_media",
|
|
946
|
+
"whatsapp_get_media_url"
|
|
947
|
+
],
|
|
948
|
+
"actions": [
|
|
949
|
+
"whatsapp_broadcast"
|
|
950
|
+
],
|
|
951
|
+
"triggers": [
|
|
952
|
+
"message_received",
|
|
953
|
+
"message_delivered",
|
|
954
|
+
"message_read"
|
|
955
|
+
],
|
|
956
|
+
"rateLimit": { "requests": 80, "window": 60 }
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"id": "instagram",
|
|
960
|
+
"name": "Instagram",
|
|
961
|
+
"category": "social",
|
|
962
|
+
"description": "Media, comments, stories, insights, profile management",
|
|
963
|
+
"tools": [
|
|
964
|
+
"instagram_list_media",
|
|
965
|
+
"instagram_get_media",
|
|
966
|
+
"instagram_create_media_container",
|
|
967
|
+
"instagram_publish_media",
|
|
968
|
+
"instagram_list_comments",
|
|
969
|
+
"instagram_reply_to_comment",
|
|
970
|
+
"instagram_delete_comment",
|
|
971
|
+
"instagram_get_insights",
|
|
972
|
+
"instagram_list_stories",
|
|
973
|
+
"instagram_get_profile"
|
|
974
|
+
],
|
|
975
|
+
"actions": [
|
|
976
|
+
"instagram_schedule_post",
|
|
977
|
+
"engagement_report"
|
|
978
|
+
],
|
|
979
|
+
"triggers": [
|
|
980
|
+
"comment_received",
|
|
981
|
+
"mention_received",
|
|
982
|
+
"media_published"
|
|
983
|
+
],
|
|
984
|
+
"rateLimit": { "requests": 60, "window": 60 }
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"id": "twitter",
|
|
988
|
+
"name": "Twitter / X",
|
|
989
|
+
"category": "social",
|
|
990
|
+
"description": "Tweets, users, followers, lists, DMs, engagement",
|
|
991
|
+
"tools": [
|
|
992
|
+
"twitter_create_tweet",
|
|
993
|
+
"twitter_delete_tweet",
|
|
994
|
+
"twitter_search_tweets",
|
|
995
|
+
"twitter_get_user",
|
|
996
|
+
"twitter_get_user_by_username",
|
|
997
|
+
"twitter_get_followers",
|
|
998
|
+
"twitter_get_following",
|
|
999
|
+
"twitter_create_list",
|
|
1000
|
+
"twitter_get_lists",
|
|
1001
|
+
"twitter_send_dm",
|
|
1002
|
+
"twitter_get_tweet",
|
|
1003
|
+
"twitter_get_user_tweets",
|
|
1004
|
+
"twitter_like_tweet",
|
|
1005
|
+
"twitter_unlike_tweet",
|
|
1006
|
+
"twitter_retweet",
|
|
1007
|
+
"twitter_unretweet"
|
|
1008
|
+
],
|
|
1009
|
+
"actions": [
|
|
1010
|
+
"twitter_schedule_post",
|
|
1011
|
+
"follower_report"
|
|
1012
|
+
],
|
|
1013
|
+
"triggers": [
|
|
1014
|
+
"mention_received",
|
|
1015
|
+
"dm_received",
|
|
1016
|
+
"follower_gained"
|
|
1017
|
+
],
|
|
1018
|
+
"rateLimit": { "requests": 50, "window": 60 }
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"id": "tiktok",
|
|
1022
|
+
"name": "TikTok",
|
|
1023
|
+
"category": "social",
|
|
1024
|
+
"description": "Videos, campaigns, ad groups, ads, reporting",
|
|
1025
|
+
"tools": [
|
|
1026
|
+
"tiktok_list_videos",
|
|
1027
|
+
"tiktok_get_video_info",
|
|
1028
|
+
"tiktok_create_campaign",
|
|
1029
|
+
"tiktok_list_campaigns",
|
|
1030
|
+
"tiktok_get_campaign",
|
|
1031
|
+
"tiktok_update_campaign",
|
|
1032
|
+
"tiktok_create_ad_group",
|
|
1033
|
+
"tiktok_list_ad_groups",
|
|
1034
|
+
"tiktok_create_ad",
|
|
1035
|
+
"tiktok_list_ads",
|
|
1036
|
+
"tiktok_get_report"
|
|
1037
|
+
],
|
|
1038
|
+
"actions": [
|
|
1039
|
+
"tiktok_schedule_post",
|
|
1040
|
+
"performance_report"
|
|
1041
|
+
],
|
|
1042
|
+
"triggers": [
|
|
1043
|
+
"video_published",
|
|
1044
|
+
"campaign_completed"
|
|
1045
|
+
],
|
|
1046
|
+
"rateLimit": { "requests": 60, "window": 60 }
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"id": "google_ads",
|
|
1050
|
+
"name": "Google Ads",
|
|
1051
|
+
"category": "advertising",
|
|
1052
|
+
"description": "Campaigns, ad groups, ads, search, reporting",
|
|
1053
|
+
"tools": [
|
|
1054
|
+
"google_ads_search",
|
|
1055
|
+
"google_ads_mutate_campaigns",
|
|
1056
|
+
"google_ads_list_campaigns",
|
|
1057
|
+
"google_ads_create_campaign",
|
|
1058
|
+
"google_ads_list_ad_groups",
|
|
1059
|
+
"google_ads_create_ad_group",
|
|
1060
|
+
"google_ads_list_ads",
|
|
1061
|
+
"google_ads_create_ad",
|
|
1062
|
+
"google_ads_get_report"
|
|
1063
|
+
],
|
|
1064
|
+
"actions": [
|
|
1065
|
+
"google_ads_optimize",
|
|
1066
|
+
"budget_report"
|
|
1067
|
+
],
|
|
1068
|
+
"triggers": [
|
|
1069
|
+
"campaign_budget_exceeded",
|
|
1070
|
+
"conversion_received"
|
|
1071
|
+
],
|
|
1072
|
+
"rateLimit": { "requests": 100, "window": 60 }
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"id": "facebook_ads",
|
|
1076
|
+
"name": "Facebook Ads",
|
|
1077
|
+
"category": "advertising",
|
|
1078
|
+
"description": "Campaigns, adsets, ads, audiences, insights",
|
|
1079
|
+
"tools": [
|
|
1080
|
+
"facebook_ads_create_campaign",
|
|
1081
|
+
"facebook_ads_list_campaigns",
|
|
1082
|
+
"facebook_ads_get_campaign",
|
|
1083
|
+
"facebook_ads_update_campaign",
|
|
1084
|
+
"facebook_ads_create_adset",
|
|
1085
|
+
"facebook_ads_list_adsets",
|
|
1086
|
+
"facebook_ads_create_ad",
|
|
1087
|
+
"facebook_ads_list_ads",
|
|
1088
|
+
"facebook_ads_get_insights",
|
|
1089
|
+
"facebook_ads_create_audience",
|
|
1090
|
+
"facebook_ads_list_audiences"
|
|
1091
|
+
],
|
|
1092
|
+
"actions": [
|
|
1093
|
+
"facebook_ads_optimize",
|
|
1094
|
+
"roi_report"
|
|
1095
|
+
],
|
|
1096
|
+
"triggers": [
|
|
1097
|
+
"campaign_completed",
|
|
1098
|
+
"budget_exceeded",
|
|
1099
|
+
"lead_generated"
|
|
1100
|
+
],
|
|
1101
|
+
"rateLimit": { "requests": 100, "window": 60 }
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"id": "plaid",
|
|
1105
|
+
"name": "Plaid",
|
|
1106
|
+
"category": "finance",
|
|
1107
|
+
"description": "Bank accounts, transactions, balances, identity, auth",
|
|
1108
|
+
"tools": [
|
|
1109
|
+
"plaid_create_link_token",
|
|
1110
|
+
"plaid_exchange_public_token",
|
|
1111
|
+
"plaid_get_accounts",
|
|
1112
|
+
"plaid_get_balance",
|
|
1113
|
+
"plaid_get_transactions",
|
|
1114
|
+
"plaid_sync_transactions",
|
|
1115
|
+
"plaid_get_identity",
|
|
1116
|
+
"plaid_get_auth",
|
|
1117
|
+
"plaid_get_institutions"
|
|
1118
|
+
],
|
|
1119
|
+
"actions": [
|
|
1120
|
+
"plaid_reconcile",
|
|
1121
|
+
"transaction_report"
|
|
1122
|
+
],
|
|
1123
|
+
"triggers": [
|
|
1124
|
+
"transactions_updated",
|
|
1125
|
+
"balance_changed"
|
|
1126
|
+
],
|
|
1127
|
+
"rateLimit": { "requests": 100, "window": 60 }
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"id": "square",
|
|
1131
|
+
"name": "Square",
|
|
1132
|
+
"category": "payments",
|
|
1133
|
+
"description": "Payments, customers, orders, catalog, inventory",
|
|
1134
|
+
"tools": [
|
|
1135
|
+
"square_create_payment",
|
|
1136
|
+
"square_list_payments",
|
|
1137
|
+
"square_get_payment",
|
|
1138
|
+
"square_create_refund",
|
|
1139
|
+
"square_create_customer",
|
|
1140
|
+
"square_list_customers",
|
|
1141
|
+
"square_get_customer",
|
|
1142
|
+
"square_update_customer",
|
|
1143
|
+
"square_delete_customer",
|
|
1144
|
+
"square_create_order",
|
|
1145
|
+
"square_list_orders",
|
|
1146
|
+
"square_get_order",
|
|
1147
|
+
"square_create_catalog_object",
|
|
1148
|
+
"square_list_catalog",
|
|
1149
|
+
"square_search_catalog",
|
|
1150
|
+
"square_get_inventory",
|
|
1151
|
+
"square_adjust_inventory"
|
|
1152
|
+
],
|
|
1153
|
+
"actions": [
|
|
1154
|
+
"square_sync",
|
|
1155
|
+
"sales_report"
|
|
1156
|
+
],
|
|
1157
|
+
"triggers": [
|
|
1158
|
+
"payment_completed",
|
|
1159
|
+
"order_created",
|
|
1160
|
+
"inventory_updated"
|
|
1161
|
+
],
|
|
1162
|
+
"rateLimit": { "requests": 100, "window": 60 }
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"id": "tiktok_ads",
|
|
1166
|
+
"name": "TikTok Ads",
|
|
1167
|
+
"category": "advertising",
|
|
1168
|
+
"description": "Ad campaigns, ad groups, ads, audiences, reporting",
|
|
1169
|
+
"tools": [
|
|
1170
|
+
"tiktok_ads_create_campaign",
|
|
1171
|
+
"tiktok_ads_list_campaigns",
|
|
1172
|
+
"tiktok_ads_update_campaign_status",
|
|
1173
|
+
"tiktok_ads_create_adgroup",
|
|
1174
|
+
"tiktok_ads_list_adgroups",
|
|
1175
|
+
"tiktok_ads_update_adgroup",
|
|
1176
|
+
"tiktok_ads_create_ad",
|
|
1177
|
+
"tiktok_ads_list_ads",
|
|
1178
|
+
"tiktok_ads_update_ad",
|
|
1179
|
+
"tiktok_ads_get_report",
|
|
1180
|
+
"tiktok_ads_create_audience",
|
|
1181
|
+
"tiktok_ads_list_audiences"
|
|
1182
|
+
],
|
|
1183
|
+
"actions": [
|
|
1184
|
+
"tiktok_ads_optimize"
|
|
1185
|
+
],
|
|
1186
|
+
"triggers": [
|
|
1187
|
+
"campaign_completed",
|
|
1188
|
+
"budget_exhausted"
|
|
1189
|
+
],
|
|
1190
|
+
"rateLimit": { "requests": 60, "window": 60 }
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"id": "x_ads",
|
|
1194
|
+
"name": "X Ads",
|
|
1195
|
+
"category": "advertising",
|
|
1196
|
+
"description": "Campaigns, line items, promoted tweets, audiences, stats",
|
|
1197
|
+
"tools": [
|
|
1198
|
+
"x_ads_list_campaigns",
|
|
1199
|
+
"x_ads_create_campaign",
|
|
1200
|
+
"x_ads_get_campaign",
|
|
1201
|
+
"x_ads_update_campaign",
|
|
1202
|
+
"x_ads_list_line_items",
|
|
1203
|
+
"x_ads_create_line_item",
|
|
1204
|
+
"x_ads_list_promoted_tweets",
|
|
1205
|
+
"x_ads_create_promoted_tweet",
|
|
1206
|
+
"x_ads_get_stats",
|
|
1207
|
+
"x_ads_create_audience",
|
|
1208
|
+
"x_ads_list_audiences"
|
|
1209
|
+
],
|
|
1210
|
+
"actions": [
|
|
1211
|
+
"x_ads_optimize"
|
|
1212
|
+
],
|
|
1213
|
+
"triggers": [
|
|
1214
|
+
"campaign_completed",
|
|
1215
|
+
"impression_goal_reached"
|
|
1216
|
+
],
|
|
1217
|
+
"rateLimit": { "requests": 60, "window": 60 }
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"id": "linkedin_ads",
|
|
1221
|
+
"name": "LinkedIn Ads",
|
|
1222
|
+
"category": "advertising",
|
|
1223
|
+
"description": "Campaigns, campaign groups, creatives, audiences, analytics",
|
|
1224
|
+
"tools": [
|
|
1225
|
+
"linkedin_ads_list_campaigns",
|
|
1226
|
+
"linkedin_ads_create_campaign",
|
|
1227
|
+
"linkedin_ads_get_campaign",
|
|
1228
|
+
"linkedin_ads_update_campaign",
|
|
1229
|
+
"linkedin_ads_list_campaign_groups",
|
|
1230
|
+
"linkedin_ads_create_campaign_group",
|
|
1231
|
+
"linkedin_ads_list_creatives",
|
|
1232
|
+
"linkedin_ads_create_creative",
|
|
1233
|
+
"linkedin_ads_get_analytics",
|
|
1234
|
+
"linkedin_ads_create_audience",
|
|
1235
|
+
"linkedin_ads_list_audiences"
|
|
1236
|
+
],
|
|
1237
|
+
"actions": [
|
|
1238
|
+
"linkedin_ads_optimize"
|
|
1239
|
+
],
|
|
1240
|
+
"triggers": [
|
|
1241
|
+
"campaign_completed",
|
|
1242
|
+
"lead_form_submitted"
|
|
1243
|
+
],
|
|
1244
|
+
"rateLimit": { "requests": 60, "window": 60 }
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"id": "instagram_ads",
|
|
1248
|
+
"name": "Instagram Ads",
|
|
1249
|
+
"category": "advertising",
|
|
1250
|
+
"description": "Campaigns, adsets, ads, insights, previews",
|
|
1251
|
+
"tools": [
|
|
1252
|
+
"instagram_ads_create_campaign",
|
|
1253
|
+
"instagram_ads_list_campaigns",
|
|
1254
|
+
"instagram_ads_create_adset",
|
|
1255
|
+
"instagram_ads_list_adsets",
|
|
1256
|
+
"instagram_ads_create_ad",
|
|
1257
|
+
"instagram_ads_list_ads",
|
|
1258
|
+
"instagram_ads_get_insights",
|
|
1259
|
+
"instagram_ads_get_ad_previews"
|
|
1260
|
+
],
|
|
1261
|
+
"actions": [
|
|
1262
|
+
"instagram_ads_optimize"
|
|
1263
|
+
],
|
|
1264
|
+
"triggers": [
|
|
1265
|
+
"campaign_completed",
|
|
1266
|
+
"engagement_spike"
|
|
1267
|
+
],
|
|
1268
|
+
"rateLimit": { "requests": 60, "window": 60 }
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"id": "smartlead",
|
|
1272
|
+
"name": "SmartLead",
|
|
1273
|
+
"category": "marketing",
|
|
1274
|
+
"description": "Email campaigns, leads, email accounts, sequences, stats",
|
|
1275
|
+
"tools": [
|
|
1276
|
+
"smartlead_create_campaign",
|
|
1277
|
+
"smartlead_list_campaigns",
|
|
1278
|
+
"smartlead_get_campaign",
|
|
1279
|
+
"smartlead_update_campaign",
|
|
1280
|
+
"smartlead_add_leads",
|
|
1281
|
+
"smartlead_list_leads",
|
|
1282
|
+
"smartlead_get_lead",
|
|
1283
|
+
"smartlead_add_email_account",
|
|
1284
|
+
"smartlead_list_email_accounts",
|
|
1285
|
+
"smartlead_get_campaign_stats",
|
|
1286
|
+
"smartlead_create_sequence",
|
|
1287
|
+
"smartlead_list_sequences"
|
|
1288
|
+
],
|
|
1289
|
+
"actions": [
|
|
1290
|
+
"smartlead_sync",
|
|
1291
|
+
"outreach_report"
|
|
1292
|
+
],
|
|
1293
|
+
"triggers": [
|
|
1294
|
+
"email_opened",
|
|
1295
|
+
"email_replied",
|
|
1296
|
+
"lead_bounced"
|
|
1297
|
+
],
|
|
1298
|
+
"rateLimit": { "requests": 60, "window": 60 }
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"id": "zapier",
|
|
1302
|
+
"name": "Zapier",
|
|
1303
|
+
"category": "automation",
|
|
1304
|
+
"description": "Zaps, actions, triggers, automation management",
|
|
1305
|
+
"tools": [
|
|
1306
|
+
"zapier_list_zaps",
|
|
1307
|
+
"zapier_get_zap",
|
|
1308
|
+
"zapier_enable_zap",
|
|
1309
|
+
"zapier_disable_zap",
|
|
1310
|
+
"zapier_list_actions"
|
|
1311
|
+
],
|
|
1312
|
+
"actions": [
|
|
1313
|
+
"zapier_sync"
|
|
1314
|
+
],
|
|
1315
|
+
"triggers": [
|
|
1316
|
+
"zap_triggered",
|
|
1317
|
+
"zap_error"
|
|
1318
|
+
],
|
|
1319
|
+
"rateLimit": { "requests": 30, "window": 60 }
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"id": "mulesoft",
|
|
1323
|
+
"name": "MuleSoft",
|
|
1324
|
+
"category": "integration",
|
|
1325
|
+
"description": "Organizations, environments, APIs, applications, deployments",
|
|
1326
|
+
"tools": [
|
|
1327
|
+
"mulesoft_list_organizations",
|
|
1328
|
+
"mulesoft_list_environments",
|
|
1329
|
+
"mulesoft_list_apis",
|
|
1330
|
+
"mulesoft_get_api",
|
|
1331
|
+
"mulesoft_list_applications",
|
|
1332
|
+
"mulesoft_get_application",
|
|
1333
|
+
"mulesoft_deploy_application"
|
|
1334
|
+
],
|
|
1335
|
+
"actions": [
|
|
1336
|
+
"mulesoft_sync"
|
|
1337
|
+
],
|
|
1338
|
+
"triggers": [
|
|
1339
|
+
"deployment_completed",
|
|
1340
|
+
"api_error"
|
|
1341
|
+
],
|
|
1342
|
+
"rateLimit": { "requests": 60, "window": 60 }
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"id": "azure",
|
|
1346
|
+
"name": "Azure",
|
|
1347
|
+
"category": "cloud",
|
|
1348
|
+
"description": "Subscriptions, resource groups, storage, VMs, management",
|
|
1349
|
+
"tools": [
|
|
1350
|
+
"azure_list_subscriptions",
|
|
1351
|
+
"azure_list_resource_groups",
|
|
1352
|
+
"azure_create_resource_group",
|
|
1353
|
+
"azure_list_resources",
|
|
1354
|
+
"azure_get_resource",
|
|
1355
|
+
"azure_delete_resource",
|
|
1356
|
+
"azure_list_storage_accounts",
|
|
1357
|
+
"azure_list_vms",
|
|
1358
|
+
"azure_get_vm",
|
|
1359
|
+
"azure_start_vm",
|
|
1360
|
+
"azure_stop_vm"
|
|
1361
|
+
],
|
|
1362
|
+
"actions": [
|
|
1363
|
+
"azure_sync",
|
|
1364
|
+
"cost_report"
|
|
1365
|
+
],
|
|
1366
|
+
"triggers": [
|
|
1367
|
+
"resource_created",
|
|
1368
|
+
"vm_state_changed",
|
|
1369
|
+
"alert_triggered"
|
|
1370
|
+
],
|
|
1371
|
+
"rateLimit": { "requests": 100, "window": 60 }
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"id": "pipedrive",
|
|
1375
|
+
"name": "Pipedrive",
|
|
1376
|
+
"category": "crm",
|
|
1377
|
+
"description": "Deals, persons, organizations, activities, pipelines, notes",
|
|
1378
|
+
"tools": [
|
|
1379
|
+
"pipedrive_create_deal",
|
|
1380
|
+
"pipedrive_list_deals",
|
|
1381
|
+
"pipedrive_get_deal",
|
|
1382
|
+
"pipedrive_update_deal",
|
|
1383
|
+
"pipedrive_delete_deal",
|
|
1384
|
+
"pipedrive_create_person",
|
|
1385
|
+
"pipedrive_list_persons",
|
|
1386
|
+
"pipedrive_get_person",
|
|
1387
|
+
"pipedrive_update_person",
|
|
1388
|
+
"pipedrive_delete_person",
|
|
1389
|
+
"pipedrive_create_organization",
|
|
1390
|
+
"pipedrive_list_organizations",
|
|
1391
|
+
"pipedrive_create_activity",
|
|
1392
|
+
"pipedrive_list_activities",
|
|
1393
|
+
"pipedrive_list_pipelines",
|
|
1394
|
+
"pipedrive_get_pipeline",
|
|
1395
|
+
"pipedrive_create_note",
|
|
1396
|
+
"pipedrive_list_notes",
|
|
1397
|
+
"pipedrive_search_items"
|
|
1398
|
+
],
|
|
1399
|
+
"actions": [
|
|
1400
|
+
"pipedrive_sync",
|
|
1401
|
+
"deal_report",
|
|
1402
|
+
"activity_summary"
|
|
1403
|
+
],
|
|
1404
|
+
"triggers": [
|
|
1405
|
+
"deal_created",
|
|
1406
|
+
"deal_updated",
|
|
1407
|
+
"deal_won",
|
|
1408
|
+
"deal_lost",
|
|
1409
|
+
"person_created"
|
|
1410
|
+
],
|
|
1411
|
+
"rateLimit": { "requests": 100, "window": 60 }
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"id": "linkedin",
|
|
1415
|
+
"name": "LinkedIn",
|
|
1416
|
+
"category": "social",
|
|
1417
|
+
"description": "Posts, profiles, connections, organizations, images",
|
|
1418
|
+
"tools": [
|
|
1419
|
+
"linkedin_create_post",
|
|
1420
|
+
"linkedin_get_profile",
|
|
1421
|
+
"linkedin_list_connections",
|
|
1422
|
+
"linkedin_get_organization",
|
|
1423
|
+
"linkedin_list_org_posts",
|
|
1424
|
+
"linkedin_delete_post",
|
|
1425
|
+
"linkedin_get_post",
|
|
1426
|
+
"linkedin_upload_image"
|
|
1427
|
+
],
|
|
1428
|
+
"actions": [
|
|
1429
|
+
"linkedin_schedule_post",
|
|
1430
|
+
"engagement_report"
|
|
1431
|
+
],
|
|
1432
|
+
"triggers": [
|
|
1433
|
+
"post_engagement",
|
|
1434
|
+
"connection_accepted",
|
|
1435
|
+
"mention_received"
|
|
1436
|
+
],
|
|
1437
|
+
"rateLimit": { "requests": 60, "window": 60 }
|
|
796
1438
|
}
|
|
797
1439
|
],
|
|
798
1440
|
"categories": {
|
|
@@ -808,6 +1450,14 @@
|
|
|
808
1450
|
"scheduling": { "label": "Scheduling", "icon": "calendar" },
|
|
809
1451
|
"storage": { "label": "Storage", "icon": "hard-drive" },
|
|
810
1452
|
"support": { "label": "Support", "icon": "headphones" },
|
|
811
|
-
"marketing": { "label": "Marketing", "icon": "megaphone" }
|
|
1453
|
+
"marketing": { "label": "Marketing", "icon": "megaphone" },
|
|
1454
|
+
"accounting": { "label": "Accounting", "icon": "calculator" },
|
|
1455
|
+
"advertising": { "label": "Advertising", "icon": "megaphone" },
|
|
1456
|
+
"finance": { "label": "Finance", "icon": "banknote" },
|
|
1457
|
+
"cloud": { "label": "Cloud", "icon": "cloud" },
|
|
1458
|
+
"integration": { "label": "Integration", "icon": "link" },
|
|
1459
|
+
"automation": { "label": "Automation", "icon": "bot" },
|
|
1460
|
+
"project": { "label": "Project Management", "icon": "clipboard" },
|
|
1461
|
+
"social": { "label": "Social Media", "icon": "share" }
|
|
812
1462
|
}
|
|
813
1463
|
}
|