Socket
Book a DemoInstallSign in
Socket

@expandai/mcp-server

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expandai/mcp-server

MCP server for expand.ai - Give AI agents access to the web

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
101
1583.33%
Maintainers
3
Weekly downloads
 
Created
Source

expand.ai MCP Server

Give AI agents access to the web. This MCP server lets AI assistants fetch and process content from any URL using the expand.ai API.

Features

  • fetch - Retrieve cleaned, AI-ready content from any URL
    • Handles JavaScript-heavy sites automatically
    • Bypasses bot protection and anti-scraping measures
    • Returns markdown-formatted content

Installation

npx -y @expandai/mcp@latest

Docker

docker run --rm -i -e EXPAND_API_KEY=your_key expandai/mcp

npm (global)

npm install -g @expandai/mcp
expandai-mcp

Configuration

Environment Variables

VariableRequiredDescription
EXPAND_API_KEYYesYour expand.ai API key
EXPAND_BASE_URLNoAPI base URL (default: https://api.expand.ai)
EXPAND_ENABLE_DOCSNoEnable documentation resources (default: false)

Integration

expandai mcp install

Follow the prompts to configure.

Developer Mode

Enable documentation resources for developers building with expand.ai:

EXPAND_API_KEY=xxx EXPAND_ENABLE_DOCS=true expandai-mcp
  • expand.ai - Turn any website into a type-safe API
  • Documentation
  • GitHub

License

Apache-2.0

Keywords

mcp

FAQs

Package last updated on 06 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts