Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by UnitVectorY-Labs • Uncategorized
A lightweight MCP server that provides acronym and initialism lookups from a CSV file.
Resolve acronyms or initialisms to their full meanings and descriptions.
That require a lightweight, configurable MCP server to provide acronym lookup functionality.
Integrate acronym resolution via JSON responses over standard I/O or HTTP.
mcp-acronym-lookup is a configuration-driven MCP server that ingests a simple three-column CSV file of acronyms, their full forms, and descriptions, exposing a lookup tool that returns matching definitions in JSON format. It supports running either in standard I/O mode or as an HTTP server, making it flexible for different integration needs. The server performs case-insensitive and sanitized lookups, returning all matching definitions if duplicates exist.