Ts Http Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Ts Http 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.
A Model Context Protocol (MCP) server that enables AI agents to send HTTP requests to any endpoint with full control over methods, headers, query parameters, and request bodies.
Note: This MCP server only supports stdio transport.
GET, POST, PUT, PATCH, DELETE)Install the package globally using npm:
npm install -g @jules-tnk/ts-http-mcpOr use npx to run it directly:
npx @jules-tnk/ts-http-mcpAdd the following configuration to your Claude Desktop config file (claude_desktop_config.json):
Windows: %APPDATA%\Claude\claude_desktop_config.json macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Linux: ~/.config/claude/claude_desktop_config.json
{
"mcpServers": {
"http-mcp": {
"command": "npx",
"args": ["@jules-tnk/ts-http-mcp"]
}
}
}After updating the configuration, restart Claude Desktop to load the MCP server.
For other MCP clients that support stdio transport, configure them to run:
npx @jules-tnk/ts-http-mcppnpm installpnpm buildpnpm startTo test the MCP server locally, you can run it directly and interact with it through stdio:
pnpm startThe server will start and listen for MCP protocol messages on stdin/stdout.
Once configured with your MCP client, the HTTP MCP server provides the following capabilities:
The server handles all the HTTP communication details, error handling, and response processing, making it easy for AI agents to interact with web APIs and services.
MIT License - see the LICENSE.md file for details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.