mcp-server-mechafil
Verified Safeby CELtd
Overview
Provides Filecoin economic forecasting and historical data tools to AI agents like Claude.ai via the Model Context Protocol (MCP).
Installation
uv run python server.pyEnvironment 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
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
mcp-server-requests
An MCP server that provides HTTP request capabilities, enabling LLMs to fetch and process web content, including saving to files.
fmp_mcp_server
Serves real-time financial data via Model Context Protocol (MCP) to AI agents and LLM applications for various financial analyses.