list_art_crimes
Pack: fbi-artcrimes · Endpoint: https://gateway.pipeworx.io/fbi-artcrimes/mcp
Browse or search the FBI National Stolen Art File — stolen and missing artworks under active FBI art theft investigations. Returns artwork UIDs, titles, descriptions, maker/artist, materials, measurements, period, and a thumbnail image URL. Filter by title or maker substring. Use page to paginate. Pass a UID into get_art_crime for the full record.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
page | number | no | Page number for pagination (default 1). |
title | string | no | Filter by title substring (e.g., a work or object name). |
maker | string | no | Filter by artist/maker substring (e.g., a painter or publisher). |
Example call
curl -X POST https://gateway.pipeworx.io/fbi-artcrimes/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_art_crimes","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"fbi-artcrimes": {
"url": "https://gateway.pipeworx.io/fbi-artcrimes/mcp"
}
}
}
See Getting Started for client-specific install steps.