Skip to content
Back to search
100
MCP live v1.187.1 streamable-http

ai.myriade/myriade

ai.myriade/myriade

Explore and query your data warehouse through Myriade's AI data analyst agent.

Uptime
13.8%
58 probes
Response
190ms
last probe
Tools
11
callable

Tools · 11

myriade_list_databases

List databases configured in Myriade (paginated, sorted by name). Returns paginated database connections with their IDs, names, engines, and descriptions. Use the database ID with other tools.

myriade_get_database_info

Get detailed information about a specific database connection. Returns information about the database including its name, engine type, description, write mode, and any AI memory notes.

myriade_list_tables

List tables in a database (paginated, sorted by database/schema/name). Returns a flat, paginated list of tables. Each item has database_name, schema, and name fields.

myriade_get_table_schema

Get the column-level schema for a specific table. Returns column names, data types, and descriptions for the table. Raises if the user has no access to the table under governance.

myriade_query

Execute a read-only SQL query against a database. Write operations (INSERT, UPDATE, DELETE, DROP, etc.) are blocked. Returns up to 50 rows of results with column metadata.

myriade_sample_data

Get sample rows from a table to understand the data. Returns a random sample of up to ``limit`` rows (max 20).

myriade_search_catalog

Search the data catalog for tables, columns, or terms by name/description. Uses fuzzy matching and full-text search. Keep queries short (1-2 words) for best results.

myriade_read_asset

Get detailed information about a catalog asset (table, column, schema). Returns the asset's description, tags, status, columns (for tables), sample data, parent hierarchy, and activity feed.

myriade_update_asset

Update a catalog asset's documentation (requires edit rights). - ``description`` replaces the existing description (auto-sets status to "draft" if status is null). - ``tag_ids`` replaces all tags (…

myriade_request_catalog_change

Propose a catalog change for the data team to review (no edit rights needed). Creates a reviewable suggestion routed to the asset's reviewers. Does NOT change the published catalog until approved. U…

myriade_ask

Ask a natural language question about a database using Myriade's data analyst agent. The agent will explore the database schema, search the catalog, run SQL queries, and analyze the results to answer…

Similar MCP servers embedding-nearest

ai.mcpanalytics/analytics live
The statistical analyst in your AI chat — validated, citable, re-runnable analysis of your data.
15 tools · streamable-http
mrmarket.ai live
Analytical engine for US-listed equities: screens, rankings, and event studies in plain English.
9 tools · streamable-http
Makuri Showcase (CogniLedger) live
Public MCP server for Makuri, an EU-compliant AI tutoring platform for immigrant children.
9 tools · streamable-http
ai.switchapp/switch live
Generate, manage and explore your Switch AI image and video library, scoped to your account.
40 tools · streamable-http
ThinkNEO Control Plane live
Enterprise AI governance: spend, guardrails, policy, budgets, compliance, and provider health.
68 tools · streamable-http
ai.dynamicfeed/dynamic-feed live
Fresh data AI models lack: live prices, software versions, CVEs, service status & more.
93 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.myriade/myriade": {
      "url": "https://app.myriade.ai/mcp/",
      "transport": "streamable-http"
    }
  }
}