Back to Home
Lina-go icon

delfos-mcp-server

by Lina-go

Overview

Provides a remote server with a set of tools to enable AI agents to interact with an Azure SQL Database and generate Power BI report URLs using the Model Context Protocol (MCP) SDK.

Installation

Run Command
uv run func start

Environment Variables

  • DB_CONNECTION_STRING
  • WORKSPACE_ID
  • REPORT_ID

Security Notes

Multiple tools (e.g., `execute_sql_query`, `get_table_schema`, `get_table_row_count`, `get_distinct_values`, `get_primary_keys`) construct SQL queries using f-strings with direct insertion of user-provided arguments. This makes the server highly vulnerable to SQL injection, a critical security risk, as no input sanitization or parameterized queries are used.

Similar Servers

Stats

Interest Score0
Security Score1
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2026-01-17

Tags

Azure FunctionsMCP SDKSQL DatabasePythonAI ToolsPower BI