Raccoon AI MCP Server
@raccoonaihq
关于 Raccoon AI MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"raccoonai-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"install",
"@raccoonaihq/raccoonai-mcp-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Raccoon AI MCP Server?
Raccoon AI MCP Server is a Model Context Protocol server that integrates with Raccoon AI's LAM API to enable web browsing, data extraction, and complex web task automation for MCP-compatible clients like Claude Desktop.
How to use Raccoon AI MCP Server?
Install via Smithery or from source using uv pip install -e ., then configure with your Raccoon AI Secret Key and Passcode via mcp install src/raccoonai_mcp_server/server.py -v RACCOON_SECRET_KEY=... -v RACCOON_PASSCODE=.... Invoke web tasks using natural language prompts in Claude Desktop.
Key features of Raccoon AI MCP Server
- Search and browse websites programmatically
- Fill out forms and navigate UI elements
- Extract structured data based on defined schemas
- Handle multistep processes across websites
- Leverages LAM API for autonomous web interaction
Use cases of Raccoon AI MCP Server
- Extract product information from e-commerce sites like Amazon
- Summarize latest news articles from multiple sources
- Retrieve structured details of latest smartphone models
- Generate detailed reports via deepsearch queries
FAQ from Raccoon AI MCP Server
What prerequisites are needed?
Python 3.8 or higher, an MCP-compatible client like Claude Desktop, and your Raccoon AI Secret Key and Passcode.
How do I install and configure the server?
Install via Smithery (npx -y @smithery/cli@latest install @raccoonaihq/raccoonai-mcp-server) or from source, then run mcp install with your credentials.
Where can I find my Raccoon AI credentials?
Your Secret Key and Passcode are available at https://platform.flyingraccoon.tech.
What kind of tasks can I automate?
You can search websites, fill forms, extract structured data, and automate multistep workflows such as product research or news aggregation.
Does the server use any external API?
Yes, it uses Raccoon AI’s LAM API, which handles browser automation and data extraction in the cloud.
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论