autoform-mcp
Verified Safeby freevisionsk
Overview
Serves as a Model Context Protocol (MCP) server for the Slovensko.Digital Autoform API, enabling search of Slovak corporate bodies (companies, organizations) by name or registration number (IČO/CIN).
Installation
uvx autoform-mcpEnvironment Variables
- AUTOFORM_PRIVATE_ACCESS_TOKEN
Security Notes
The server securely handles API tokens by expecting them via HTTP headers or environment variables and explicitly states that tokens are never stored. It sanitizes URLs to prevent token leakage in logs or error messages. Communication with the external Autoform API is expected to be encrypted via HTTPS. The code includes a monkey-patch to `FunctionTool.run` to strip extra, non-signature arguments (common in LLM contexts), which is a specific code modification but not inherently malicious, as it calls the original function with sanitized inputs.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
toolhive-registry-server
The central metadata hub for enterprise Model Context Protocol (MCP) server governance and discovery, implementing the official MCP Registry API specification.