1.get_data
Fetch the data from database through a natural language query. Allows users to input queries in natural language, which are converted to SQL and executed on the database. The results are returned as text.
Model Context Protocol (MCP) server enabling natural language queries to databases.
{
"mcpServers": {
"xiyan-mcp-server": {
"command": "/xxx/python",
"args": [
"-m",
"xiyan_mcp_server"
],
"env": {
"YML": "path/to/yml"
}
}
}
}