Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pqm-guide]
url = "https://pqm.guide/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pqm-guide": {
"type": "http",
"url": "https://pqm.guide/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pqm-guide
Remote MCP URL: https://pqm.guide/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pqm-guide": {
"url": "https://pqm.guide/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pqm-guide": {
"type": "http",
"url": "https://pqm.guide/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pqm-guide",
"transport": "streamable-http",
"url": "https://pqm.guide/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_function— Get complete documentation for a Power Query M function, including syntax, parameters, remarks, and examples.search_functions— Fuzzy-search Power Query M functions by name, description, or common synonyms (including Excel, SQL, and DAX equivalents).list_categories— List all Power Query M function categories with their descriptions and function counts.list_concepts— List all available Power Query M concept guides.get_pattern— Get a practical Power Query M pattern or recipe by slug.list_patterns— List all available Power Query M patterns and recipes, grouped by difficulty.search_concepts— Fuzzy-search Power Query M concept guides by keyword.search_patterns— Fuzzy-search Power Query M patterns and recipes by keyword.