Skip to main content
Glama
465,598 tools. Updated 2026-08-19 05:24

"How to fetch and query data using a MySQL cursor" matching MCP tools:

Matching MCP Servers

  • F
    license
    -
    quality
    C
    maintenance
    A read-only MySQL query service that allows SELECT operations, listing tables, and viewing schemas via MCP protocol.
  • A
    license
    A
    quality
    C
    maintenance
    Read-only MySQL MCP server that lets AI agents list tables, describe schemas, and run SELECT/SHOW/EXPLAIN queries with a row cap, bound to a single database for safety.
    3
    MIT

Matching MCP Connectors

  • Fetch web pages and extract exactly the content you need. Select elements with CSS and retrieve co…

  • A simple tool that performs a fetch request to a webpage.

  • Search curated SPARQL example queries from UniProt by free-text over descriptions and keyword tags. Find relevant query examples to learn how to query UniProt data.
    MIT
  • Read agent stdout/stderr from a character cursor. Pass the returned cursor to fetch only new output for a task.
    Apache 2.0
  • Identify and analyze slow MySQL queries using performance_schema data to optimize database performance by examining execution times, row statistics, and query patterns.
    Apache 2.0
  • Execute read-only SQL SELECT queries to retrieve data from a MySQL database. This tool enables data analysis and information extraction through direct database queries.
    MIT
  • Retrieve the execution plan for a SQL query without executing it. Supports PostgreSQL, MySQL, and Redshift, returning JSON or text plans for query optimization.
    MIT
  • Fetch prediction markets from supported exchanges using cursor-based pagination. First request caches all markets; subsequent calls use the cached snapshot until expiration.
    MIT
  • Register a new MySQL or Snowflake database connection to enable data reconciliation tasks. After adding, verify the connection using test_datasource.
    MIT
  • Fetch new messages, deleted messages, and other updates since a given cursor. Returns new cursor state to enable incremental updates.
    MIT
  • Terminate a running MySQL query or connection thread by process ID to stop problematic operations. Requires readOnly mode disabled.
    MIT