@toolsdk.ai/registry 1.0.86 → 1.0.88

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 (56) hide show
  1. package/README.md +47 -19
  2. package/config/featured.mjs +46 -18
  3. package/indexes/categories-list.json +36 -8
  4. package/indexes/packages-list.json +564 -301
  5. package/package.json +6 -7
  6. package/packages/aggregators/n8n-workflow-builder-mcp.json +56 -0
  7. package/packages/aggregators/pinkpixel-mindbridge.json +2 -1
  8. package/packages/art-and-culture/huggingface-mcp-server.json +16 -0
  9. package/packages/communication/cal-com-calendar.json +9 -3
  10. package/packages/communication/cristip73-mcp-server-asana.json +2 -1
  11. package/packages/communication/enescinar-twitter-mcp.json +3 -2
  12. package/packages/communication/floriscornel-teams-mcp.json +2 -1
  13. package/packages/communication/google-calendar-mcp.json +16 -0
  14. package/packages/communication/instagram-engagement-mcp.json +20 -0
  15. package/packages/communication/kazuph-mcp-gmail-gas.json +2 -1
  16. package/packages/communication/kevinwatt-mcp-webhook.json +2 -1
  17. package/packages/communication/mcp-discord.json +24 -0
  18. package/packages/communication/mcp-outlook.json +28 -0
  19. package/packages/communication/modelcontextprotocol-server-slack.json +2 -1
  20. package/packages/communication/shinzolabs-gmail-mcp.json +2 -1
  21. package/packages/communication/taazkareem-clickup-mcp-server.json +2 -1
  22. package/packages/communication/telegram-mcp.json +20 -0
  23. package/packages/communication/v4lheru-trello-mcp-server.json +20 -0
  24. package/packages/communication/wweb-mcp.json +12 -6
  25. package/packages/customer-data-platforms/hubspot-mcp-api.json +16 -0
  26. package/packages/customer-data-platforms/hubspot-mcp.json +16 -0
  27. package/packages/customer-data-platforms/tsmztech-mcp-server-salesforce.json +20 -2
  28. package/packages/customer-data-platforms/zd-mcp-sever.json +24 -0
  29. package/packages/data-platforms/gsheets.json +20 -0
  30. package/packages/data-platforms/mcp-graphql-forge.json +28 -0
  31. package/packages/databases/airtable-mcp-server.json +3 -2
  32. package/packages/databases/kevinwatt-mysql-mcp.json +3 -2
  33. package/packages/databases/mcp-mongodb-atlas.json +4 -3
  34. package/packages/databases/mcp-postgres-server.json +5 -4
  35. package/packages/databases/redis-mcp.json +4 -3
  36. package/packages/developer-tools/klaviyo-api.json +16 -0
  37. package/packages/developer-tools/shopify-mcp.json +20 -0
  38. package/packages/file-systems/dbx-mcp-server.json +76 -0
  39. package/packages/file-systems/isaacphi-mcp-gdrive.json +2 -1
  40. package/packages/file-systems/pipedrive.json +16 -0
  41. package/packages/finance-fintech/paypal-mcp-server.json +20 -0
  42. package/packages/finance-fintech/qbconduceor.json +28 -0
  43. package/packages/finance-fintech/stripe-mcp.json +20 -0
  44. package/packages/knowledge-memory/notion-mcp.json +16 -0
  45. package/packages/marketing/facebook.json +28 -0
  46. package/packages/marketing/linkedin-mcp-server.json +20 -0
  47. package/packages/marketing/mailchimp-mcp.json +20 -0
  48. package/packages/other-tools-and-integrations/google-docs-mcp-server.json +32 -0
  49. package/packages/other-tools-and-integrations/google-forms.json +18 -5
  50. package/packages/other-tools-and-integrations/mcp-connect.json +28 -0
  51. package/packages/other-tools-and-integrations/mcp-google-forms.json +24 -0
  52. package/packages/support-service-management/cosmix-jira-mcp.json +28 -0
  53. package/packages/uncategorized/mzxrai-mcp-openai.json +1 -0
  54. package/packages/version-control/mcp-gitlab-server.json +20 -0
  55. package/packages/version-control/modelcontextprotocol-server-github.json +2 -1
  56. package/packages/data-science-tools/cablate-mcp-doc-forge.json +0 -10
@@ -708,65 +708,6 @@
708
708
  "validated": false,
709
709
  "tools": {}
710
710
  },
