Connects Model Context Protocol (MCP) clients to Simple Language Open Protocol (SLOP) compatible servers.
The Slop Adapter bridges the gap between Anthropic's Model Context Protocol (MCP) and the open-source Simple Language Open Protocol (SLOP). This adapter enables MCP clients, such as Claude Desktop, to interact with SLOP-compatible servers by converting MCP tool requests into SLOP API calls and exposing SLOP resources as MCP resources. It also provides MCP tools for SLOP-specific endpoints, including chat, memory, and pay, while handling error conversion between the two protocols. This allows for seamless integration and utilization of SLOP functionalities within the MCP ecosystem.
Key Features
01Converts MCP tool requests to SLOP API calls
02Exposes SLOP resources as MCP resources
03Provides MCP tools for SLOP-specific endpoints (chat, memory, pay)
04Handles error conversion between protocols
Use Cases
01Extending MCP capabilities with SLOP-based tools
02Connecting Claude Desktop to a SLOP server
03Integrating custom AI APIs into the MCP ecosystem