hoppscotch-mcp-server (hoppscotch/hoppscotch-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. No publisher has claimed this listing.

C
Emerging
74/100

hoppscotch-mcp-server

The Hoppscotch MCP Server implements the Model Context Protocol (MCP) to connect AI agents and coding assistants including Claude Code, Cursor, VS Code Copilot, GitHub Copilot CLI, and Gemini CLI directly to your Hoppscotch workspaces, collections, specifications, and environments.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

hoppscotch

Source: github_repo_search

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: HOPPSCOTCH_SECRET_ALLOWED_ORIGINS. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 2 credentials: HOPPSCOTCH_ACCESS_TOKEN, HOPPSCOTCH_FIREBASE_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

lowvitest@4.1.9GHSA-82fw-gwwq-j7x9

Vitest: Path Traversal / Arbitrary File Read via @vitest/mocker Redirect Mock

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretHOPPSCOTCH_ACCESS_TOKENA Hoppscotch JWT to skip browser login (e.g. for headless/CI). A pat-… PAT does not work (REST-only).
configHOPPSCOTCH_ALLOW_PRIVATE_HOSTSSet true to disable SSRF protection so execute_request can reach loopback/private/self-hosted targets. Only on trusted input.
configHOPPSCOTCH_AUTH_TIMEOUT_MSHow long a tool call waits for browser sign-in before returning retry guidance (with the login URL once it is available). The local callback stays open ~5 min regardless, so a slower sign-in still completes.
configHOPPSCOTCH_DEFAULT_TEAM_IDDefault team ID for team-scoped tools when omitted from the call.
🔐 secretHOPPSCOTCH_FIREBASE_API_KEYeither at build time (it gets baked into the bundle) or
configHOPPSCOTCH_MAX_RESPONSE_BYTESCap on the response body execute_request buffers; a body that would exceed it is cut off and flagged truncated. Two limits apply: the raw read stops at the cap plus a small internal redaction margin (bytes), and the returned redacted text is additionally capped at the same number of UTF-16 code units — byte-exact for ASCII bodies; a non-ASCII body can be cut below the byte figure by the raw read, or come back somewhat larger than it after redaction. (Raw bytes that only spill into the internal redaction margin but shrink back under the cap after redaction are complete, not flagged.)
configHOPPSCOTCH_SECRET_ALLOWED_ORIGINSComma-separated origins (e.g. https://api.example.com) allowed to receive secret environment values via {{var}} substitution in execute_request/validate_response. Unset ⇒ no restriction (secrets substitute freely). Set it to opt in: only the listed origins may then receive secrets; a secret referenced in a request to any other origin is refused.
configHOPPSCOTCH_SERVER_URLinstance, pass through the host's env flag (-e for Claude Code,
configHOPPSCOTCH_STRICT_ENVSet true to harden against a hostile working-directory .env: trust-sensitive vars (auth target/token, tool profile, SSRF/secret-egress toggles, default team) that a .env introduces are then ignored and must come from the real environment. Off by default; a .env is honoured in full.
configHOPPSCOTCH_TIMEOUTRequest timeout (ms).
configHOPPSCOTCH_TOOL_PROFILETool surface: minimal (22), core (default, 39), standard (38), or full (53). core covers CRUD + request execution + codegen + read-only team discovery; standard swaps in team administration + advanced collection ops; full is everything. core and standard are separate branches of full, not a ladder. An unknown value falls back to core with a stderr warning.
// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/hoppscotch/hoppscotch-mcp-server)](https://m8ven.ai/mcp/hoppscotch/hoppscotch-mcp-server)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 6d9c54e1627bda1de47030a30c0df92b5bffa589
code hash: 88bcce92fbcc17b5b0f1b132d9545363f82405791d4ef65de7e586cc91795c4e
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client