Back to Home
CELtd icon

mcp-server-mechafil

Verified Safe

by CELtd

Overview

Provides Filecoin economic forecasting and historical data tools to AI agents like Claude.ai via the Model Context Protocol (MCP).

Installation

Run Command
uv run python server.py

Environment Variables

  • MECHAFIL_SERVER_URL
  • MCP_TRANSPORT
  • PORT

Security Notes

The server employs Pydantic for robust input validation and relies on environment variables for sensitive configurations like the upstream API URL, mitigating hardcoded secret risks. There are no direct uses of `eval` or `exec` with user-controlled input, enhancing code safety. The `_render_system_prompt` function includes local documentation files using hardcoded relative paths, preventing arbitrary file access. CORS is set to `Access-Control-Allow-Origin: *`, which is permissive but typical for public-facing AI agent connectors. Overall, security practices are well-implemented.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens3000
Stars0
Forks0
Last Update2026-01-09

Tags

FilecoinCryptoeconomicsSimulationAI AgentMCP Server