MCP.so
登录

Meerkats.ai MCP Server

@Meerkats-Ai

关于 Meerkats.ai MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

Meerkats-Ai

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "meerkats": {
      "command": "node",
      "args": [
        "path/to/meerkats.ai/build/index.js"
      ],
      "env": {
        "MEERKATS_API_KEY": "your_api_key_here",
        "SCRAPPER_API_URL": "https://api.meerkats.ai",
        "SCRAPPER_CALLBACK_API_URL": "https://api.meerkats.ai/callback"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Meerkats.ai MCP Server?

Meerkats.ai MCP Server is a Model Context Protocol (MCP) server for the Meerkats.ai web scraping service. It provides tools for web scraping, RSS feed processing, and Google search, intended for users who want to integrate these capabilities into AI assistants or MCP-compatible applications.

How to use Meerkats.ai MCP Server?

Clone the repository, install dependencies (npm install), create a .env file with your Meerkats.ai API key, and build the project (npm run build). Then add the server to your MCP settings configuration file, specifying the command (node), the path to the built index.js, and environment variables for MEERKATS_API_KEY, SCRAPPER_API_URL, and SCRAPPER_CALLBACK_API_URL. Tools are invoked via use_mcp_tool with parameters such as url, wait, or query.

Key features of Meerkats.ai MCP Server

  • Scrape any URL and return content as markdown
  • Process RSS feeds and extract content
  • Search Google and return results

Use cases of Meerkats.ai MCP Server

  • Scraping web pages for content extraction
  • Monitoring and processing RSS feeds automatically
  • Performing Google searches from within an MCP environment

FAQ from Meerkats.ai MCP Server

What tools does Meerkats.ai MCP Server provide?

The available tools are scrape_url (scrape a URL with optional wait and query parameters), rss_feed (process an RSS feed with optional wait), and google_search (search Google with a query string).

How do I authenticate with Meerkats.ai?

You must provide your Meerkats.ai API key via the MEERKATS_API_KEY environment variable in the MCP server configuration.

What are the runtime requirements?

The server requires Node.js and npm. Dependencies are installed with npm install, and the project must be built with npm run build before use.

Where does the server send requests?

All API requests go to the base URL https://api.meerkats.ai, and callbacks are sent to https://api.meerkats.ai/callback by default.

Can I use the server without a Meerkats.ai API key?

No, a valid Meerkats.ai API key is required for authentication. The server will not function without it.

评论

其他 分类下的更多 MCP 服务器