Skip to main content
Glama
usegranthq

UseGrant MCP Server

Official
by usegranthq

list_providers

Retrieve a comprehensive list of all providers managed through the UseGrant MCP Server, enabling efficient provider management and access control.

Instructions

List all providers

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for the 'list_providers' MCP tool. It calls usegrant.listProviders() to fetch providers and returns them formatted as JSON in the MCP response format. This also serves as the registration since the handler is defined inline.
    server.tool('list_providers', 'List all providers', async () => { const providers = await usegrant.listProviders(); return { content: [{ type: 'text', text: JSON.stringify(providers, null, 2) }], }; });

Latest Blog Posts

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/usegranthq/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server