safe-browsing-api

safe-browsing-api

3.2

If you are the rightful owner of safe-browsing-api and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project is an MCP (Multi-Agent Conversation Protocol) Server for the OpenAPI URL - https://api.apis.guru/v2/specs/googleapis.com/safebrowsing/v4/openapi.json, auto-generated using AG2's MCP builder.

The MCP Server is designed to facilitate multi-agent conversations by leveraging the OpenAPI specifications provided by Google Safe Browsing API. Built using Python 3.9+, this server is capable of handling various transport modes such as stdio, SSE, and streamable HTTP, making it versatile for different communication needs. The server is equipped with tools for linting, formatting, static analysis, and testing, ensuring high code quality and reliability. It supports configuration through environment variables, allowing for flexible deployment and integration with other systems. The server is also designed with security in mind, providing options to configure security parameters like API keys. With a focus on ease of development, the project includes scripts for building, testing, and publishing, making it straightforward for developers to contribute and extend its functionality.

Features

  • Supports multiple transport modes including stdio, SSE, and streamable HTTP.
  • Utilizes ruff for linting and formatting, ensuring code quality.
  • Incorporates mypy for static type checking and pytest for testing.
  • Configurable via environment variables for flexible deployment.
  • Includes pre-commit hooks for maintaining code standards.