Slop Adapter
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.
主要功能
- Converts MCP tool requests to SLOP API calls
- Exposes SLOP resources as MCP resources
- Provides MCP tools for SLOP-specific endpoints (chat, memory, pay)
- Handles error conversion between protocols
使用案例
- Extending MCP capabilities with SLOP-based tools
- Connecting Claude Desktop to a SLOP server
- Integrating custom AI APIs into the MCP ecosystem