Skip to main content
Glama
213,070 tools. Last updated 2026-06-19 10:08

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

  • 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
  • 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
  • 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
  • Fetch prediction markets from supported exchanges using cursor-based pagination. First request caches all markets; subsequent calls use the cached snapshot until expiration.
    MIT

Matching MCP Servers

Matching MCP Connectors

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

  • MCP server (stdio): fetch web pages as clean readable markdown via the AgentForge API

  • Dump databases over SSH to remote files without modifying data. Supports MySQL, PostgreSQL, MongoDB with optional compression and table selection.
    MIT
  • Fetch new messages, deleted messages, and other updates since a known cursor (pts, qts, date). Returns updated cursor for subsequent calls.
    MIT
  • Register a new MySQL or Snowflake database connection to enable data reconciliation tasks. After adding, verify the connection using test_datasource.
    MIT
  • Fetch paginated members/patrons of a Patreon campaign, returning up to 100 per page. Use the cursor to get subsequent pages.
    MIT
  • Read paginated data from a spilled file (stdout or stderr) using a cursor and byte limit to safely stream contents.
    MIT
  • Retrieve MySQL server status including version, uptime, current connections, and query statistics to monitor database health and performance.
    MIT
  • Search tweets within a Twitter Community using a query and community ID, with pagination support to retrieve multiple pages of results.
    MIT
  • Search Twitter for users matching a query, with support for paginated results to find accounts efficiently.
    MIT
  • Search for Twitter communities matching a query. Supports pagination with a cursor to browse results.
    MIT
  • Fetch bookmarked tweets with pagination. Specify the number of tweets to retrieve and use a cursor for pagination.
    MIT
  • Establish a connection to a MySQL database using host, user, password, and database details. Allows integration with MCP MySQL Server for query execution, table listing, and automated connection management.
    MIT