Retrieve specific documents, scripts, and resources from Claude skills to access Python scripts, reference materials, example data files, and images using pattern matching.
Search for AI skills by keyword and optional category filtering to find relevant capabilities for AI conversations. Returns matching skills with domain-specific results.
Access skill documents including scripts, reference materials, and assets. Retrieve Python files, data files, or images using pattern matching after finding relevant skills.
Search for skills using SQL-like queries to match specific criteria and retrieve targeted results, with support for specifying the number of outputs (up to 100).
Converts AI Skills (following Claude Skills format) into MCP server resources, enabling LLM applications to discover, access, and utilize self-contained skill directories through the Model Context Protocol. Provides tools to list available skills, retrieve skill details and content, and read supporting files with security protections.
A standalone proxy that transforms any OpenAPI or Swagger-described REST API into an MCP server by mapping API operations to executable MCP tools. It enables AI clients to interact with existing web services through automated HTTP requests based on their official documentation.