Skip to main content
Glama

BnF API Server

by Kryzo
config.py511 B
""" Configuration constants for the Gallica BnF API. """ # Default API parameters DEFAULT_MAX_RECORDS = 10 DEFAULT_START_RECORD = 1 # API URL BNF_SRU_URL = "https://gallica.bnf.fr/SRU" # Common document types in Gallica DOCUMENT_TYPES = { "monographie": "Books/Monographs", "periodique": "Periodicals/Newspapers", "image": "Images", "manuscrit": "Manuscripts", "carte": "Maps", "musique": "Music scores", "objet": "Objects", "video": "Videos", "son": "Audio recordings" }

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/Kryzo/mcp-bibliotheque_nationale_de_France'

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