URL-to-Markdown API for AI pipelines — clean markdown with metadata and caching.
{
"mcpServers": {
"dev-averra-extract": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
URL-to-Markdown API for AI pipelines — clean markdown with metadata and caching.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Temporal memory for AI with decay and reinforcement. Two-layer storage (JSONL + Markdown).
Hierarchical markdown memory palace for AI agents — structured palace navigation via MCP tools.
Read and edit HTML/Markdown tables in GitBook-synced documents via MCP tools.
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
MCP Security Weekly
Get CVE alerts and security updates for dev.averra/extract and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP (Model Context Protocol) server for Averra Extract — lets AI agents like Claude, Cursor, and ChatGPT convert any webpage into clean, LLM-ready Markdown.
Listed in the official MCP registry as dev.averra/extract. MCP clients that support registry-based install can reference that identifier directly; for clients that need manual configuration, see the install sections below.
Exposes the Averra Extract API as 5 MCP tools:
| Tool | Description |
|---|---|
averra_extract_url | Convert any URL to clean Markdown with metadata |
averra_check_usage | Check monthly quota and remaining requests |
averra_create_api_key | Create a new API key |
averra_list_api_keys | List all API keys on the account |
averra_revoke_api_key | Revoke an API key by ID |
Sign up at averra.dev — the free plan includes 50 requests/month.
Add this to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"averra-extract": {
"command": "npx",
"args": ["-y", "@averra/extract-mcp"],
"env": {
"AVERRA_EXTRACT_API_KEY": "sk_live_your_key_here"
}
}
}
}
Restart Claude Desktop. The 5 tools will appear in your session.
Add to ~/.cursor/mcp.json (or use the Cursor MCP settings UI):
{
"mcpServers": {
"averra-extract": {
"command": "npx",
"args": ["-y", "@averra/extract-mcp"],
"env": {
"AVERRA_EXTRACT_API_KEY": "sk_live_your_key_here"
}
}
}
}
Any stdio-based MCP client works. Point it at npx -y @averra/extract-mcp with AVERRA_EXTRACT_API_KEY in the environment.
| Env var | Required | Default | Description |
|---|---|---|---|
AVERRA_EXTRACT_API_KEY | yes | — | Your Extract API key (starts with sk_live_) |
AVERRA_EXTRACT_BASE_URL | no | https://averra.dev | Override API host |
TRANSPORT | no | stdio | stdio (local) or http (hosted) |
PORT | no | 3000 | Port when TRANSPORT=http |
Once installed, try:
MIT