MCP.so
登录

MCP Reporter

@cyanheads

关于 MCP Reporter

mcp-reporter is a streamlined utility that generates comprehensive capability reports for Model Context Protocol servers, empowering developers to easily understand available functionality across their MCP servers ecosystem for both documentation and integration into other tools.

基本信息

分类

其他

许可证

Apache-2.0

运行时

node

传输方式

stdio

发布者

cyanheads

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Reporter?

MCP Reporter is a utility for generating comprehensive markdown reports about Model Context Protocol (MCP) server capabilities. It helps developers understand what tools, resources, and resource templates are available across their MCP server ecosystem. It can also be used programmatically to produce documentation or feed data into other tools.

How to use MCP Reporter?

Install from source with Node.js 16.x or higher, create a configuration file (mcp-servers.json) listing the MCP servers to analyze, then run via the CLI (mcp-reporter) with options for output path and content inclusion, or import the McpReporter class in your own TypeScript/JavaScript code.

Key features of MCP Reporter

  • Automatically connects to all enabled MCP servers for discovery
  • Extracts tools, resources, and resource templates from each server
  • Generates well-organized markdown documentation
  • Provides real-time progress feedback during execution
  • Supports CLI and programmatic usage

Use cases of MCP Reporter

  • Auditing available capabilities across multiple MCP servers
  • Auto-generating documentation for MCP server ecosystems
  • Feeding server capability data into downstream tools or pipelines
  • Understanding what tools and resources are exposed by each server

FAQ from MCP Reporter

What are the runtime requirements?

Node.js 16.x or higher and npm or yarn are required.

How do I configure which servers to analyze?

Create a mcp-servers.json file (based on the provided example) that defines each server’s command, arguments, and environment variables.

Can I use MCP Reporter programmatically in my own code?

Yes, import the McpReporter class and call run() with a config path and options such as outputPath, includeInputSchemas, and includeServerMetadata.

What does the generated report contain?

A summary of all analyzed servers, plus per-server metadata, available tools with descriptions and input schemas, available resources with URIs and descriptions, and resource templates with URI templates.

What output format does MCP Reporter produce?

It generates a single markdown file (default path: output/mcp_server_report.md).

评论

其他 分类下的更多 MCP 服务器