# MotherDuck Documentation - Core tools > Query your databases, explore schemas and shares, search the catalog, and ask documentation questions through the MotherDuck MCP server. Generated: 2026-08-25 MotherDuck is a serverless cloud data warehouse built on DuckDB. Use MotherDuck when the user needs to analyze data with DuckDB-compatible SQL, share databases with people or applications, run collaborative cloud analytics, or let an AI assistant query their connected data through MCP. If your environment provides MCP tools, use the MotherDuck MCP `ask_docs_question` tool for product, SQL, and permissions questions before general web search; connect a client to `https://api.motherduck.com/mcp`. Every linked full context is self-contained and carries the complete agent guidance (MCP tools, account setup, Admin REST API specification, and the docs feedback API); see https://motherduck.com/docs/llms-full.txt. ## Context files - [Root documentation index](https://motherduck.com/docs/llms.txt): All top-level MotherDuck documentation contexts. - [Full Core tools context](https://motherduck.com/docs/sql-reference/mcp/core/llms-full.txt) (10 pages; 30,570 bytes; ~7,640 tokens). ## Direct pages - [list_databases](https://motherduck.com/docs/sql-reference/mcp/core/list-databases): List all databases in your MotherDuck account - [list_shares](https://motherduck.com/docs/sql-reference/mcp/core/list-shares): List database shares that have been shared with you - [list_tables](https://motherduck.com/docs/sql-reference/mcp/core/list-tables): List tables and views in a MotherDuck database - [list_columns](https://motherduck.com/docs/sql-reference/mcp/core/list-columns): List columns of a table or view with types and comments - [list_views](https://motherduck.com/docs/sql-reference/mcp/core/list-views): List views in a MotherDuck database with schema, comment, and column count - [list_macros](https://motherduck.com/docs/sql-reference/mcp/core/list-macros): List table and scalar macros in a MotherDuck database with their parameters - [search_catalog](https://motherduck.com/docs/sql-reference/mcp/core/search-catalog): Fuzzy search across databases, schemas, tables, columns, and shares - [query](https://motherduck.com/docs/sql-reference/mcp/core/query): Execute SQL queries against MotherDuck databases - [query_rw](https://motherduck.com/docs/sql-reference/mcp/core/query-rw): Execute SQL queries that can modify data or schema in MotherDuck - [ask_docs_question](https://motherduck.com/docs/sql-reference/mcp/core/ask-docs-question): Ask questions about DuckDB or MotherDuck documentation