Skip to main content

list_providers

Returns the providers already pulled into the local StackQL cache -- the top of the StackQL resource hierarchy. Use this as the entry point when an agent needs to discover what it can query.

For providers available in the registry (including ones not yet pulled), see list_registry.

See also: [ MCP overview ] [ list_services ] [ list_registry ] [ pull_provider ]


Inputs

None.


Output

RendererShape
Table (markdown table for the LLM)One row per provider

Each row carries the provider name and version metadata as published by the registry.


Gating

Allowed in every server mode (read_only, safe, delete_safe, full_access). Read only.


Example

Try this prompt with any elicitation-capable MCP client with the StackQL MCP server registered:

Which cloud providers are available for you to query right now?

Here's an example in Claude Desktop: