Back to Home
UnitVectorY-Labs icon

mcp-acronym-lookup

Verified Safe

by UnitVectorY-Labs

Overview

Provides an MCP server that resolves acronyms and initialisms from a CSV file.

Installation

Run Command
ACRONYM_FILE=./path/to/your/acronyms.csv mcp-acronym-lookup

Environment Variables

  • ACRONYM_FILE

Security Notes

The server is a simple lookup service with minimal external dependencies. Input sanitization is performed on lookup keys (case-insensitive, non-alphabetic characters removed via regex). No 'eval' or similar dangerous patterns, hardcoded secrets, or obvious malicious code. Risks are primarily confined to the contents of the user-provided CSV file and the exposure of the HTTP server if not properly secured in deployment.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2026-01-17

Tags

Acronym lookupMCP serverGoCSV parsingAPI tool