Skip to main content
Glama
__init__.py1.08 kB
""" OPNsense MCP Server A Model Context Protocol (MCP) server implementation for managing OPNsense firewalls. This server allows Claude and other MCP-compatible clients to interact with all features exposed by the OPNsense API. """ __version__ = "1.0.0" __author__ = "Florian Grousset" __license__ = "AGPL-3.0" from .core.exceptions import ( OPNsenseError, ConfigurationError, AuthenticationError, APIError, NetworkError, RateLimitError, ValidationError, TimeoutError, ResourceNotFoundError, AuthorizationError, ) from .core.models import OPNsenseConfig from .core.client import OPNsenseClient from .core.connection import ConnectionPool from .core.state import ServerState __all__ = [ # Exceptions "OPNsenseError", "ConfigurationError", "AuthenticationError", "APIError", "NetworkError", "RateLimitError", "ValidationError", "TimeoutError", "ResourceNotFoundError", "AuthorizationError", # Core classes "OPNsenseConfig", "OPNsenseClient", "ConnectionPool", "ServerState", ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/floriangrousset/opnsense-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server