artic
Server Details
Art Institute of Chicago MCP — wraps the ARTIC public API (free, no auth)
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 34.5% over 37 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-artic
- GitHub Stars
- 0
- Server Listing
- mcp-artic
TDQS
Scored across 35 tools
The descriptions work hard to distinguish tools, but there is real overlap: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, validate_claim, entity_profile, compare_entities and recent_changes all answer natural-language questions over largely the same underlying data. ask_pipeworx and ask_pipeworx_beta are explicitly stated to currently be identical, which is a direct misselection hazard. The Polymarket cluster (edges, arbitrage, edge_tracker, fill_risk, kalshi_spread, bet_research) is better delineated but still requires careful reading.
Everything is snake_case, which is good, but the verb/noun ordering and prefixing are mixed: some are verb-first (get_artwork, list_subscriptions, resolve_entity, validate_claim, scan_dependency) and others are noun-first (entity_profile, ai_visibility_check, bet_research, recent_alerts, recent_changes). Only some namespaces get a prefix (pipeworx_, polymarket_), so no single predictable pattern spans the set. Still readable, but inconsistent.
35 tools is heavy for any server, and several are near-duplicates (ask_pipeworx vs ask_pipeworx_beta, polymarket_arbitrage vs polymarket_edges) rather than distinct capabilities. The breadth spans unrelated domains (SEC data, art museum, AI marketing, memory, subscriptions), so no coherent scoping justifies the count. Many tools could be consolidated or folded into the router tools.
Lifecycle coverage is strong in the key areas: memory has remember/recall/forget, subscriptions have subscribe/list/unsubscribe/recent_alerts, Polymarket has research/scan/telemetry/fill-risk, and entity resolution is thorough. Minor gaps exist (no general update/edit tools, no direct raw-source query tools outside the router), but the major workflows are covered and agents rarely hit dead ends.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
entity_profile3 fields changed- changed
Input schema / properties / type / descriptionPrevious value: -"Entity type. Only \"company\" supported today; person/place coming soon."New value: +"\"company\" or \"ticker\" — both are accepted and behave identically; `value` can be a ticker, CIK, or company name either way. person/place coming soon." - changed
Input schema / properties / type / enumPrevious value: -[ - "company" -]New value: +[ + "company", + "ticker" +] - changed
Input schema / properties / value / descriptionPrevious value: -"Ticker (e.g., \"AAPL\") or zero-padded CIK (e.g., \"0000320193\"). Names not supported — use resolve_entity first if you only have a name."New value: +"Ticker (e.g., \"AAPL\"), zero-padded CIK (e.g., \"0000320193\"), or company name (e.g., \"Moderna\") — names resolve via SEC EDGAR company-name match."
1 tool update
- Changed
resolve_entity1 field changed- changed
Input schema / properties / value / descriptionPrevious value: -"For company: ticker (AAPL), CIK (0000320193), or name. For drug: brand or generic name (e.g., \"ozempic\", \"metformin\")."New value: +"For company: ticker (AAPL), CIK (0000320193), or name. For drug: brand or generic name (e.g., \"ozempic\", \"metformin\"). Pass the ENTITY NAME ONLY — for a bond that is the ISSUER exactly as printed (\"NEW YORK ST DORM AUTH\"), never the question's full noun phrase (\"NEW YORK ST DORM AUTH revenue bonds\"): the FIGI lookup matches instrument names, so trailing security-class words match nothing."
Related MCP Connectors
Art MCP — Metropolitan Museum of Art Collection API (free, no auth)
Archive MCP — wraps the Internet Archive APIs (free, no auth)
OpenAlex MCP — wraps the OpenAlex API (scholarly works, free, no auth)
Wikipedia MCP — wraps Wikipedia REST API (free, no auth)
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceInteract with the Cooper Hewitt API with MCP.2MIT
- AlicenseBqualityCmaintenanceA 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.66 npm5MIT
- AlicenseAqualityBmaintenanceEnables searching the Whitney Museum's public API for artworks, artists, exhibitions, events, and audio guides from any MCP client.11185 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables searching and retrieving details from the Harvard Art Museums collection.12 npm2MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.