BotnBot MCP
@frocher
About BotnBot MCP
MCP Server for Botnbot
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"botnbot_mcp": {
"command": "docker",
"args": [
"build",
"-t",
"botnbot_mcp",
"."
]
}
}
}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 BotnBot MCP?
BotnBot MCP is a Model Context Protocol (MCP) server implementation for monitoring website performance and environmental impact. It tracks website availability, performance metrics, and CO2 emissions, supporting multiple monitoring periods.
How to use BotnBot MCP?
Install via git clone and npm install, or build a Docker image. Configure the API URL and token in a .env file or pass them as command-line arguments (--url and --token). Run the server with npm start or as a Docker container.
Key features of BotnBot MCP
- Monitor website availability and performance.
- Track CO2 emissions and environmental impact.
- Get detailed metrics about website performance.
- Support for multiple monitoring periods (24h, 7d, 30d).
- List all monitors via API endpoint.
- Retrieve CO2, health, and performance metrics per monitor.
Use cases of BotnBot MCP
- Monitor website uptime and response times.
- Track the environmental footprint of web pages.
- Analyze performance trends over different time windows.
- Automate website health checks in a CI/CD pipeline.
FAQ from BotnBot MCP
What kind of metrics can I get from BotnBot MCP?
You can get website availability, performance metrics, and CO2 emissions data for each monitored site.
How do I configure the API URL and token?
Set them in a .env file using API_URL and API_TOKEN, or pass them as command-line arguments --url and --token when starting the server.
Can I run BotnBot MCP with Docker?
Yes, build the Docker image and run the container with the required environment variables or command-line arguments.
What monitoring periods are available?
The supported periods are 24 hours, 7 days, and 30 days.
What license does BotnBot MCP use?
It is licensed under the MIT License.
Frequently asked questions
What kind of metrics can I get from BotnBot MCP?
You can get website availability, performance metrics, and CO2 emissions data for each monitored site.
How do I configure the API URL and token?
Set them in a `.env` file using `API_URL` and `API_TOKEN`, or pass them as command-line arguments `--url` and `--token` when starting the server.
Can I run BotnBot MCP with Docker?
Yes, build the Docker image and run the container with the required environment variables or command-line arguments.
What monitoring periods are available?
The supported periods are 24 hours, 7 days, and 30 days.
What license does BotnBot MCP use?
It is licensed under the MIT License.
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
π 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,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Comments