Raccoon AI MCP Server
OfficialRaccoon AI MCP Server
Raccoon AI's Model Context Protocol (MCP) server that enables leveraging the LAM API for web browsing, data extraction, and complex web tasks automation.
What can you do with this?
Search and browse websites
Fill out forms and navigate UI elements
Extract structured data based on defined schemas
Handle multistep processes across websites
Prerequisites
Before using the Raccoon LAM MCP server, you'll need:
Python 3.8 or higher
Claude Desktop or another MCP-compatible client
Raccoon AI Secret Key and your Raccoon Passcode
Installation
Using Smithery
npx -y @smithery/cli@latest install @raccoonaihq/raccoonai-mcp-server --client claudeFrom source
git clone https://github.com/raccoonaihq/raccoonai-mcp-server.gitcd raccoonai-mcp-serveruv pip install -e .To configure in Claude Desktop
mcp install src/raccoonai_mcp_server/server.py -v RACCOON_SECRET_KEY=<RACCOON_SECRET_KEY> -v RACCOON_PASSCODE=<RACCOON_PASSCODE>Replace <RACCOON_SECRET_KEY> and <RACCOON_PASSCODE> with your actual creds. You can find them here.
Examples
Here are some example prompts that can be used with Claude to perform a variety of web tasks:
Can you extract product information from Amazon.com for the top-rated gaming keyboards?
Find and summarize the latest news articles about renewable energy technologies.
Find the 3 latest iPhone models and extract the details in a schema.
Do a deepsearch and generate a detailed report on Small Language Models.
Documentation
For more information, refer to:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/raccoonaihq/raccoonai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server