mcpbeat Sign in

Agentskin MCP Server

by shawn5cents Your server? Claim it
local only

Agentskin runs on your own machine — the client starts it, so there is no endpoint to ping. 163 installs a week from npm. Last commit 28 Aug 2026.

The Semantic Layer for AI Agents. Prunes noisy API data by 70%+ for token-efficient reasoning.

Installs per day peak 216 · avg 15 · +531% w/w
a month agotoday
163
Installs / week
npm · agentskin
1
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentskin -- npx -y agentskin
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentskin": {
      "args": [
        "-y",
        "agentskin"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentskin]
command = "npx"
args = ["-y", "agentskin"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentskin": {
      "args": [
        "-y",
        "agentskin"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentskin": {
      "args": [
        "-y",
        "agentskin"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BRAVE_SEARCH_API_KEY (Brave Search API Key), SERPER_API_KEY (Serper.dev Search API Key), TAVILY_API_KEY (Tavily Search API Key), APILAYER_KEY (MediaStack API Key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentskin

same job, measured the same way
Semantic Frame
by anarkitty1

Token-efficient semantic compression for numerical data. 95%+ token reduction.

52 installs/wk local only
Prowlo — Reddit & X for AI agents
by prowlo

Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.

49 tools answering
Ref Tools MCP
by ref-tools

Token efficient search for coding agents over public and private documentation.

799 installs/wk local only
Ref Tools MCP
by ref

Token-efficient search for coding agents over public and private documentation.

answering
Agent News by The Agent Times
by theagenttimes

Verified, sourced, real-time intelligence layer for AI agents.

20 tools answering
V8 Cpu Profile Decoder MCP
by vola-trebla

MCP server that decodes V8 CPU profiles into token-efficient bottleneck summaries for AI agents

43 installs/wk local only
Defenter Proxy
by defenter-ai

Real-time semantic security for AI coding agents and MCP tools

122 installs/wk local only
OpenRush
by openrushdata

The Marketing Data Layer for AI Agents - SEO, Search Console, and Analytics

answering

Agentskin — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentskin?
Agentskin runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package agentskin was installed 163 times last week.
How do I connect Agentskin?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agentskin straight from npm; nothing to host, nothing to sign up for.
How many people use Agentskin?
The npm package agentskin was installed 163 times in the last week. Week over week that is +531%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentskin open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.