Skip to main content
Glama

Raccoon AI MCP Server

Official
by raccoonaihq

Raccoon 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 claude

From source

git clone https://github.com/raccoonaihq/raccoonai-mcp-server.git
cd raccoonai-mcp-server
uv 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:

  1. Can you extract product information from Amazon.com for the top-rated gaming keyboards?
  2. Find and summarize the latest news articles about renewable energy technologies.
  3. Find the 3 latest iPhone models and extract the details in a schema.
  4. Do a deepsearch and generate a detailed report on Small Language Models.

Documentation

For more information, refer to:

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A Model Context Protocol server that enables web browsing, data extraction, and complex web tasks automation through Raccoon AI's LAM API.

  1. What can you do with this?
    1. Prerequisites
      1. Installation
        1. Using Smithery
        2. From source
      2. Examples
        1. Documentation

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.
            Last updated -
            Python
            MIT License
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables LLMs to interact with web pages, take screenshots, generate test code, scrape web pages, and execute JavaScript in a real browser environment.
            Last updated -
            29
            39
            11
            TypeScript
            MIT License
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that enables AI assistants to perform web automation tasks by connecting to remote Playwright/browserless instances, supporting navigation, screenshots, HTML extraction, and element interaction.
            Last updated -
            10
            TypeScript
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that collects, analyzes, and manages AI use case data from various information sources with features for web scraping, data analysis, and trend identification.
            Last updated -
            TypeScript

          View all related MCP servers

          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