Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by sanko • Uncategorized
A basic Perl server implementing the Model Context Protocol (MCP) to expose tools to AI agents via JSON-RPC.
Call custom Perl-based tools via a standardized protocol.
Integrate internal data or modules into their workflows.
A simple JSON-RPC 2.0 server to expose functionality.
Acme::MCP provides a simple server implementation for the Model Context Protocol, allowing Perl modules and internal tools to be exposed to AI agents like Claude or custom LLMs. It supports registering tools with JSON Schema validation and executes them on request. The server communicates over standard input/output using JSON-RPC 2.0, making it compatible with standard MCP hosts. This enables easy integration of custom functionality into AI workflows.