mcpbeat Sign in

Raportagent MCP Server

by raportagent Your server? Claim it
local only

Raportagent MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 26 Jul 2026.

Sourced market and compliance research for Claude Desktop, Claude Code and Cursor.

Installs per day peak 11 · avg 4 · +182% w/w
a month agotoday
29
Installs / week
npm · @raportagent/mcp
0
Stars
1 open issues
26 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Raportagent MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add raportagent-mcp -- npx -y @raportagent/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "raportagent-mcp": {
      "args": [
        "-y",
        "@raportagent/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.raportagent-mcp]
command = "npx"
args = ["-y", "@raportagent/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "raportagent-mcp": {
      "args": [
        "-y",
        "@raportagent/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "raportagent-mcp": {
      "args": [
        "-y",
        "@raportagent/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RAPORTAGENT_API_KEY (Your RaportAgent API key (create one at raportagent.com under My account -> API keys)), RAPORTAGENT_BASE_URL (Override the API base URL (defaults to https://raportagent.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Raportagent MCP

same job, measured the same way
Bounceprotect
by fahassan00

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

75 installs/wk local only
Bounceprotect
by bounceprotect-www

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

local only
Regulatory Signals
by rikocr8orh8

Audit GitHub repos for security, compliance, and EU AI Act exposure from Claude or Cursor.

38 installs/wk local only
Relay
by mhcoen

MCP relay server for Claude Desktop <-> Claude Code communication

105 installs/wk local only
Computer Use Omni
by jason26214

A 1:1 replica of Claude Desktop's computer-use tool surface, for Windows and the Claude Code CLI.

54 installs/wk local only
Skill Builder MCP
by dmzagent

Search the skill-builder registry and auto-install skills for Claude Code, Cursor, and Codex.

47 installs/wk local only
Claude Code Explorer MCP
by nirholas

Explore the Claude Code CLI source — browse tools, commands, search code, and more.

35 installs/wk local only
Claude Code Explorer MCP
by divu2025

Explore the Claude Code CLI source — browse tools, commands, search code, and more.

28 installs/wk local only

Raportagent MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Raportagent MCP?
Raportagent MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @raportagent/mcp was installed 29 times last week.
How do I connect Raportagent MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @raportagent/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Raportagent MCP?
The npm package @raportagent/mcp was installed 29 times in the last week. Week over week that is +182%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Raportagent MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.