Drop-in observability for your MCP server. Tracks tool usage, latency, client intent, and failures - all in real time.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcpsout-js-sdk": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / analytics
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for Mcpsout Js Sdk and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Catch your MCP breaking before the internet does.
Zero-to-Logging in just 3 lines of code.
To ensure the highest quality service during our early growth, MCPScout is currently invite-only. Request your invite by emailing the creator, Aadee, at mcp@aadee.xyz.
Install the SDK into your existing MCP server:
npm i mcpscout
yarn add mcpscout
pnpm add mcpscout
bun add mcpscout
[!IMPORTANT] Make sure you call
scout.track(server)after all your MCP tools are registered, or you’ll miss data.
// import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
// import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
import { MCPScout } from "mcpscout";
const scout = new MCPScout("your-publishable-key");
// Your existing MCP server setup
/*
const mcpServer = new McpServer({
name: "server",
version: "1.0.0",
capabilities: { resources: {}, tools: {} },
});
const transport = new StdioServerTransport();
*/
scout.track(mcpServer);
// await mcpServer.connect(transport);
You're all set! 🎉 Events from your MCP server will show up in your MCPScout dashboard.
MIT © 2025 Aadee
Made with ❤️ by Aadee