Jsonplaceholder Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Jsonplaceholder Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP (Model Context Protocol) server that provides tools to interact with the JSONPlaceholder API - a free fake REST API for testing and prototyping.
This MCP server exposes the following tools:
git clone <repository-url>
cd jsonplaceholder-mcpnpm installnpm run buildnpm startnpm run devnpm run watchTo use this MCP server with Claude Desktop, add the following configuration to your Claude Desktop config file:
Edit: ~/Library/Application Support/Claude/claude_desktop_config.json
Edit: %APPDATA%/Claude/claude_desktop_config.json
Edit: ~/.config/Claude/claude_desktop_config.json
Add this configuration:
{
"mcpServers": {
"jsonplaceholder": {
"command": "node",
"args": ["/absolute/path/to/jsonplaceholder-mcp/dist/index.js"]
}
}
}Replace /absolute/path/to/jsonplaceholder-mcp with the actual path to your installation.
Once connected, you can ask Claude to:
JSONPlaceholder is a free fake REST API for testing and prototyping. It provides:
Note: All POST, PUT, PATCH, and DELETE operations are simulated and won't persist to the actual server.
API Base URL: https://jsonplaceholder.typicode.com
This project uses:
jsonplaceholder-mcp/
├── src/
│ └── index.ts # Main MCP server implementation
├── dist/ # Compiled JavaScript (generated)
├── package.json # Project dependencies and scripts
├── tsconfig.json # TypeScript configuration
└── README.md # This fileMIT
Contributions are welcome! Please feel free to submit a Pull Request.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.