A
Artsdata
/search_events
search events
Tool to search for events in the Artsdata knowledge graph by place, artist, organization, type and language.
liveunknown~5s typical
mcpartsdata
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ca-artsdata-mcp /search_events for me.
Input
| Field | Type | Description |
|---|---|---|
| startDateFrom | string | Optional lower bound filter. Includes events starting on or after this date/time. ISO 8601 |
| startDateTo | string | Optional upper bound filter. Includes events starting on or before this date/time. ISO 860 |
| places | array | Optional list of place label; can be empty. |
| artists | array | Optional list of artist label; can be empty. |
| organizations | array | Optional list of organization label; can be empty. |
| types | array | Optional list of event type label; can be empty. |
| languages | string | Languages label; default is 'en'. default "en" |
| limit | integer | Number of results to return. default 25 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ca-artsdata-mcp","endpoint":"/search_events","input":{"languages":"en","limit":25}}'cli
npx cracked-ai run -p mcp-ca-artsdata-mcp -e /search_events -i '{"languages":"en","limit":25}'mcp
run_tool({ provider: "mcp-ca-artsdata-mcp", endpoint: "/search_events", input: {"languages":"en","limit":25} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.