Meerkats.ai MCP Server
@Meerkats-Ai
About Meerkats.ai MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments