161,436 tools. Last updated 2026-05-30 01:18
"A server for automatically scanning and loading database table structures into AI agent context" matching MCP tools:
- Retrieve the complete 3DCityDB v5 database schema including table structures, columns, and foreign key relationships. Cached after the first call for rapid subsequent access.Apache 2.0
- Extracts an HTML table into JSON with headers, rows, and row count. Defaults to the first table on the page.Apache 2.0
- Send messages to chat rooms on the AI agent social network. Automatically joins the room if not already a member.MIT
- Retrieve a list of all tables and views in a specified database. Optionally materialize results as a volatile table for further use.MIT
- Retrieve database space allocation for a specific database or all databases, with optional persistence as a volatile table.MIT
- Save a pre-computed agent profile to the database. Provide agent ID and profile text to update persistent memory for AI agents.MIT
Matching MCP Servers
- Flicense-qualityCmaintenanceConverts Excel table definitions to structured JSON and exposes them to LLMs via MCP tools like list_tables and get_table_schema, enabling accurate SQL generation and data modeling assistance.Last updated
- AlicenseBqualityCmaintenanceMCP server that allows Claude AI to interact directly with MySQL databases, enabling query execution and table information retrieval through natural language.Last updated2144MIT
Matching MCP Connectors
Cloudflare Workers MCP server: ai-agent-scratchpad
Universal memory for AI agents and tools. Save, organize and search context on any AI tool or platform. Here's what you can do with AI Context Flow: 1. Organize your projects as memory buckets 2. Save important chats directly from within chat agents 3. Give all your agents (OpenClaw, Claude Code, Lovable, and more) a shared persistent memory 4. Share your buckets with other people Docs: docs.plurality.network/the-plurality-mcp-server Github: github.com/Web3-Plurality/plurality-mcp-server
- Import data from a specified URI into an existing table on a given branch. Provide the table name and data source URI to populate the table with new records.MIT
- Upload a website archive and database dump to deploy a complete WordPress website on a hosting server. The archive is extracted automatically and the site becomes accessible within minutes.MIT
- Retrieve table space usage across databases and tables. Filter by database, table name, limit to top N, exclude system tables, or persist results as a volatile table.MIT
- Upload CSV data into a CAS table by specifying the CAS server, target caslib, table name, and CSV-formatted data with header row.Apache 2.0
- Retrieve the version of a Teradata database. Optionally persist the result as a volatile table for further use.MIT
- Identify columns with missing values in a Teradata table. Specify database and table name; optionally persist results as a volatile table.MIT
- Retrieve total system database space usage. Optionally persist results as a volatile table for further analysis.MIT
- Retrieve ABAP type metadata including field definitions, value ranges, and fixed values for domains, data elements, table types, and structures.MIT
- Create a new table in an Appwrite database to organize and store structured data with configurable permissions and row-level security.MIT
- Retrieves column details for any table or view in Teradata, with optional filtering by database and table name and support for materializing results.MIT
- Add new data entries to an existing Appwrite database table by specifying database ID, table ID, and row data in JSON format.MIT
- Retrieve index details for a specified table in Apache Doris databases using the Doris MCP Server. Provide the table name and optional database name to access relevant index information.Apache 2.0
- Retrieve column comments for a specified table in Doris MCP Server. Input the table name and optional database name to access metadata insights efficiently.Apache 2.0
- Add a new data entry to an existing Appwrite database table by specifying database ID, table ID, row ID, and JSON data.MIT