MCP Server for Power BI
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the HTTP server | 3001 |
| AUDIENCE | Yes | API application ID (audience for JWT) | |
| LOG_LEVEL | No | Logging level | info |
| TENANT_ID | Yes | Azure AD tenant ID | |
| OBO_CLIENT_ID | Yes | Client ID for On-Behalf-Of flow | |
| REQUIRED_ROLES | No | Required roles for authorization | mcp.user |
| REQUIRED_SCOPES | No | Required scopes for authorization | mcp.access |
| OBO_CLIENT_SECRET | Yes | Client secret for On-Behalf-Of flow |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| powerbi_list_workspacesA | List all Power BI workspaces the user has access to. Returns a list of workspaces with their IDs and names. This is useful for identifying which workspaces you can access and work with. Common errors:
|
| get_workspace_idA | Get the workspace ID for a given workspace name. This tool is useful for finding the workspace ID when you only know the workspace name. The ID is required for other operations like listing datasets. Args: workspace_name: The display name of the Power BI workspace. Returns: The workspace ID as a string. Raises: ToolError: If the workspace is not found. |
| list_datasets_in_workspaceA | List datasets in the specified workspace. Args: workspace_id: The unique identifier of the Power BI workspace (UUID format). Raises: ToolError: If workspace_id is missing or invalid format |
| get_dataset_detailsB | Retrieve dataset (semantic model) metadata and structure. Args: workspace_id: The unique identifier of the Power BI workspace (UUID format). dataset_id: The unique identifier of the dataset (UUID format). Raises: ToolError: If workspace_id or dataset_id is missing or invalid format |
| execute_dax_queryA | Execute a DAX query against a dataset. This tool executes DAX (Data Analysis Expressions) queries against Power BI datasets. DAX queries must use the EVALUATE keyword for table expressions. Args: workspace_id: The unique identifier of the Power BI workspace (UUID format). dataset_id: The unique identifier of the dataset (UUID format). dax_query: The DAX query text to execute. Must start with EVALUATE for table queries. Returns: Query results with tables and rows, or error information if the query fails. Common errors:
Example DAX query: EVALUATE TOPN(10, 'Sales') Raises: ToolError: If parameters are invalid or query execution fails |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mitsubishi-Fuso/mcp-server-for-powerbi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server