@toolsdk.ai/registry 1.0.86 → 1.0.87

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.
Files changed (30) hide show
  1. package/README.md +27 -14
  2. package/config/featured.mjs +20 -19
  3. package/indexes/categories-list.json +16 -3
  4. package/indexes/packages-list.json +444 -115
  5. package/package.json +6 -3
  6. package/packages/communication/google-calendar-mcp.json +16 -0
  7. package/packages/communication/kazuph-mcp-gmail-gas.json +2 -1
  8. package/packages/communication/kevinwatt-mcp-webhook.json +2 -1
  9. package/packages/communication/mcp-outlook.json +28 -0
  10. package/packages/communication/modelcontextprotocol-server-slack.json +2 -1
  11. package/packages/communication/shinzolabs-gmail-mcp.json +2 -1
  12. package/packages/communication/taazkareem-clickup-mcp-server.json +2 -1
  13. package/packages/communication/wweb-mcp.json +12 -6
  14. package/packages/customer-data-platforms/hubspot-mcp-api.json +16 -0
  15. package/packages/customer-data-platforms/hubspot-mcp.json +16 -0
  16. package/packages/customer-data-platforms/tsmztech-mcp-server-salesforce.json +20 -2
  17. package/packages/customer-data-platforms/zd-mcp-sever.json +24 -0
  18. package/packages/data-platforms/gsheets.json +20 -0
  19. package/packages/developer-tools/klaviyo-api.json +16 -0
  20. package/packages/developer-tools/shopify-mcp.json +20 -0
  21. package/packages/file-systems/isaacphi-mcp-gdrive.json +2 -1
  22. package/packages/file-systems/pipedrive.json +16 -0
  23. package/packages/finance-fintech/qbconduceor.json +28 -0
  24. package/packages/knowledge-memory/notion-mcp.json +16 -0
  25. package/packages/marketing/facebook.json +28 -0
  26. package/packages/marketing/mailchimp-mcp.json +20 -0
  27. package/packages/other-tools-and-integrations/google-forms.json +18 -5
  28. package/packages/other-tools-and-integrations/mcp-google-forms.json +24 -0
  29. package/packages/uncategorized/mzxrai-mcp-openai.json +1 -0
  30. package/packages/data-science-tools/cablate-mcp-doc-forge.json +0 -10
@@ -851,21 +851,8 @@
851
851
  "@llmindset/mcp-hfspace": {
852
852
  "category": "developer-tools",
853
853
  "path": "developer-tools/llmindset-mcp-hfspace.json",
854
- "validated": true,
855
- "tools": {
856
- "available-files": {
857
- "name": "available-files",
858
- "description": "A list of available file and resources. If the User requests things like 'most recent image' or 'the audio' use this tool to identify the intended resource.This tool returns 'resource uri', 'name', 'size', 'last modified' and 'mime type' in a markdown table"
859
- },
860
- "search-spaces": {
861
- "name": "search-spaces",
862
- "description": "Use semantic search to find an endpoint on the `Hugging Face Spaces` service. The search term will usually be 3-7 words describing a task or activity the Person is trying to accomplish. The results are returned in a markdown table. Present all results to the Person. Await specific guidance from the Person before making further Tool calls."
863
- },
864
- "FLUX_1-schnell-infer": {
865
- "name": "FLUX_1-schnell-infer",
866
- "description": "Call the FLUX.1-schnell endpoint /infer"
867
- }
868
- }
854
+ "validated": false,
855
+ "tools": {}
869
856
  },
