get_art_crime
Pack: fbi-artcrimes · Endpoint: https://gateway.pipeworx.io/fbi-artcrimes/mcp
Get the full record for a single stolen or missing artwork from the FBI National Stolen Art File by UID. Returns title, full description, crime category, maker/artist, materials, measurements, period, additional data, all images, and the FBI case URL. Use a UID returned by list_art_crimes.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
uid | string | yes | The artwork UID from a list_art_crimes result. |
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":"get_art_crime","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.