MCP.so
Sign In

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.

Comments

More Other MCP servers