711
- "airtable-mcp-server": {
712
- "category": "databases",
713
- "path": "databases/airtable-mcp-server.json",
714
- "validated": true,
715
- "tools": {
716
- "list_records": {
717
- "name": "list_records",
718
- "description": "List records from a table"
719
- },
720
- "search_records": {
721
- "name": "search_records",
722
- "description": "Search for records containing specific text"
723
- },
724
- "list_bases": {
725
- "name": "list_bases",
726
- "description": "List all accessible Airtable bases"
727
- },
728
- "list_tables": {
729
- "name": "list_tables",
730
- "description": "List all tables in a specific base"
731
- },
732
- "describe_table": {
733
- "name": "describe_table",
734
- "description": "Get detailed information about a specific table"
735
- },
736
- "get_record": {
737
- "name": "get_record",
738
- "description": "Get a specific record by ID"
739
- },
740
- "create_record": {
741
- "name": "create_record",
742
- "description": "Create a new record in a table"
743
- },
744
- "update_records": {
745
- "name": "update_records",
746
- "description": "Update up to 10 records in a table"
747
- },
748
- "delete_records": {
749
- "name": "delete_records",
750
- "description": "Delete records from a table"
751
- },
752
- "create_table": {
753
- "name": "create_table",
754
- "description": "Create a new table in a base"
755
- },
756
- "update_table": {
757
- "name": "update_table",
758
- "description": "Update a table's name or description"
759
- },
760
- "create_field": {
761
- "name": "create_field",
762
- "description": "Create a new field in a table"
763
- },
764
- "update_field": {
765
- "name": "update_field",
766
- "description": "Update a field's name or description"
767
- }
768
- }
769
- },
770
711
  "@benborla29/mcp-server-mysql": {
771
712
  "category": "databases",
772
713
  "path": "databases/benborla29-mcp-server-mysql.json",
@@ -851,21 +792,8 @@
851
792
  "@llmindset/mcp-hfspace": {
852
793
  "category": "developer-tools",
853
794
  "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
- }
795
+ "validated": false,
796
+ "tools": {}
869
797
  },
870
798
  "@mcp-get-community/server-macos": {
871
799
  "category": "developer-tools",
@@ -7746,37 +7674,6 @@
7746
7674
  "category": "databases",
7747
7675
  "path": "databases/opensearch.json"
7748
7676
  },
7749
- "mcp-mongodb-atlas": {
7750
- "category": "databases",
7751
- "path": "databases/mcp-mongodb-atlas.json",
7752
- "validated": true,
7753
- "tools": {
7754
- "create_atlas_cluster": {
7755
- "name": "create_atlas_cluster",
7756
- "description": "Creates a new Atlas cluster in an existing Atlas project."
7757
- },
7758
- "setup_atlas_network_access": {
7759
- "name": "setup_atlas_network_access",
7760
- "description": "Sets up network access for an existing Atlas project. Accepts list of IP addresses or CIDR blocks."
7761
- },
7762
- "create_atlas_user": {
7763
- "name": "create_atlas_user",
7764
- "description": "Creates a new database user for an existing Atlas project. User will have atlasAdmin role."
7765
- },
7766
- "get_atlas_connection_strings": {
7767
- "name": "get_atlas_connection_strings",
7768
- "description": "Retrieves connection strings for a cluster in an existing Atlas project."
7769
- },
7770
- "list_atlas_projects": {
7771
- "name": "list_atlas_projects",
7772
- "description": "Lists all Atlas projects that the API key has access to."
7773
- },
7774
- "list_atlas_clusters": {
7775
- "name": "list_atlas_clusters",
7776
- "description": "Lists all clusters in an Atlas project."
7777
- }
7778
- }
7779
- },
7780
7677
  "@joshuarileydev/supabase-mcp-server": {
7781
7678
  "category": "databases",
7782
7679
  "path": "databases/joshuarileydev-supabase-mcp-server.json",
@@ -8269,37 +8166,6 @@
8269
8166
  "category": "databases",
8270
8167
  "path": "databases/mcp-trino-python.json"
8271
8168
  },
