MCP to SLOP Adapter
A lightweight adapter that connects MCP (Model Context Protocol) clients like Claude Desktop with any SLOP (Simple Language Open Protocol) compatible server.
What is MCP and SLOP?
- MCP (Model Context Protocol): A proprietary protocol developed by Anthropic that enables AI models to access tools and resources. Learn more about MCP.
- SLOP (Simple Language Open Protocol): A simple open-source REST-based pattern for AI APIs with 5 basic endpoints. Learn more about SLOP or join the SLOP Discord community.
Features
This adapter bridges MCP and SLOP by:
- Converting MCP tool requests to SLOP API calls
- Exposing SLOP resources as MCP resources
- Providing MCP tools for SLOP-specific endpoints (chat, memory, pay)
- Handling error conversion between protocols
Installation & Usage
Using npx
You can run the adapter directly using npx:
npx @kortexa-ai/mcp-slop-adapter http://your-slop-server-url
Global Installation
npm install -g @kortexa-ai/mcp-slop-adapter
mcp-slop-adapter http://your-slop-server-url
Configuring Claude Desktop
To connect Claude Desktop with a SLOP server:
- Make sure your SLOP server is running
- Edit Claude Desktop’s configuration file:
- Windows:
%APPDATA%Claudeclaude_desktop_config.json
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
- Add the following configuration:
{
"mcpServers": {
"mcp-slop-adapter": {
"command": "npx",
"args": [
"@kortexa-ai/mcp-slop-adapter",
"http://your-slop-server-url"
]
}
}
}
Replace http://your-slop-server-url
with the URL of your SLOP server.
Debugging
You can use the MCP Inspector to connect to the adapter and inspect your SLOP server.
Exposed MCP Capabilities
This adapter exposes:
- Tools: Native SLOP tools from
/tools
endpoint, pluschat
,memory-store
,memory-get
, andpay
- Resources: All resources from the SLOP
/resources
endpoint
License
MIT
MCP to SLOP Adapter
Project Details
- kortexa-ai/mcp-slop-adapter
- @kortexa-ai/mcp-slop-adapter
- MIT License
- Last Updated: 3/28/2025
Recomended MCP Servers
A Model Context Protocol (MCP) server for interacting with DaVinci Resolve and Fusion
An MCP server to create secure code sandbox environment for executing code within Docker containers. This MCP server...
A simple MCP server that exposes datetime information to agentic systems and chat REPLs
A python repl for MCP
Experimental Model Context Protocol server providing access to Autodesk Platform Services API.
用于mysql和mongodb的mcp
MCP server for interacting with Data.gouv.fr API
MCP server for interacting with the Aseprite API
A MCP for searching and downloading academic papers from multiple sources like arXiv, PubMed, bioRxiv, etc.