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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论