8272
- "mcp-postgres-server": {
8273
- "category": "databases",
8274
- "path": "databases/mcp-postgres-server.json",
8275
- "validated": true,
8276
- "tools": {
8277
- "connect_db": {
8278
- "name": "connect_db",
8279
- "description": "Connect to PostgreSQL database. NOTE: Default connection exists - only use when requested or if other commands fail"
8280
- },
8281
- "query": {
8282
- "name": "query",
8283
- "description": "Execute a SELECT query"
8284
- },
8285
- "execute": {
8286
- "name": "execute",
8287
- "description": "Execute an INSERT, UPDATE, or DELETE query"
8288
- },
8289
- "list_schemas": {
8290
- "name": "list_schemas",
8291
- "description": "List all schemas in the database"
8292
- },
8293
- "list_tables": {
8294
- "name": "list_tables",
8295
- "description": "List tables in the database"
8296
- },
8297
- "describe_table": {
8298
- "name": "describe_table",
8299
- "description": "Get table structure"
8300
- }
8301
- }
8302
- },
8303
8169
  "mysql-database-manager": {
8304
8170
  "category": "databases",
8305
8171
  "path": "databases/mysql-database-manager.json"
@@ -13979,8 +13845,21 @@
13979
13845
  "@felores/placid-mcp-server": {
13980
13846
  "category": "marketing",
13981
13847
  "path": "marketing/felores-placid-mcp-server.json",
13982
- "validated": false,
13983
- "tools": {}
13848
+ "validated": true,
13849
+ "tools": {
13850
+ "placid_list_templates": {
13851
+ "name": "placid_list_templates",
13852
+ "description": "Get a list of available Placid templates with optional filtering. Each template includes its title, ID, preview image URL, available layers, and tags."
13853
+ },
13854
+ "placid_generate_image": {
13855
+ "name": "placid_generate_image",
13856
+ "description": "Generate an image using a template and provided assets"
13857
+ },
13858
+ "placid_generate_video": {
13859
+ "name": "placid_generate_video",
13860
+ "description": "Generate a video using one or more templates and provided assets. Every 10 seconds of video uses 10 credits."
13861
+ }
13862
+ }
13984
13863
  },
13985
13864
  "facebook-ads-library": {
13986
13865
  "category": "marketing",
@@ -20432,8 +20311,81 @@
20432
20311
  "@tfedorko/licensespring-mcp-server": {
20433
20312
  "category": "other-tools-and-integrations",
20434
20313
  "path": "other-tools-and-integrations/tfedorko-licensespring-mcp-server.json",
20435
- "validated": false,
20436
- "tools": {}
20314
+ "validated": true,
20315
+ "tools": {
20316
+ "activate_license": {
20317
+ "name": "activate_license",
20318
+ "description": "Activate a license with hardware ID and product code"
20319
+ },
20320
+ "check_license": {
20321
+ "name": "check_license",
20322
+ "description": "Check license status and validity"
20323
+ },
20324
+ "deactivate_license": {
20325
+ "name": "deactivate_license",
20326
+ "description": "Deactivate a license for a specific hardware ID"
20327
+ },
20328
+ "add_consumption": {
20329
+ "name": "add_consumption",
20330
+ "description": "Add consumption units to a license"
20331
+ },
20332
+ "add_feature_consumption": {
20333
+ "name": "add_feature_consumption",
20334
+ "description": "Add consumption units to a specific feature"
20335
+ },
20336
+ "get_trial_key": {
20337
+ "name": "get_trial_key",
20338
+ "description": "Generate a trial license key for a product"
20339
+ },
20340
+ "get_product_details": {
20341
+ "name": "get_product_details",
20342
+ "description": "Get detailed information about a product"
20343
+ },
20344
+ "track_device_variables": {
20345
+ "name": "track_device_variables",
20346
+ "description": "Track custom variables for a device"
20347
+ },
20348
+ "get_device_variables": {
20349
+ "name": "get_device_variables",
20350
+ "description": "Get tracked variables for a device"
20351
+ },
20352
+ "floating_release": {
20353
+ "name": "floating_release",
20354
+ "description": "Release a floating license"
20355
+ },
20356
+ "floating_borrow": {
20357
+ "name": "floating_borrow",
20358
+ "description": "Borrow a floating license for offline use"
20359
+ },
20360
+ "change_password": {
20361
+ "name": "change_password",
20362
+ "description": "Change password for a user-based license"
20363
+ },
20364
+ "get_versions": {
20365
+ "name": "get_versions",
20366
+ "description": "Get available software versions for a product"
20367
+ },
20368
+ "get_installation_file": {
20369
+ "name": "get_installation_file",
20370
+ "description": "Get installation file download information"
20371
+ },
20372
+ "get_sso_url": {
20373
+ "name": "get_sso_url",
20374
+ "description": "Get Single Sign-On URL for customer portal access"
20375
+ },
20376
+ "get_customer_license_users": {
20377
+ "name": "get_customer_license_users",
20378
+ "description": "Get customer license users for a specific license"
20379
+ },
20380
+ "activate_offline": {
20381
+ "name": "activate_offline",
20382
+ "description": "Activate a license for offline use with hardware ID and product code"
20383
+ },
20384
+ "deactivate_offline": {
20385
+ "name": "deactivate_offline",
20386
+ "description": "Deactivate a license for offline use with hardware ID and product code"
20387
+ }
20388
+ }
20437
20389
  },
20438
20390
  "blender": {
20439
20391
  "category": "other-tools-and-integrations",
@@ -22617,12 +22569,6 @@
22617
22569
  "category": "other-tools-and-integrations",
22618
22570
  "path": "other-tools-and-integrations/anki-mcp.json"
22619
22571
  },
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
22572
  "agentrpc": {
22627
22573
  "category": "other-tools-and-integrations",
22628
22574
  "path": "other-tools-and-integrations/agentrpc.json",
@@ -23188,8 +23134,109 @@
23188
23134
  "@mcpdotdirect/starknet-mcp-server": {
23189
23135
  "category": "uncategorized",
23190
23136
  "path": "uncategorized/mcpdotdirect-starknet-mcp-server.json",
23191
- "validated": false,
23192
- "tools": {}
23137
+ "validated": true,
23138
+ "tools": {
23139
+ "get_starknet_chain_info": {
23140
+ "name": "get_starknet_chain_info",
23141
+ "description": "Get information about a Starknet network"
23142
+ },
23143
+ "get_supported_starknet_networks": {
23144
+ "name": "get_supported_starknet_networks",
23145
+ "description": "Get a list of supported Starknet networks"
23146
+ },
23147
+ "get_starknet_eth_balance": {
23148
+ "name": "get_starknet_eth_balance",
23149
+ "description": "Get the ETH balance for a Starknet address or Starknet ID"
23150
+ },
23151
+ "get_starknet_token_balance": {
23152
+ "name": "get_starknet_token_balance",
23153
+ "description": "Get the token balance for a Starknet address or Starknet ID"
23154
+ },
23155
+ "get_starknet_strk_balance": {
23156
+ "name": "get_starknet_strk_balance",
23157
+ "description": "Get the STRK token balance for a Starknet address or Starknet ID"
23158
+ },
23159
+ "get_starknet_native_balances": {
23160
+ "name": "get_starknet_native_balances",
23161
+ "description": "Get all native token balances (ETH and STRK) for a Starknet address or Starknet ID"
23162
+ },
23163
+ "resolve_starknet_name": {
23164
+ "name": "resolve_starknet_name",
23165
+ "description": "Get the Starknet ID for an address"
23166
+ },
23167
+ "resolve_starknet_address": {
23168
+ "name": "resolve_starknet_address",
23169
+ "description": "Get the address for a Starknet ID"
23170
+ },
23171
+ "get_starknet_profile": {
23172
+ "name": "get_starknet_profile",
23173
+ "description": "Get the full Starknet ID profile for an address or Starknet ID"
23174
+ },
23175
+ "validate_starknet_domain": {
23176
+ "name": "validate_starknet_domain",
23177
+ "description": "Check if a string is a valid Starknet ID"
23178
+ },
23179
+ "get_starknet_block": {
23180
+ "name": "get_starknet_block",
23181
+ "description": "Get information about a specific block"
23182
+ },
23183
+ "get_starknet_block_transactions": {
23184
+ "name": "get_starknet_block_transactions",
23185
+ "description": "Get transactions in a specific block"
23186
+ },
23187
+ "get_starknet_transaction": {
23188
+ "name": "get_starknet_transaction",
23189
+ "description": "Get details about a transaction"
23190
+ },
23191
+ "get_starknet_transaction_receipt": {
23192
+ "name": "get_starknet_transaction_receipt",
23193
+ "description": "Get transaction receipt"
23194
+ },
23195
+ "call_starknet_contract": {
23196
+ "name": "call_starknet_contract",
23197
+ "description": "Call a read-only function on a contract"
23198
+ },
23199
+ "get_starknet_contract_class": {
23200
+ "name": "get_starknet_contract_class",
23201
+ "description": "Get the class (ABI and other information) of a contract"
23202
+ },
23203
+ "get_starknet_token_info": {
23204
+ "name": "get_starknet_token_info",
23205
+ "description": "Get information about a token"
23206
+ },
23207
+ "check_starknet_nft_ownership": {
23208
+ "name": "check_starknet_nft_ownership",
23209
+ "description": "Check if an address owns a specific NFT"
23210
+ },
23211
+ "get_starknet_nft_balance": {
23212
+ "name": "get_starknet_nft_balance",
23213
+ "description": "Get the number of NFTs owned by an address for a specific collection"
23214
+ },
23215
+ "get_starknet_token_supply": {
23216
+ "name": "get_starknet_token_supply",
23217
+ "description": "Get the total supply of a token"
23218
+ },
23219
+ "check_starknet_transaction_status": {
23220
+ "name": "check_starknet_transaction_status",
23221
+ "description": "Check if a transaction is confirmed (finalized)"
23222
+ },
23223
+ "transfer_starknet_eth": {
23224
+ "name": "transfer_starknet_eth",
23225
+ "description": "Transfer ETH from one account to another"
23226
+ },
23227
+ "transfer_starknet_strk": {
23228
+ "name": "transfer_starknet_strk",
23229
+ "description": "Transfer STRK from one account to another"
23230
+ },
23231
+ "transfer_starknet_token": {
23232
+ "name": "transfer_starknet_token",
23233
+ "description": "Transfer ERC20 tokens from one account to another"
23234
+ },
23235
+ "execute_starknet_contract": {
23236
+ "name": "execute_starknet_contract",
23237
+ "description": "Execute a contract call (write operation)"
23238
+ }
23239
+ }
23193
23240
  },
23194
23241
  "covid-19-statistics": {
23195
23242
  "category": "uncategorized",
@@ -23391,8 +23438,121 @@
23391
23438
  "@mcpdotdirect/evm-mcp-server": {
23392
23439
  "category": "uncategorized",
23393
23440
  "path": "uncategorized/mcpdotdirect-evm-mcp-server.json",
23394
- "validated": false,
23395
- "tools": {}
23441
+ "validated": true,
23442
+ "tools": {
23443
+ "get_chain_info": {
23444
+ "name": "get_chain_info",
23445
+ "description": "Get information about an EVM network"
23446
+ },
23447
+ "resolve_ens": {
23448
+ "name": "resolve_ens",
23449
+ "description": "Resolve an ENS name to an Ethereum address"
23450
+ },
23451
+ "get_supported_networks": {
23452
+ "name": "get_supported_networks",
23453
+ "description": "Get a list of supported EVM networks"
23454
+ },
23455
+ "get_block_by_number": {
23456
+ "name": "get_block_by_number",
23457
+ "description": "Get a block by its block number"
23458
+ },
23459
+ "get_latest_block": {
23460
+ "name": "get_latest_block",
23461
+ "description": "Get the latest block from the EVM"
23462
+ },
23463
+ "get_balance": {
23464
+ "name": "get_balance",
23465
+ "description": "Get the native token balance (ETH, MATIC, etc.) for an address"
23466
+ },
23467
+ "get_erc20_balance": {
23468
+ "name": "get_erc20_balance",
23469
+ "description": "Get the ERC20 token balance of an Ethereum address"
23470
+ },
23471
+ "get_token_balance": {
23472
+ "name": "get_token_balance",
23473
+ "description": "Get the balance of an ERC20 token for an address"
23474
+ },
23475
+ "get_transaction": {
23476
+ "name": "get_transaction",
23477
+ "description": "Get detailed information about a specific transaction by its hash. Includes sender, recipient, value, data, and more."
23478
+ },
23479
+ "get_transaction_receipt": {
23480
+ "name": "get_transaction_receipt",
23481
+ "description": "Get a transaction receipt by its hash"
23482
+ },
23483
+ "estimate_gas": {
23484
+ "name": "estimate_gas",
23485
+ "description": "Estimate the gas cost for a transaction"
23486
+ },
23487
+ "transfer_eth": {
23488
+ "name": "transfer_eth",
23489
+ "description": "Transfer native tokens (ETH, MATIC, etc.) to an address"
23490
+ },
23491
+ "transfer_erc20": {
23492
+ "name": "transfer_erc20",
23493
+ "description": "Transfer ERC20 tokens to another address"
23494
+ },
23495
+ "approve_token_spending": {
23496
+ "name": "approve_token_spending",
23497
+ "description": "Approve another address (like a DeFi protocol or exchange) to spend your ERC20 tokens. This is often required before interacting with DeFi protocols."
23498
+ },
23499
+ "transfer_nft": {
23500
+ "name": "transfer_nft",
23501
+ "description": "Transfer an NFT (ERC721 token) from one address to another. Requires the private key of the current owner for signing the transaction."
23502
+ },
23503
+ "transfer_erc1155": {
23504
+ "name": "transfer_erc1155",
23505
+ "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."
23506
+ },
23507
+ "transfer_token": {
23508
+ "name": "transfer_token",
23509
+ "description": "Transfer ERC20 tokens to an address"
23510
+ },
23511
+ "read_contract": {
23512
+ "name": "read_contract",
23513
+ "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."
23514
+ },
23515
+ "write_contract": {
23516
+ "name": "write_contract",
23517
+ "description": "Write data to a smart contract by calling a state-changing function. This modifies blockchain state and requires gas payment and transaction signing."
23518
+ },
23519
+ "is_contract": {
23520
+ "name": "is_contract",
23521
+ "description": "Check if an address is a smart contract or an externally owned account (EOA)"
23522
+ },
23523
+ "get_token_info": {
23524
+ "name": "get_token_info",
23525
+ "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."
23526
+ },
23527
+ "get_token_balance_erc20": {
23528
+ "name": "get_token_balance_erc20",
23529
+ "description": "Get ERC20 token balance for an address"
23530
+ },
23531
+ "get_nft_info": {
23532
+ "name": "get_nft_info",
23533
+ "description": "Get detailed information about a specific NFT (ERC721 token), including collection name, symbol, token URI, and current owner if available."
23534
+ },
23535
+ "check_nft_ownership": {
23536
+ "name": "check_nft_ownership",
23537
+ "description": "Check if an address owns a specific NFT"
23538
+ },
23539
+ "get_erc1155_token_uri": {
23540
+ "name": "get_erc1155_token_uri",
23541
+ "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."
23542
+ },
23543
+ "get_nft_balance": {
23544
+ "name": "get_nft_balance",
23545
+ "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."
23546
+ },
23547
+ "get_erc1155_balance": {
23548
+ "name": "get_erc1155_balance",
23549
+ "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."
23550
+ },
23551
+ "get_address_from_private_key": {
23552
+ "name": "get_address_from_private_key",
23553
+ "description": "Get the EVM address derived from a private key"
23554
+ }
23555
+ }
23396
23556
  },
23397
23557
  "alchemy-sdk": {
23398
23558
  "category": "uncategorized",
@@ -27144,12 +27304,6 @@
27144
27304
  "validated": false,
27145
27305
  "tools": {}
27146
27306
  },
27147
- "wweb-mcp": {
27148
- "category": "communication",
27149
- "path": "communication/wweb-mcp.json",
27150
- "validated": false,
27151
- "tools": {}
27152
- },
27153
27307
  "mcp-server-google-calendar": {
27154
27308
  "category": "communication",
27155
27309
  "path": "communication/mcp-server-google-calendar.json",
@@ -27871,12 +28025,6 @@
27871
28025
  "validated": false,
27872
28026
  "tools": {}
27873
28027
  },
27874
- "cal.com-calendar": {
27875
- "category": "communication",
27876
- "path": "communication/cal-com-calendar.json",
27877
- "validated": false,
27878
- "tools": {}
27879
- },
27880
28028
  "webex-mcp-server": {
27881
28029
  "category": "communication",
27882
28030
  "path": "communication/webex-mcp-server.json",
@@ -28854,65 +29002,6 @@
28854
29002
  "validated": false,
28855
29003
  "tools": {}
28856
29004
  },
28857
- "redis-mcp": {
28858
- "category": "databases",
28859
- "path": "databases/redis-mcp.json",
28860
- "validated": true,
28861
- "tools": {
28862
- "hmset": {
28863
- "name": "hmset",
28864
- "description": "Set multiple hash fields to multiple values"
28865
- },
28866
- "hget": {
28867
- "name": "hget",
28868
- "description": "Get the value of a hash field"
28869
- },
28870
- "hgetall": {
28871
- "name": "hgetall",
28872
- "description": "Get all the fields and values in a hash"
28873
- },
28874
- "scan": {
28875
- "name": "scan",
28876
- "description": "Scan Redis keys matching a pattern"
28877
- },
28878
- "set": {
28879
- "name": "set",
28880
- "description": "Set string value with optional NX (only if not exists) and PX (expiry in milliseconds) options"
28881
- },
28882
- "get": {
28883
- "name": "get",
28884
- "description": "Get string value"
28885
- },
28886
- "del": {
28887
- "name": "del",
28888
- "description": "Delete a key"
28889
- },
28890
- "zadd": {
28891
- "name": "zadd",
28892
- "description": "Add one or more members to a sorted set"
28893
- },
28894
- "zrange": {
28895
- "name": "zrange",
28896
- "description": "Return a range of members from a sorted set by index"
28897
- },
28898
- "zrangebyscore": {
28899
- "name": "zrangebyscore",
28900
- "description": "Return members from a sorted set with scores between min and max"
28901
- },
28902
- "zrem": {
28903
- "name": "zrem",
28904
- "description": "Remove one or more members from a sorted set"
28905
- },
28906
- "sadd": {
28907
- "name": "sadd",
28908
- "description": "Add one or more members to a set"
28909
- },
28910
- "smembers": {
28911
- "name": "smembers",
28912
- "description": "Get all members in a set"
28913
- }
28914
- }
28915
- },
28916
29005
  "schemaflow": {
28917
29006
  "category": "databases",
28918
29007
  "path": "databases/schemaflow.json",
@@ -30226,8 +30315,37 @@
30226
30315
  "omnifocus-mcp": {
30227
30316
  "category": "developer-tools",
30228
30317
  "path": "developer-tools/omnifocus-mcp.json",
30229
- "validated": false,
30230
- "tools": {}
30318
+ "validated": true,
30319
+ "tools": {
30320
+ "dump_database": {
30321
+ "name": "dump_database",
30322
+ "description": "Gets the current state of your OmniFocus database"
30323
+ },
30324
+ "add_omnifocus_task": {
30325
+ "name": "add_omnifocus_task",
30326
+ "description": "Add a new task to OmniFocus"
30327
+ },
30328
+ "add_project": {
30329
+ "name": "add_project",
30330
+ "description": "Add a new project to OmniFocus"
30331
+ },
30332
+ "remove_item": {
30333
+ "name": "remove_item",
30334
+ "description": "Remove a task or project from OmniFocus"
30335
+ },
30336
+ "edit_item": {
30337
+ "name": "edit_item",
30338
+ "description": "Edit a task or project in OmniFocus"
30339
+ },
30340
+ "batch_add_items": {
30341
+ "name": "batch_add_items",
30342
+ "description": "Add multiple tasks or projects to OmniFocus in a single operation"
30343
+ },
30344
+ "batch_remove_items": {
30345
+ "name": "batch_remove_items",
30346
+ "description": "Remove multiple tasks or projects from OmniFocus in a single operation"
30347
+ }
30348
+ }
30231
30349
  },
30232
30350
  "stimulus-docs": {
30233
30351
  "category": "developer-tools",
@@ -31702,77 +31820,6 @@
31702
31820
  "validated": false,
31703
31821
  "tools": {}
31704
31822
  },
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
31823
  "@gongrzhe/server-json-mcp": {
31777
31824
  "category": "data-science-tools",
31778
31825
  "path": "data-science-tools/gongrzhe-server-json-mcp.json",
@@ -41762,21 +41809,21 @@
41762
41809
  "name": "file-handler",
41763
41810
  "description": "FileHandler tool description"
41764
41811
  },
41765
- "my-tool": {
41766
- "name": "my-tool",
41767
- "description": "MyTool tool description"
41768
- },
41769
41812
  "api-client": {
41770
41813
  "name": "api-client",
41771
41814
  "description": "ApiClient tool description"
41772
41815
  },
41773
- "example_tool": {
41774
- "name": "example_tool",
41775
- "description": "An example tool that processes messages"
41816
+ "my-tool": {
41817
+ "name": "my-tool",
41818
+ "description": "MyTool tool description"
41776
41819
  },
41777
41820
  "data-processor": {
41778
41821
  "name": "data-processor",
41779
41822
  "description": "DataProcessor tool description"
41823
+ },
41824
+ "example_tool": {
41825
+ "name": "example_tool",
41826
+ "description": "An example tool that processes messages"
41780
41827
  }
41781
41828
  }
41782
41829
  },
@@ -43113,5 +43160,221 @@
43113
43160
  "browser-automation": {
43114
43161
  "category": "browser-automation",
43115
43162
  "path": "browser-automation/browser-automation.json"
43163
+ },
43164
+ "@pnizer/wweb-mcp": {
43165
+ "category": "communication",
43166
+ "path": "communication/wweb-mcp.json",
43167
+ "validated": false,
43168
+ "tools": {}
43169
+ },
43170
+ "@kacase/mcp-outlook": {
43171
+ "category": "communication",
43172
+ "path": "communication/mcp-outlook.json",
43173
+ "validated": false,
43174
+ "tools": {}
43175
+ },
43176
+ "@nspady/google-calendar-mcp": {
43177
+ "category": "communication",
43178
+ "path": "communication/google-calendar-mcp.json",
43179
+ "validated": false,
43180
+ "tools": {}
43181
+ },
43182
+ "@NaorAIdeas/hubspot-mcp-server": {
43183
+ "category": "customer-data-platforms",
43184
+ "path": "customer-data-platforms/hubspot-mcp-api.json",
43185
+ "validated": false,
43186
+ "tools": {}
43187
+ },
43188
+ "@koundinya/zd-mcp-server": {
43189
+ "category": "customer-data-platforms",
43190
+ "path": "customer-data-platforms/zd-mcp-sever.json",
43191
+ "validated": false,
43192
+ "tools": {}
43193
+ },
43194
+ "@lkm1developer/hubspot-mcp-server": {
43195
+ "category": "customer-data-platforms",
43196
+ "path": "customer-data-platforms/hubspot-mcp.json",
43197
+ "validated": false,
43198
+ "tools": {}
43199
+ },
43200
+ "@freema/mcp-gsheets": {
43201
+ "category": "data-platforms",
43202
+ "path": "data-platforms/gsheets.json",
43203
+ "validated": false,
43204
+ "tools": {}
43205
+ },
43206
+ "@mattcoatsworth/Klaviyo-MCP-Server-4-15": {
43207
+ "category": "developer-tools",
43208
+ "path": "developer-tools/klaviyo-api.json",
43209
+ "validated": false,
43210
+ "tools": {}
43211
+ },
43212
+ "@amir-bengherbi/shopify-mcp-server": {
43213
+ "category": "developer-tools",
43214
+ "path": "developer-tools/shopify-mcp.json",
43215
+ "validated": false,
43216
+ "tools": {}
43217
+ },
43218
+ "@WillDent/pipedrive-mcp-server": {
43219
+ "category": "file-systems",
43220
+ "path": "file-systems/pipedrive.json",
43221
+ "validated": false,
43222
+ "tools": {}
43223
+ },
43224
+ "@alfork/qbconductor-mcp-server": {
43225
+ "category": "finance-fintech",
43226
+ "path": "finance-fintech/qbconduceor.json",
43227
+ "validated": false,
43228
+ "tools": {}
43229
+ },
43230
+ "@makenotion/notion-mcp-server": {
43231
+ "category": "knowledge-memory",
43232
+ "path": "knowledge-memory/notion-mcp.json",
43233
+ "validated": false,
43234
+ "tools": {}
43235
+ },
43236
+ "@mattcoatsworth/mailchip-mcp-server": {
43237
+ "category": "marketing",
43238
+ "path": "marketing/mailchimp-mcp.json",
43239
+ "validated": false,
43240
+ "tools": {}
43241
+ },
43242
+ "@Tisik79/MCP-Facebook": {
43243
+ "category": "marketing",
43244
+ "path": "marketing/facebook.json",
43245
+ "validated": false,
43246
+ "tools": {}
43247
+ },
43248
+ "@masatoshi118/mcp_google_froms": {
43249
+ "category": "other-tools-and-integrations",
43250
+ "path": "other-tools-and-integrations/mcp-google-forms.json",
43251
+ "validated": false,
43252
+ "tools": {}
43253
+ },
43254
+ "@matteoantoci/google-forms-mcp": {
43255
+ "category": "other-tools-and-integrations",
43256
+ "path": "other-tools-and-integrations/google-forms.json",
43257
+ "validated": false,
43258
+ "tools": {}
43259
+ },
43260
+ "@ifmelate/n8n-workflow-builder-mcp": {
43261
+ "category": "aggregators",
43262
+ "path": "aggregators/n8n-workflow-builder-mcp.json",
43263
+ "tools": {},
43264
+ "validated": false
43265
+ },
43266
+ "@nikolausm/huggingface-mcp-server": {
43267
+ "category": "art-and-culture",
43268
+ "path": "art-and-culture/huggingface-mcp-server.json",
43269
+ "tools": {},
43270
+ "validated": false
43271
+ },
43272
+ "@jar285/mcp-discord": {
43273
+ "category": "communication",
43274
+ "path": "communication/mcp-discord.json",
43275
+ "tools": {},
43276
+ "validated": false
43277
+ },
43278
+ "@jeroensmink98/telegram-mcp": {
43279
+ "category": "communication",
43280
+ "path": "communication/telegram-mcp.json",
43281
+ "tools": {},
43282
+ "validated": false
43283
+ },
43284
+ "@v4lheru/trello-mcp-server": {
43285
+ "category": "communication",
43286
+ "path": "communication/v4lheru-trello-mcp-server.json",
43287
+ "tools": {},
43288
+ "validated": false
43289
+ },
43290
+ "@mumunha/cal_dot_com_mcpserver": {
43291
+ "category": "communication",
43292
+ "path": "communication/cal-com-calendar.json",
43293
+ "tools": {},
43294
+ "validated": false
43295
+ },
43296
+ "@Bob-lance/instagram-engagement-mcp": {
43297
+ "category": "communication",
43298
+ "path": "communication/instagram-engagement-mcp.json",
43299
+ "tools": {},
43300
+ "validated": false
43301
+ },
43302
+ "@domdomegg/airtable-mcp-server": {
43303
+ "category": "databases",
43304
+ "path": "databases/airtable-mcp-server.json",
43305
+ "tools": {},
43306
+ "validated": false
43307
+ },
43308
+ "@farhankaz/redis-mcp": {
43309
+ "category": "databases",
43310
+ "path": "databases/redis-mcp.json",
43311
+ "tools": {},
43312
+ "validated": false
43313
+ },
43314
+ "@mcp-postgres-server": {
43315
+ "category": "databases",
43316
+ "path": "databases/mcp-postgres-server.json",
43317
+ "tools": {},
43318
+ "validated": false
43319
+ },
43320
+ "@mcp-mongodb-atlas": {
43321
+ "category": "databases",
43322
+ "path": "databases/mcp-mongodb-atlas.json",
43323
+ "tools": {},
43324
+ "validated": false
43325
+ },
43326
+ "@toolprint/mcp-graphql-forge": {
43327
+ "category": "data-platforms",
43328
+ "path": "data-platforms/mcp-graphql-forge.json",
43329
+ "tools": {},
43330
+ "validated": false
43331
+ },
43332
+ "@amgadabdelhafez/dbx-mcp-server": {
43333
+ "category": "file-systems",
43334
+ "path": "file-systems/dbx-mcp-server.json",
43335
+ "tools": {},
43336
+ "validated": false
43337
+ },
43338
+ "@paypal/agent-toolkit": {
43339
+ "category": "finance-fintech",
43340
+ "path": "finance-fintech/paypal-mcp-server.json",
43341
+ "tools": {},
43342
+ "validated": false
43343
+ },
43344
+ "@stripe/agent-toolkit/tree/main/modelcontextprotocol": {
43345
+ "category": "finance-fintech",
43346
+ "path": "finance-fintech/stripe-mcp.json",
43347
+ "tools": {},
43348
+ "validated": false
43349
+ },
43350
+ "@Dishant27/linkedin-mcp-server": {
43351
+ "category": "marketing",
43352
+ "path": "marketing/linkedin-mcp-server.json",
43353
+ "tools": {},
43354
+ "validated": false
43355
+ },
43356
+ "@cosmix/jira-mcp": {
43357
+ "category": "support-service-management",
43358
+ "path": "support-service-management/cosmix-jira-mcp.json",
43359
+ "tools": {},
43360
+ "validated": false
43361
+ },
43362
+ "@yoda-digital/mcp-gitlab-server": {
43363
+ "category": "version-control",
43364
+ "path": "version-control/mcp-gitlab-server.json",
43365
+ "tools": {},
43366
+ "validated": false
43367
+ },
43368
+ "@EvalsOne/mcp-connect": {
43369
+ "category": "other-tools-and-integrations",
43370
+ "path": "other-tools-and-integrations/mcp-connect.json",
43371
+ "tools": {},
43372
+ "validated": false
43373
+ },
43374
+ "@lkm1developer/google-docs-mcp-server": {
43375
+ "category": "other-tools-and-integrations",
43376
+ "path": "other-tools-and-integrations/google-docs-mcp-server.json",
43377
+ "tools": {},
43378
+ "validated": false
43116
43379
  }
43117
43380
  }