The Semantic Layer for AI Agents. Prunes noisy API data by 70%+ for token-efficient reasoning.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
AgentSkin is an open-source protocol and reference Model Context Protocol (MCP) server that establishes the Semantic Shorthand Standard (SSS) for Agentic Perception.
The protocol defines a standardized method for recursively pruning high-entropy, human-readable data (HTML, bloated JSON, complex APIs) into low-entropy, deterministic Markdown "Skins." This significantly reduces LLM token consumption (the "Token Tax") and eliminates perceptual drag in autonomous reasoning loops.
The core of AgentSkin is the recursive pruning engine. It operates on a simple, declarative standard:
This repository provides the official Node.js reference implementation of the SSS protocol, exposed as a standard MCP server.
You can run the AgentSkin reference server directly via npx to provide your local AI assistants (Claude Desktop, Cursor, etc.) with the fetch_optimized_data tool.
Add the following to your claude_desktop_config.json:
The reference implementation exposes the following tools to AI agents:
fetch_optimized_dataFetches any API or Web URL and returns a token-optimized "Skin." Token savings vary by data structure (benchmarked: 66-86% for typical API responses).
url (string, required): The target data source.signals (string[], optional): An array of semantic keys to preserve.aliases (object, optional): A map to rename original keys to standardized signals.skin_reasoningOptimizes natural language text by removing linguistic noise (hedging, filler).
text (string, required): The natural language string to distill.AgentSkin is a factory for intelligent perception. You provide the mapping; the protocol provides the engine.
When using the fetch_optimized_data tool, provide the signals and aliases parameters to build your own skin.
Example: Weather API Skin
This package is designed as a Local-First, Open Studio.
skin-engine.js) operates without external dependencies for transformation.The reference implementation includes robust security measures:
npm run benchmarkOnline docs: agentskin.dev
Maintained by Nichols Transco LLC. Built for the machine economy.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agentskin)<a href="https://allmcps.com/mcp/agentskin"><img src="https://allmcps.com/api/badge/agentskin?style=directory" alt="Agentskin on AllMCPs" /></a>