Back to Home
parrisma icon

mcpnp

Verified Safe

by parrisma

Overview

Augment LLM math capabilities by exposing common numpy and scipy operations as a Micro-Capability Platform (MCP) server.

Installation

Run Command
docker build -f docker/Dockerfile.prod -t mcpnp_prd:latest . && docker run -p 9124:9124 mcpnp_prd:latest

Security Notes

The server uses FastMCP for tool exposure and Pydantic for robust input validation, significantly mitigating injection risks. It leverages standard and well-audited libraries (numpy, scipy). No 'eval' or 'exec' is used dynamically. Error handling is present to catch exceptions during numerical operations. The test client uses a placeholder bearer token, indicating potential for API authentication. The server binds to 0.0.0.0 by default, which is common for containerized services but exposes it on all interfaces, though this is configurable.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens100
Stars0
Forks0
Last Update2025-12-03

Tags

LLM augmentationmathnumpyMCP servernumerical