We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AI-Riksarkivet/oxenstierna'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""
Configuration constants for search operations.
"""
# Search API URL
SEARCH_API_BASE_URL = "https://data.riksarkivet.se/api/records"
# Request settings
REQUEST_TIMEOUT = 60
# Default values
DEFAULT_LIMIT = 50 # API page size (maps to 'limit' query parameter)
DEFAULT_MAX_DISPLAY = 20