We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikeapp/mcp-iiif-images'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
manifest.json•1.09 kB
{
"dxt_version": "0.1",
"name": "mcp-iiif-images",
"version": "1.0.0",
"description": "A Model Context Protocol server for IIIF images",
"author": {
"name": "Michael Appleby",
"url": "https://github.com/mikeapp"
},
"documentation": "https://github.com/mikeapp/mcp-iiif-images",
"server": {
"type": "node",
"entry_point": "server/server.js",
"mcp_config": {
"command": "node",
"args": [
"${__dirname}/server/server.js"
],
"env": {}
}
},
"tools": [
{
"name": "fetch_iiif_manifest",
"description": "Fetch a IIIF manifest from a URL"
},
{
"name": "fetch_iiif_image",
"description": "Retrieve a IIIF image from a base URI, returning the image data (default: max 1500px dimension, max 1,000,000 pixels total)"
},
{
"name": "fetch_iiif_image_region",
"description": "Retrieve a specific region of a IIIF image using percentage coordinates, with the region scaled to fit within the same constraints"
}
],
"keywords": [
"IIIF"
],
"license": "MIT"
}