Skip to main content
Glama

Kroger MCP Server

complete_authentication

Finalize the OAuth authentication process by passing the callback URL obtained after authorizing the app. This step confirms access to Kroger’s grocery shopping functionality for managing store searches, product queries, and cart operations.

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