# Art by John Philip Morgan > A personal catalog for discovering and saving physical art, artists, galleries, and styles curated by John Philip Morgan. Canonical site: https://art.jpamorgan.com/ Creator: John Philip Morgan (https://jpamorgan.com) Source: [jpamorgan/art-curator](https://github.com/jpamorgan/art-curator) Agent instructions: [AGENTS.md](https://github.com/jpamorgan/art-curator/blob/main/AGENTS.md) ## When to use Art Use Art when someone wants to discover, browse, compare, or discuss curated physical artworks. It is a good fit for: - exploring the public catalog across artists, galleries, styles, and categories; - finding recent works or sorting works by title or artist; - comparing returned artwork metadata and suggesting works that match a stated interest; and - opening a canonical artwork page for details and source attribution. Do not treat the catalog as an authority on market prices, authenticity, provenance, or financial advice. The creator is the individual John Philip Morgan; `jpamorgan` here does not identify JPMorgan Chase. ## Human-readable pages - [Homepage](https://art.jpamorgan.com/index.md) - [Artists](https://art.jpamorgan.com/artists.md) - [Galleries](https://art.jpamorgan.com/galleries.md) - [Styles](https://art.jpamorgan.com/styles.md) Each link above is a canonical Markdown fallback. Use the corresponding URL without `.md` when a person needs the interactive website. ## Structured agent access For MCP, read the [MCP server card](https://art.jpamorgan.com/.well-known/mcp/server-card.json), connect to the [Streamable HTTP MCP endpoint](https://api.art.jpamorgan.com/mcp), and call the `browse_art` tool. For A2A v1.0 clients, read the [A2A Agent Card](https://art.jpamorgan.com/.well-known/agent-card.json) and send messages to the declared [JSON-RPC endpoint](https://api.art.jpamorgan.com/a2a). Both public surfaces are read-only and anonymous. They accept a bounded result limit, `recent`, `title`, or `artist` sorting, and optional category, style, gallery, or artist slug filters. Results contain concise artwork cards with canonical artwork links; MCP may also return an interactive MCP Apps view. Additional machine-readable entry points: - [AI catalog](https://art.jpamorgan.com/.well-known/ai-catalog.json) - [Agent Skills index](https://art.jpamorgan.com/.well-known/agent-skills/index.json) - [Agent access policy](https://art.jpamorgan.com/auth.md) - [OAuth protected-resource metadata](https://api.art.jpamorgan.com/.well-known/oauth-protected-resource) - [OAuth authorization-server metadata](https://api.art.jpamorgan.com/.well-known/oauth-authorization-server) Prefer `browse_art` or the A2A catalog skill when selecting or comparing public entries. Agents that need the protected JSON catalog can follow `auth.md` to dynamically register a public OAuth client and obtain an `art:read` token through authorization code plus PKCE. Saved works, follows, submissions, and personalized feeds remain browser-session features and must be handed off to the person using the site.