Skip to main content
Glama
605,680 tools. Updated 2026-09-24 03:11

"jQuery" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Retrieve balance, nonce, transactions, and guardian status for any MultiversX account on mainnet, testnet, or devnet. Specify the address and optional network.
    MIT
  • Execute SQL statements against a database using $1, $2 placeholders; results are sanitized for safe LLM context.
    MIT
  • Execute synchronous JavaScript in the browser's main execution context to access framework states, window globals, and page-defined variables for web automation.
    MIT
  • Query scalar data from TensorBoard event files by specifying tags, start step, and end step to retrieve targeted metrics without loading the entire file.
    GPL 3.0
  • Execute read-only SQL against PostgreSQL and retrieve JSON rows with counts, using parameter placeholders for safe data reads.
    MIT
  • Execute read-only SQL queries (SELECT, SHOW, DESCRIBE, EXPLAIN) with auto-appended LIMIT to safely inspect MySQL databases.
    MIT
  • Retrieve up-to-date documentation and code examples for any programming library via Context7. Use a library ID and a specific query to get relevant information.
    MIT
  • Update mutable settings on a company. Pass None to leave a field unchanged; only fields with explicit values are sent in the PUT body.
    MIT
  • Run one read-only SELECT against the company database; non-SELECT calls are refused, rows are capped, PII/secrets are masked, and every access is audited.
    MIT
  • Analyze web pages to identify authentication methods, API endpoints, frameworks, and storage for developing OpenTabs plugins. Provides actionable intelligence including extraction hints and implementation approaches.
    MIT
  • Run read-only SELECT, SHOW, or DESCRIBE statements to retrieve rows from ClickHouse; non-read statements are refused (use execute). Results capped.
    MIT
  • Set a form field's value using a CSS selector, with optional clearing and Enter press, so React, Vue, and jQuery detect the change.
    MIT