Meerkats.ai MCP Server
@Meerkats-Ai
About Meerkats.ai MCP Server
No overview available yet
Basic information
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.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments