Skip to main content
Glama

Kroger MCP Server

complete_authentication

Complete the OAuth authentication process for Kroger by submitting the redirect URL obtained after browser authorization. This tool finalizes access for AI assistants to manage Kroger's grocery functionalities.

Instructions

Complete the OAuth flow using the redirect URL from Kroger. After opening the auth URL in your browser and authorizing the app, you'll be redirected to a callback URL. Copy that entire URL and pass it to this tool to complete the authentication process. Args: redirect_url: The full URL from your browser after authorization Returns: Dictionary indicating authentication status

Input Schema

NameRequiredDescriptionDefault
redirect_urlYes

Input Schema (JSON Schema)

{ "properties": { "redirect_url": { "title": "Redirect Url", "type": "string" } }, "required": [ "redirect_url" ], "type": "object" }

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/CupOfOwls/kroger-mcp'

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