Back to Browse

Reviewmetric MCP Server

by Vktr93
Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

An MCP server connecting Claude to the Review Metric 15-agent scientific peer review pipeline.

About

An MCP server connecting Claude to the Review Metric 15-agent scientific peer review pipeline.

Security Report

4.2
Use Caution4.2High Risk

This MCP server provides legitimate access to a remote peer review analysis service with proper authentication via API key. The code demonstrates good security practices for credential handling and input validation. Minor code quality concerns around error handling and logging do not rise to the level of security vulnerabilities. Supply chain analysis found 8 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your API key from the Review Metric web dashboardRequired

Environment variable: REVIEWMETRIC_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-vktr93-reviewmetric": {
      "env": {
        "REVIEWMETRIC_API_KEY": "your-reviewmetric-api-key-here"
      },
      "args": [
        "reviewmetric-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!