Skip to main content
Glama

artic-mcp

package.json1.62 kB
{ "name": "artic-mcp", "version": "0.9.5", "private": false, "description": "A Model Context Protocol (MCP) server that provides access to the Art Institute of Chicago Collection through natural language interactions. This server allows AI models to search the Art Institute of Chicago Collection and have art works available as a Resource.", "author": "mike.chao.one@gmail.com", "license": "MIT", "homepage": "https://github.com/mikechao/artic-mcp", "repository": { "type": "git", "url": "https://github.com/mikechao/artic-mcp.git" }, "bugs": { "url": "https://github.com/mikechao/artic-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "art-institute-of-chicago", "art-institute-chicago", "art", "museum" ], "main": "dist/index.js", "bin": { "artic-mcp": "dist/index.js" }, "files": [ "LICENSE", "README.md", "dist" ], "scripts": { "clean": "shx rm -rf dist && shx mkdir dist", "build": "npm run clean && tsc && shx chmod +x dist/*.js", "lint": "eslint . --ext .ts,.js,.mjs,.cjs --fix", "lint:check": "eslint . --ext .ts,.js,.mjs,.cjs", "typecheck": "tsc --noEmit", "check": "npm run lint:check && npm run typecheck" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.16.0", "image-to-base64": "^2.2.0", "zod": "^3.24.2" }, "devDependencies": { "@antfu/eslint-config": "^4.12.0", "@types/image-to-base64": "^2.1.2", "@types/node": "^22.14.0", "eslint": "^9.31.0", "eslint-plugin-format": "^1.0.1", "shx": "^0.4.0", "typescript": "^5.8.3" } }

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/mikechao/artic-mcp'

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