MCP.so
ログイン

Averra Extract Mcp

@Swwyymm

Averra Extract Mcp について

MCP server for Averra Extract — URL to Markdown API for AI pipelines. Published to npm as @averra/extract-mcp.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

Swwyymm

投稿者

Swayam Bhowmick

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "averra-extract": {
      "command": "npx",
      "args": [
        "-y",
        "@averra/extract-mcp"
      ],
      "env": {
        "AVERRA_EXTRACT_API_KEY": "sk_live_your_key_here"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