Averra Extract is a REST API that converts any URL into clean, LLM-ready Markdown. One endpoint, one input, one output.
Server Config
{
"mcpServers": {
"averra-extract": {
"command": "npx",
"args": [
"-y",
"@averra/extract-mcp"
],
"env": {
"AVERRA_EXTRACT_API_KEY": "sk_live_your_key_here"
}
}
}
}