community-tl-mcp-server
Verified Safeby liquid1982
Overview
Provides read-only access to the TrustLayer API via the Model Context Protocol (MCP) for integration with AI clients and other MCP-compatible tools.
Installation
docker-compose up -dEnvironment Variables
- TRUSTLAYER_API_BASE_URL
- TRUSTLAYER_API_VERSION
- TRUSTLAYER_API_TOKEN
Security Notes
The server is explicitly designed for read-only access (GET operations only), significantly reducing the attack surface. It properly handles API tokens via environment variables or per-request Authorization headers using Python's contextvars, preventing hardcoded secrets. There is no evidence of `eval` or code obfuscation. Uses well-known libraries (`httpx`, `pydantic-settings`). Production deployment notes emphasize HTTPS and firewalling, which are critical for any exposed service. The only minor deductions would be for standard deployment considerations (e.g., ensuring secure infrastructure).
Similar Servers
fastmcp
FastMCP is an ergonomic interface for the Model Context Protocol (MCP), providing a comprehensive framework for building and interacting with AI agents, tools, resources, and prompts across various transports and authentication methods.
mcp-context-forge
Converts web content (HTML, PDF, DOCX, etc.) and local files from a URL into high-quality Markdown format. It supports multiple conversion engines, content optimization, batch processing, and image handling.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
jotsu-mcp
General-purpose library for implementing the Model Context Protocol (MCP) and creating workflows that use MCP tools, resources, and prompts.