← 返回
未分类 中文

Pipeworx artic

Explore the Art Institute of Chicago's collection — artworks, artists, and exhibitions via the ARTIC public API
通过 ARTIC 公共 API 探索芝加哥艺术学院藏品——艺术品、艺术家和展览。
brucegutman brucegutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 308
下载
💾 0
安装
1
版本
#latest

概述

Art Institute of Chicago

One of the oldest and largest art museums in the United States, the Art Institute of Chicago holds nearly 300,000 works. Their public API exposes rich data about artworks, artists, and exhibitions — no API key required.

Tools

ToolDescription
-------------------
search_artworksFull-text search across the entire collection (e.g., "monet water lilies")
get_artworkFetch a detailed record for a single artwork by its ARTIC ID
get_artistBiographical info and associated works for an artist by ID
get_exhibitionsBrowse current and past exhibitions

When you'd use this

  • Answering questions about specific paintings or artists in the ARTIC collection
  • Pulling structured art data for educational apps or classroom tools
  • Cross-referencing exhibitions when planning a trip to Chicago
  • Feeding artwork descriptions into downstream analysis or summarization

Try it out

Look up Grant Wood's American Gothic (artwork ID 6565):

curl -s -X POST https://gateway.pipeworx.io/artic/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_artwork","arguments":{"id":6565}}}'

Returns title, artist, date, medium, dimensions, image URL (via IIIF), description, and provenance.

MCP client config

{
  "mcpServers": {
    "pipeworx-artic": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/artic/mcp"]
    }
  }
}

Notes

  • Image URLs use the IIIF protocol — you can append size parameters to request specific dimensions
  • Search supports up to 100 results per call
  • All data is free and open-access

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 16:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 335 📥 94,848
professional

Pipeworx sunrisesunset

brucegutman
提供全球任意地点和日期的日出、日落、黎明、黄昏、太阳正午、黄金时段及昼长精确时刻。
★ 0 📥 657
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 229 📥 49,085