mcp-ripestat
by taihen
Overview
A Model Context Protocol (MCP) server that enables Large Language Models (LLMs) to query the RIPEstat Data API for network information, IP addresses, prefixes, and ASNs using natural language.
Installation
docker compose up -dEnvironment Variables
- PORT
- RATE_LIMIT_ENABLED
- RATE_LIMIT_RPS
- RATE_LIMIT_BURST
- CORS_ALLOWED_ORIGINS
- TRUSTED_PROXIES
Security Notes
The server explicitly states it does not provide authentication or authorization, recommending external firewalling or an MCP proxy for security. While it implements CORS with origin validation and secure client IP extraction, and includes per-instance rate limiting to manage RIPE API quotas, the lack of built-in access control makes direct public exposure a significant security risk. No 'eval' or malicious patterns were found in the provided source code, and development security practices like `govulncheck`, `Trivy`, and `CodeQL` are mentioned.
Similar Servers
mcp-gateway
A gateway or proxy server for managing and routing API requests, likely including authentication (OAuth) and JSON-RPC handling.
last9-mcp-server
A backend HTTP server likely used as a control plane or for data collection/processing within an observability or monitoring system.
lex
Provides a UK legal research API for AI agents, offering capabilities to search legislation, caselaw, amendments, and explanatory notes using semantic and keyword search, and includes a Micro-Copilot (MCP) server for integration with AI assistants.
gofetch
An MCP server that retrieves and extracts textual content from web pages, respecting robots.txt for AI agents.