Averra Extract Mcp
@Swwyymm
About Averra Extract Mcp
MCP server for Averra Extract — URL to Markdown API for AI pipelines. Published to npm as @averra/extract-mcp.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"averra-extract": {
"command": "npx",
"args": [
"-y",
"@averra/extract-mcp"
],
"env": {
"AVERRA_EXTRACT_API_KEY": "sk_live_your_key_here"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Averra Extract Mcp?
Averra Extract Mcp is a Model Context Protocol server for Averra Extract that enables AI agents like Claude, Cursor, and ChatGPT to convert any webpage into clean, LLM-ready Markdown. It exposes five MCP tools: averra_extract_url, averra_check_usage, averra_create_api_key, averra_list_api_keys, and averra_revoke_api_key.
How to use Averra Extract Mcp?
Obtain an API key from averra.dev (free plan includes 50 requests/month). Install by running npx -y @averra/extract-mcp with the AVERRA_EXTRACT_API_KEY environment variable set. For Claude Desktop, add the JSON configuration to claude_desktop_config.json; for Cursor, add to ~/.cursor/mcp.json. After restarting the client, the five tools become available.
Key features of Averra Extract Mcp
- Converts any URL to clean Markdown with metadata
- Checks monthly quota and remaining requests
- Creates, lists, and revokes API keys
- Supports stdio (local) and HTTP (hosted) transports
- Listed in the official MCP registry as
dev.averra/extract
Use cases of Averra Extract Mcp
- Extract and summarize web content with an AI assistant
- Monitor monthly API usage and remaining quota
- Programmatically manage Averra Extract API keys
- Read and condense documentation or long articles into key concepts
FAQ from Averra Extract Mcp
What tools does Averra Extract Mcp provide?
It provides five tools: averra_extract_url, averra_check_usage, averra_create_api_key, averra_list_api_keys, and averra_revoke_api_key.
What do I need to use Averra Extract Mcp?
You need an API key from Averra, obtained by signing up at averra.dev. The free plan includes 50 requests per month.
How do I install Averra Extract Mcp in Claude Desktop or Cursor?
For Claude Desktop, add the JSON configuration to claude_desktop_config.json with the command npx -y @averra/extract-mcp and the AVERRA_EXTRACT_API_KEY environment variable. For Cursor, add the same configuration to ~/.cursor/mcp.json. After restarting, the tools appear.
Can I run Averra Extract Mcp over HTTP instead of stdio?
Yes, set the TRANSPORT environment variable to http and optionally set PORT to a custom value (default 3000). This enables a hosted MCP server.
What license is Averra Extract Mcp released under?
It is licensed under the MIT license.
Frequently asked questions
What tools does Averra Extract Mcp provide?
It provides five tools: `averra_extract_url`, `averra_check_usage`, `averra_create_api_key`, `averra_list_api_keys`, and `averra_revoke_api_key`.
What do I need to use Averra Extract Mcp?
You need an API key from Averra, obtained by signing up at averra.dev. The free plan includes 50 requests per month.
How do I install Averra Extract Mcp in Claude Desktop or Cursor?
For Claude Desktop, add the JSON configuration to `claude_desktop_config.json` with the command `npx -y @averra/extract-mcp` and the `AVERRA_EXTRACT_API_KEY` environment variable. For Cursor, add the same configuration to `~/.cursor/mcp.json`. After restarting, the tools appear.
Can I run Averra Extract Mcp over HTTP instead of stdio?
Yes, set the `TRANSPORT` environment variable to `http` and optionally set `PORT` to a custom value (default 3000). This enables a hosted MCP server.
What license is Averra Extract Mcp released under?
It is licensed under the MIT license.
Basic information
More Other MCP servers
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Comments