Skip to main content
Glama

Adyen Checkout Utility Service MCP Server

models.py668 B
# generated by fastapi-codegen: # filename: openapi.yaml # timestamp: 2025-05-28T16:33:16+00:00 from __future__ import annotations from typing import Dict, List, Optional from pydantic import BaseModel, Field class CheckoutUtilityRequest(BaseModel): originDomains: List[str] = Field( ..., description='The list of origin domains, for which origin keys are requested.', ) class CheckoutUtilityResponse(BaseModel): originKeys: Optional[Dict[str, str]] = Field( None, description='The list of origin keys for all requested domains. For each list item, the key is the domain and the value is the origin key.', )

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/bassilkhilo-ag2/adyen-checkout-utility-service'

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