slop-mcp

MCP.Pizza Chef: janwilmake

slop-mcp is an MCP server designed to enable AI models, specifically Claude, to navigate and interpret complex OpenAPI specifications using simple language queries. It facilitates seamless exploration and searching of OpenAPI specs via oapis.org, making API interactions more accessible and intuitive for AI-driven workflows. This server has been migrated to the OpenAPI MCP Server project for continued development and support.

Use This MCP server To

Search OpenAPI specifications using natural language queries Explore API endpoints and parameters interactively Enable AI to understand complex API schemas easily Integrate OpenAPI exploration into AI workflows Simplify API documentation navigation for AI models Support AI-driven API testing and validation Facilitate automated API discovery and usage Provide structured API context to language models

README

SLOP MCP

A Model Context Protocol (MCP) server for Claude that enables searching and exploring OpenAPI specifications through oapis.org.

Important

Migrated to OpenAPI MCP Server

slop-mcp FAQ

How does slop-mcp simplify OpenAPI exploration?
It allows AI models to query and navigate OpenAPI specs using simple natural language, removing complexity.
Is slop-mcp limited to Claude models?
While designed for Claude, it can be adapted for other LLMs supporting MCP, like GPT-4 and Gemini.
Where can I find the latest version of slop-mcp?
The project has migrated to the OpenAPI MCP Server repository at https://github.com/janwilmake/openapi-mcp-server.
Can slop-mcp handle all OpenAPI versions?
It supports common OpenAPI versions, but compatibility depends on the underlying implementation in the migrated server.
How does slop-mcp integrate with MCP clients?
It exposes OpenAPI specs as structured context that MCP clients can query and use in AI workflows.
What benefits does slop-mcp provide for API developers?
It enables easier AI-assisted API documentation exploration and automated API usage scenarios.
Does slop-mcp require internet access to oapis.org?
Yes, it fetches OpenAPI specs from oapis.org, so internet connectivity is needed.
Can slop-mcp be extended for custom OpenAPI sources?
Yes, with modifications, it can support additional OpenAPI repositories or local specs.