Quorel turns any public website into a versioned, queryable API. Define a schema once in plain English, and Quorel extracts, structures, and refreshes the data nightly, full version history, diffs, and rollback included. The MCP server lets Claude or any agent browse datasets, query/filter/sort them, and even clean or fix entities directly via pull_for_edit and push_alt_version.
Server Config
{
"mcpServers": {
"quorel": {
"url": "https://quorel.onrender.com/mcp/<YOUR_TOKEN>/sse",
"transport": "sse"
}
}
}