870
857
  "@mcp-get-community/server-macos": {
871
858
  "category": "developer-tools",
@@ -13979,8 +13966,21 @@
13979
13966
  "@felores/placid-mcp-server": {
13980
13967
  "category": "marketing",
13981
13968
  "path": "marketing/felores-placid-mcp-server.json",
13982
- "validated": false,
13983
- "tools": {}
13969
+ "validated": true,
13970
+ "tools": {
13971
+ "placid_list_templates": {
13972
+ "name": "placid_list_templates",
13973
+ "description": "Get a list of available Placid templates with optional filtering. Each template includes its title, ID, preview image URL, available layers, and tags."
13974
+ },
13975
+ "placid_generate_image": {
13976
+ "name": "placid_generate_image",
13977
+ "description": "Generate an image using a template and provided assets"
13978
+ },
13979
+ "placid_generate_video": {
13980
+ "name": "placid_generate_video",
13981
+ "description": "Generate a video using one or more templates and provided assets. Every 10 seconds of video uses 10 credits."
13982
+ }
13983
+ }
13984
13984
  },
13985
13985
  "facebook-ads-library": {
13986
13986
  "category": "marketing",
@@ -20432,8 +20432,81 @@
20432
20432
  "@tfedorko/licensespring-mcp-server": {
20433
20433
  "category": "other-tools-and-integrations",
20434
20434
  "path": "other-tools-and-integrations/tfedorko-licensespring-mcp-server.json",
20435
- "validated": false,
20436
- "tools": {}
20435
+ "validated": true,
20436
+ "tools": {
20437
+ "activate_license": {
20438
+ "name": "activate_license",
20439
+ "description": "Activate a license with hardware ID and product code"
20440
+ },
20441
+ "check_license": {
20442
+ "name": "check_license",
20443
+ "description": "Check license status and validity"
20444
+ },
20445
+ "deactivate_license": {
20446
+ "name": "deactivate_license",
20447
+ "description": "Deactivate a license for a specific hardware ID"
20448
+ },
20449
+ "add_consumption": {
20450
+ "name": "add_consumption",
20451
+ "description": "Add consumption units to a license"
20452
+ },
20453
+ "add_feature_consumption": {
20454
+ "name": "add_feature_consumption",
20455
+ "description": "Add consumption units to a specific feature"
20456
+ },
20457
+ "get_trial_key": {
20458
+ "name": "get_trial_key",
20459
+ "description": "Generate a trial license key for a product"
20460
+ },
20461
+ "get_product_details": {
20462
+ "name": "get_product_details",
20463
+ "description": "Get detailed information about a product"
20464
+ },
20465
+ "track_device_variables": {
20466
+ "name": "track_device_variables",
20467
+ "description": "Track custom variables for a device"
20468
+ },
20469
+ "get_device_variables": {
20470
+ "name": "get_device_variables",
20471
+ "description": "Get tracked variables for a device"
20472
+ },
20473
+ "floating_release": {
20474
+ "name": "floating_release",
20475
+ "description": "Release a floating license"
20476
+ },
20477
+ "floating_borrow": {
20478
+ "name": "floating_borrow",
20479
+ "description": "Borrow a floating license for offline use"
20480
+ },
20481
+ "change_password": {
20482
+ "name": "change_password",
20483
+ "description": "Change password for a user-based license"
20484
+ },
20485
+ "get_versions": {
20486
+ "name": "get_versions",
20487
+ "description": "Get available software versions for a product"
20488
+ },
20489
+ "get_installation_file": {
20490
+ "name": "get_installation_file",
20491
+ "description": "Get installation file download information"
20492
+ },
20493
+ "get_sso_url": {
20494
+ "name": "get_sso_url",
20495
+ "description": "Get Single Sign-On URL for customer portal access"
20496
+ },
20497
+ "get_customer_license_users": {
20498
+ "name": "get_customer_license_users",
20499
+ "description": "Get customer license users for a specific license"
20500
+ },
20501
+ "activate_offline": {
20502
+ "name": "activate_offline",
20503
+ "description": "Activate a license for offline use with hardware ID and product code"
20504
+ },
20505
+ "deactivate_offline": {
20506
+ "name": "deactivate_offline",
20507
+ "description": "Deactivate a license for offline use with hardware ID and product code"
20508
+ }
20509
+ }
20437
20510
  },
20438
20511
  "blender": {
20439
20512
  "category": "other-tools-and-integrations",
@@ -22617,12 +22690,6 @@
22617
22690
  "category": "other-tools-and-integrations",
22618
22691
  "path": "other-tools-and-integrations/anki-mcp.json"
22619
22692
  },
22620
- "google-forms": {
22621
- "category": "other-tools-and-integrations",
22622
- "path": "other-tools-and-integrations/google-forms.json",
22623
- "validated": false,
22624
- "tools": {}
22625
- },
22626
22693
  "agentrpc": {
22627
22694
  "category": "other-tools-and-integrations",
22628
22695
  "path": "other-tools-and-integrations/agentrpc.json",
@@ -23188,8 +23255,109 @@
23188
23255
  "@mcpdotdirect/starknet-mcp-server": {
23189
23256
  "category": "uncategorized",
23190
23257
  "path": "uncategorized/mcpdotdirect-starknet-mcp-server.json",
23191
- "validated": false,
23192
- "tools": {}
23258
+ "validated": true,
23259
+ "tools": {
23260
+ "get_starknet_chain_info": {
23261
+ "name": "get_starknet_chain_info",
23262
+ "description": "Get information about a Starknet network"
23263
+ },
23264
+ "get_supported_starknet_networks": {
23265
+ "name": "get_supported_starknet_networks",
23266
+ "description": "Get a list of supported Starknet networks"
23267
+ },
23268
+ "get_starknet_eth_balance": {
23269
+ "name": "get_starknet_eth_balance",
23270
+ "description": "Get the ETH balance for a Starknet address or Starknet ID"
23271
+ },
23272
+ "get_starknet_token_balance": {
23273
+ "name": "get_starknet_token_balance",
23274
+ "description": "Get the token balance for a Starknet address or Starknet ID"
23275
+ },
23276
+ "get_starknet_strk_balance": {
23277
+ "name": "get_starknet_strk_balance",
23278
+ "description": "Get the STRK token balance for a Starknet address or Starknet ID"
23279
+ },
23280
+ "get_starknet_native_balances": {
23281
+ "name": "get_starknet_native_balances",
23282
+ "description": "Get all native token balances (ETH and STRK) for a Starknet address or Starknet ID"
23283
+ },
23284
+ "resolve_starknet_name": {
23285
+ "name": "resolve_starknet_name",
23286
+ "description": "Get the Starknet ID for an address"
23287
+ },
23288
+ "resolve_starknet_address": {
23289
+ "name": "resolve_starknet_address",
23290
+ "description": "Get the address for a Starknet ID"
23291
+ },
23292
+ "get_starknet_profile": {
23293
+ "name": "get_starknet_profile",
23294
+ "description": "Get the full Starknet ID profile for an address or Starknet ID"
23295
+ },
23296
+ "validate_starknet_domain": {
23297
+ "name": "validate_starknet_domain",
23298
+ "description": "Check if a string is a valid Starknet ID"
23299
+ },
23300
+ "get_starknet_block": {
23301
+ "name": "get_starknet_block",
23302
+ "description": "Get information about a specific block"
23303
+ },
23304
+ "get_starknet_block_transactions": {
23305
+ "name": "get_starknet_block_transactions",
23306
+ "description": "Get transactions in a specific block"
23307
+ },
23308
+ "get_starknet_transaction": {
23309
+ "name": "get_starknet_transaction",
23310
+ "description": "Get details about a transaction"
23311
+ },
23312
+ "get_starknet_transaction_receipt": {
23313
+ "name": "get_starknet_transaction_receipt",
23314
+ "description": "Get transaction receipt"
23315
+ },
23316
+ "call_starknet_contract": {
23317
+ "name": "call_starknet_contract",
23318
+ "description": "Call a read-only function on a contract"
23319
+ },
23320
+ "get_starknet_contract_class": {
23321
+ "name": "get_starknet_contract_class",
23322
+ "description": "Get the class (ABI and other information) of a contract"
23323
+ },
23324
+ "get_starknet_token_info": {
23325
+ "name": "get_starknet_token_info",
23326
+ "description": "Get information about a token"
23327
+ },
23328
+ "check_starknet_nft_ownership": {
23329
+ "name": "check_starknet_nft_ownership",
23330
+ "description": "Check if an address owns a specific NFT"
23331
+ },
23332
+ "get_starknet_nft_balance": {
23333
+ "name": "get_starknet_nft_balance",
23334
+ "description": "Get the number of NFTs owned by an address for a specific collection"
23335
+ },
23336
+ "get_starknet_token_supply": {
23337
+ "name": "get_starknet_token_supply",
23338
+ "description": "Get the total supply of a token"
23339
+ },
23340
+ "check_starknet_transaction_status": {
23341
+ "name": "check_starknet_transaction_status",
23342
+ "description": "Check if a transaction is confirmed (finalized)"
23343
+ },
23344
+ "transfer_starknet_eth": {
23345
+ "name": "transfer_starknet_eth",
23346
+ "description": "Transfer ETH from one account to another"
23347
+ },
23348
+ "transfer_starknet_strk": {
23349
+ "name": "transfer_starknet_strk",
23350
+ "description": "Transfer STRK from one account to another"
23351
+ },
23352
+ "transfer_starknet_token": {
23353
+ "name": "transfer_starknet_token",
23354
+ "description": "Transfer ERC20 tokens from one account to another"
23355
+ },
23356
+ "execute_starknet_contract": {
23357
+ "name": "execute_starknet_contract",
23358
+ "description": "Execute a contract call (write operation)"
23359
+ }
23360
+ }
23193
23361
  },
23194
23362
  "covid-19-statistics": {
23195
23363
  "category": "uncategorized",
@@ -23391,8 +23559,121 @@
23391
23559
  "@mcpdotdirect/evm-mcp-server": {
23392
23560
  "category": "uncategorized",
23393
23561
  "path": "uncategorized/mcpdotdirect-evm-mcp-server.json",
23394
- "validated": false,
23395
- "tools": {}
23562
+ "validated": true,
23563
+ "tools": {
23564
+ "get_chain_info": {
23565
+ "name": "get_chain_info",
23566
+ "description": "Get information about an EVM network"
23567
+ },
23568
+ "resolve_ens": {
23569
+ "name": "resolve_ens",
23570
+ "description": "Resolve an ENS name to an Ethereum address"
23571
+ },
23572
+ "get_supported_networks": {
23573
+ "name": "get_supported_networks",
23574
+ "description": "Get a list of supported EVM networks"
23575
+ },
23576
+ "get_block_by_number": {
23577
+ "name": "get_block_by_number",
23578
+ "description": "Get a block by its block number"
23579
+ },
23580
+ "get_latest_block": {
23581
+ "name": "get_latest_block",
23582
+ "description": "Get the latest block from the EVM"
23583
+ },
23584
+ "get_balance": {
23585
+ "name": "get_balance",
23586
+ "description": "Get the native token balance (ETH, MATIC, etc.) for an address"
23587
+ },
23588
+ "get_erc20_balance": {
23589
+ "name": "get_erc20_balance",
23590
+ "description": "Get the ERC20 token balance of an Ethereum address"
23591
+ },
23592
+ "get_token_balance": {
23593
+ "name": "get_token_balance",
23594
+ "description": "Get the balance of an ERC20 token for an address"
23595
+ },
23596
+ "get_transaction": {
23597
+ "name": "get_transaction",
23598
+ "description": "Get detailed information about a specific transaction by its hash. Includes sender, recipient, value, data, and more."
23599
+ },
23600
+ "get_transaction_receipt": {
23601
+ "name": "get_transaction_receipt",
23602
+ "description": "Get a transaction receipt by its hash"
23603
+ },
23604
+ "estimate_gas": {
23605
+ "name": "estimate_gas",
23606
+ "description": "Estimate the gas cost for a transaction"
23607
+ },
23608
+ "transfer_eth": {
23609
+ "name": "transfer_eth",
23610
+ "description": "Transfer native tokens (ETH, MATIC, etc.) to an address"
23611
+ },
23612
+ "transfer_erc20": {
23613
+ "name": "transfer_erc20",
23614
+ "description": "Transfer ERC20 tokens to another address"
23615
+ },
23616
+ "approve_token_spending": {
23617
+ "name": "approve_token_spending",
23618
+ "description": "Approve another address (like a DeFi protocol or exchange) to spend your ERC20 tokens. This is often required before interacting with DeFi protocols."
23619
+ },
23620
+ "transfer_nft": {
23621
+ "name": "transfer_nft",
23622
+ "description": "Transfer an NFT (ERC721 token) from one address to another. Requires the private key of the current owner for signing the transaction."
23623
+ },
23624
+ "transfer_erc1155": {
23625
+ "name": "transfer_erc1155",
23626
+ "description": "Transfer ERC1155 tokens to another address. ERC1155 is a multi-token standard that can represent both fungible and non-fungible tokens in a single contract."
23627
+ },
23628
+ "transfer_token": {
23629
+ "name": "transfer_token",
23630
+ "description": "Transfer ERC20 tokens to an address"
23631
+ },
23632
+ "read_contract": {
23633
+ "name": "read_contract",
23634
+ "description": "Read data from a smart contract by calling a view/pure function. This doesn't modify blockchain state and doesn't require gas or signing."
23635
+ },
23636
+ "write_contract": {
23637
+ "name": "write_contract",
23638
+ "description": "Write data to a smart contract by calling a state-changing function. This modifies blockchain state and requires gas payment and transaction signing."
23639
+ },
23640
+ "is_contract": {
23641
+ "name": "is_contract",
23642
+ "description": "Check if an address is a smart contract or an externally owned account (EOA)"
23643
+ },
23644
+ "get_token_info": {
23645
+ "name": "get_token_info",
23646
+ "description": "Get comprehensive information about an ERC20 token including name, symbol, decimals, total supply, and other metadata. Use this to analyze any token on EVM chains."
23647
+ },
23648
+ "get_token_balance_erc20": {
23649
+ "name": "get_token_balance_erc20",
23650
+ "description": "Get ERC20 token balance for an address"
23651
+ },
23652
+ "get_nft_info": {
23653
+ "name": "get_nft_info",
23654
+ "description": "Get detailed information about a specific NFT (ERC721 token), including collection name, symbol, token URI, and current owner if available."
23655
+ },
23656
+ "check_nft_ownership": {
23657
+ "name": "check_nft_ownership",
23658
+ "description": "Check if an address owns a specific NFT"
23659
+ },
23660
+ "get_erc1155_token_uri": {
23661
+ "name": "get_erc1155_token_uri",
23662
+ "description": "Get the metadata URI for an ERC1155 token (multi-token standard used for both fungible and non-fungible tokens). The URI typically points to JSON metadata about the token."
23663
+ },
23664
+ "get_nft_balance": {
23665
+ "name": "get_nft_balance",
23666
+ "description": "Get the total number of NFTs owned by an address from a specific collection. This returns the count of NFTs, not individual token IDs."
23667
+ },
23668
+ "get_erc1155_balance": {
23669
+ "name": "get_erc1155_balance",
23670
+ "description": "Get the balance of a specific ERC1155 token ID owned by an address. ERC1155 allows multiple tokens of the same ID, so the balance can be greater than 1."
23671
+ },
23672
+ "get_address_from_private_key": {
23673
+ "name": "get_address_from_private_key",
23674
+ "description": "Get the EVM address derived from a private key"
23675
+ }
23676
+ }
23396
23677
  },
23397
23678
  "alchemy-sdk": {
23398
23679
  "category": "uncategorized",
@@ -27144,12 +27425,6 @@
27144
27425
  "validated": false,
27145
27426
  "tools": {}
27146
27427
  },
27147
- "wweb-mcp": {
27148
- "category": "communication",
27149
- "path": "communication/wweb-mcp.json",
27150
- "validated": false,
27151
- "tools": {}
27152
- },
27153
27428
  "mcp-server-google-calendar": {
27154
27429
  "category": "communication",
27155
27430
  "path": "communication/mcp-server-google-calendar.json",
@@ -30226,8 +30501,37 @@
30226
30501
  "omnifocus-mcp": {
30227
30502
  "category": "developer-tools",
30228
30503
  "path": "developer-tools/omnifocus-mcp.json",
30229
- "validated": false,
30230
- "tools": {}
30504
+ "validated": true,
30505
+ "tools": {
30506
+ "dump_database": {
30507
+ "name": "dump_database",
30508
+ "description": "Gets the current state of your OmniFocus database"
30509
+ },
30510
+ "add_omnifocus_task": {
30511
+ "name": "add_omnifocus_task",
30512
+ "description": "Add a new task to OmniFocus"
30513
+ },
30514
+ "add_project": {
30515
+ "name": "add_project",
30516
+ "description": "Add a new project to OmniFocus"
30517
+ },
30518
+ "remove_item": {
30519
+ "name": "remove_item",
30520
+ "description": "Remove a task or project from OmniFocus"
30521
+ },
30522
+ "edit_item": {
30523
+ "name": "edit_item",
30524
+ "description": "Edit a task or project in OmniFocus"
30525
+ },
30526
+ "batch_add_items": {
30527
+ "name": "batch_add_items",
30528
+ "description": "Add multiple tasks or projects to OmniFocus in a single operation"
30529
+ },
30530
+ "batch_remove_items": {
30531
+ "name": "batch_remove_items",
30532
+ "description": "Remove multiple tasks or projects from OmniFocus in a single operation"
30533
+ }
30534
+ }
30231
30535
  },
30232
30536
  "stimulus-docs": {
30233
30537
  "category": "developer-tools",
@@ -31702,77 +32006,6 @@
31702
32006
  "validated": false,
31703
32007
  "tools": {}
31704
32008
  },
31705
- "@cablate/mcp-doc-forge": {
31706
- "category": "data-science-tools",
31707
- "path": "data-science-tools/cablate-mcp-doc-forge.json",
31708
- "validated": true,
31709
- "tools": {
31710
- "document_reader": {
31711
- "name": "document_reader",
31712
- "description": "Read content from non-image document-files at specified paths, supporting various file formats: .pdf, .docx, .txt, .html, .csv"
31713
- },
31714
- "pdf_merger": {
31715
- "name": "pdf_merger",
31716
- "description": "Merge multiple PDF files into one"
31717
- },
31718
- "pdf_splitter": {
31719
- "name": "pdf_splitter",
31720
- "description": "Split a PDF file into multiple files"
31721
- },
31722
- "docx_to_pdf": {
31723
- "name": "docx_to_pdf",
31724
- "description": "Convert DOCX files to PDF format"
31725
- },
31726
- "docx_to_html": {
31727
- "name": "docx_to_html",
31728
- "description": "Convert DOCX to HTML while preserving formatting"
31729
- },
31730
- "html_cleaner": {
31731
- "name": "html_cleaner",
31732
- "description": "Clean HTML by removing unnecessary tags and attributes"
31733
- },
31734
- "html_to_text": {
31735
- "name": "html_to_text",
31736
- "description": "Convert HTML to plain text while preserving structure"
31737
- },
31738
- "html_to_markdown": {
31739
- "name": "html_to_markdown",
31740
- "description": "Convert HTML to Markdown format"
31741
- },
31742
- "html_extract_resources": {
31743
- "name": "html_extract_resources",
31744
- "description": "Extract all resources (images, videos, links) from HTML"
31745
- },
31746
- "html_formatter": {
31747
- "name": "html_formatter",
31748
- "description": "Format and beautify HTML code"
31749
- },
31750
- "text_diff": {
31751
- "name": "text_diff",
31752
- "description": "Compare two text files and show differences"
31753
- },
31754
- "text_splitter": {
31755
- "name": "text_splitter",
31756
- "description": "Split text file by specified delimiter or line count"
31757
- },
31758
- "text_formatter": {
31759
- "name": "text_formatter",
31760
- "description": "Format text with proper indentation and line spacing"
31761
- },
31762
- "text_encoding_converter": {
31763
- "name": "text_encoding_converter",
31764
- "description": "Convert text between different encodings"
31765
- },
31766
- "excel_read": {
31767
- "name": "excel_read",
31768
- "description": "Read Excel file and convert to JSON format while preserving structure"
31769
- },
31770
- "format_convert": {
31771
- "name": "format_convert",
31772
- "description": "Convert between different document formats (Markdown, HTML, XML, JSON)"
31773
- }
31774
- }
31775
- },
31776
32009
  "@gongrzhe/server-json-mcp": {
31777
32010
  "category": "data-science-tools",
31778
32011
  "path": "data-science-tools/gongrzhe-server-json-mcp.json",
@@ -41762,21 +41995,21 @@
41762
41995
  "name": "file-handler",
41763
41996
  "description": "FileHandler tool description"
41764
41997
  },
41765
- "my-tool": {
41766
- "name": "my-tool",
41767
- "description": "MyTool tool description"
41768
- },
41769
41998
  "api-client": {
41770
41999
  "name": "api-client",
41771
42000
  "description": "ApiClient tool description"
41772
42001
  },
41773
- "example_tool": {
41774
- "name": "example_tool",
41775
- "description": "An example tool that processes messages"
42002
+ "my-tool": {
42003
+ "name": "my-tool",
42004
+ "description": "MyTool tool description"
41776
42005
  },
41777
42006
  "data-processor": {
41778
42007
  "name": "data-processor",
41779
42008
  "description": "DataProcessor tool description"
42009
+ },
42010
+ "example_tool": {
42011
+ "name": "example_tool",
42012
+ "description": "An example tool that processes messages"
41780
42013
  }
41781
42014
  }
41782
42015
  },
@@ -43113,5 +43346,101 @@
43113
43346
  "browser-automation": {
43114
43347
  "category": "browser-automation",
43115
43348
  "path": "browser-automation/browser-automation.json"
43349
+ },
43350
+ "@pnizer/wweb-mcp": {
43351
+ "category": "communication",
43352
+ "path": "communication/wweb-mcp.json",
43353
+ "validated": false,
43354
+ "tools": {}
43355
+ },
43356
+ "@kacase/mcp-outlook": {
43357
+ "category": "communication",
43358
+ "path": "communication/mcp-outlook.json",
43359
+ "validated": false,
43360
+ "tools": {}
43361
+ },
43362
+ "@nspady/google-calendar-mcp": {
43363
+ "category": "communication",
43364
+ "path": "communication/google-calendar-mcp.json",
43365
+ "validated": false,
43366
+ "tools": {}
43367
+ },
43368
+ "@NaorAIdeas/hubspot-mcp-server": {
43369
+ "category": "customer-data-platforms",
43370
+ "path": "customer-data-platforms/hubspot-mcp-api.json",
43371
+ "validated": false,
43372
+ "tools": {}
43373
+ },
43374
+ "@koundinya/zd-mcp-server": {
43375
+ "category": "customer-data-platforms",
43376
+ "path": "customer-data-platforms/zd-mcp-sever.json",
43377
+ "validated": false,
43378
+ "tools": {}
43379
+ },
43380
+ "@lkm1developer/hubspot-mcp-server": {
43381
+ "category": "customer-data-platforms",
43382
+ "path": "customer-data-platforms/hubspot-mcp.json",
43383
+ "validated": false,
43384
+ "tools": {}
43385
+ },
43386
+ "@freema/mcp-gsheets": {
43387
+ "category": "data-platforms",
43388
+ "path": "data-platforms/gsheets.json",
43389
+ "validated": false,
43390
+ "tools": {}
43391
+ },
43392
+ "@mattcoatsworth/Klaviyo-MCP-Server-4-15": {
43393
+ "category": "developer-tools",
43394
+ "path": "developer-tools/klaviyo-api.json",
43395
+ "validated": false,
43396
+ "tools": {}
43397
+ },
43398
+ "@amir-bengherbi/shopify-mcp-server": {
43399
+ "category": "developer-tools",
43400
+ "path": "developer-tools/shopify-mcp.json",
43401
+ "validated": false,
43402
+ "tools": {}
43403
+ },
43404
+ "@WillDent/pipedrive-mcp-server": {
43405
+ "category": "file-systems",
43406
+ "path": "file-systems/pipedrive.json",
43407
+ "validated": false,
43408
+ "tools": {}
43409
+ },
43410
+ "@alfork/qbconductor-mcp-server": {
43411
+ "category": "finance-fintech",
43412
+ "path": "finance-fintech/qbconduceor.json",
43413
+ "validated": false,
43414
+ "tools": {}
43415
+ },
43416
+ "@makenotion/notion-mcp-server": {
43417
+ "category": "knowledge-memory",
43418
+ "path": "knowledge-memory/notion-mcp.json",
43419
+ "validated": false,
43420
+ "tools": {}
43421
+ },
43422
+ "@mattcoatsworth/mailchip-mcp-server": {
43423
+ "category": "marketing",
43424
+ "path": "marketing/mailchimp-mcp.json",
43425
+ "validated": false,
43426
+ "tools": {}
43427
+ },
43428
+ "@Tisik79/MCP-Facebook": {
43429
+ "category": "marketing",
43430
+ "path": "marketing/facebook.json",
43431
+ "validated": false,
43432
+ "tools": {}
43433
+ },
43434
+ "@masatoshi118/mcp_google_froms": {
43435
+ "category": "other-tools-and-integrations",
43436
+ "path": "other-tools-and-integrations/mcp-google-forms.json",
43437
+ "validated": false,
43438
+ "tools": {}
43439
+ },
43440
+ "@matteoantoci/google-forms-mcp": {
43441
+ "category": "other-tools-and-integrations",
43442
+ "path": "other-tools-and-integrations/google-forms.json",
43443
+ "validated": false,
43444
+ "tools": {}
43116
43445
  }
43117
43446
  }