Use CraftingEventFinder with AI assistants
CraftingEventFinder runs a Model Context Protocol (MCP) server, so assistants like Claude can search events for you. Everything the site can do is available as a tool.
Endpoint
https://craftingeventfinder.com/api/mcpBrowse and search (no key needed)
{
"mcpServers": {
"craftingeventfinder": {
"type": "http",
"url": "https://craftingeventfinder.com/api/mcp"
}
}
}Your account (API key)
Account tools need a personal key. Ask us for one; self-serve keys arrive with organizer accounts.
{
"mcpServers": {
"craftingeventfinder": {
"type": "http",
"url": "https://craftingeventfinder.com/api/mcp",
"headers": {
"Authorization": "Bearer cef_user_YOUR_KEY"
}
}
}
}Prefer plain HTTP? See the API documentation.