Drop-in observability for your MCP server. Tracks tool usage, latency, client intent, and failures - all in real time.
{
"mcpServers": {
"mcpsout-js-sdk": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Drop-in observability for your MCP server. Tracks tool usage, latency, client intent, and failures - all in real time.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 275 days ago. 7 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
MCP Server for GCP environment for interacting with various Observability APIs.
AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs
Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
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