Kryfto (ExceptionRegret/Kryfto) is an MCP server listed on the M8ven Trust Index. It scores 46 out of 100, grade D. It declares 43 tools. No publisher has claimed this listing.

D
Caution
46/100

Kryfto

Provides 42+ MCP tools for browser automation, web scraping, and search, enabling AI agents like Claude and Cursor to browse, extract data, and run research agents on the live web.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code 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

ExceptionRegret

Source: Glama

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
3 flows detected: KRYFTO_GITHUB_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
🚨
Known vulnerabilities in dependencies: 2 critical, 4 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
// tools this server exposes43 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

search

Search the web using DuckDuckGo, Bing, Yahoo, Google, or Brave. Returns snippets and URLs. Use this for general queries.

read_url

Fetch and read the content of a specific URL. Returns markdown, title, and metadata.

read_urls

Batch fetch multiple URLs in parallel.

detect_changes

Compare current page against cached snapshot. Returns diff of added/removed content.

cite

Citation mode. Takes claims and finds official sources for each.

answer_with_evidence

Search, read top results, and return answer with exact evidence spans per claim. Includes trust scores and line-level traceability.

conflict_detector

Detect contradictory claims across multiple sources about a topic. Explains which source is more trustworthy.

truth_maintenance

Re-check all cached facts, expire stale claims, report near-expiry entries.

upgrade_impact

Analyze breaking risk of upgrading a framework between versions. Maps changes to risk level.

query_planner

Expose the search/read/extract plan before execution. Returns deterministic replay-able plan with cost estimates.

confidence_calibration

Calculate calibrated confidence scores for claims based on source count, official sources, recency, and trust.

source_trust

Get trust scores for domains. Transparent weighting from builtin knowledge, .gov/.edu boost, docs.* boost.

set_source_trust

Override trust score for a domain (0-1). Persists for session.

watch_and_act

Monitor a URL and optionally fire a webhook on changes. Returns watch ID for later checks.

check_watch

Check a watched URL for changes. Fires webhook if configured.

semantic_diff

What changed that matters? Filters diff by context keywords. Returns impact level.

evaluation_harness

Built-in benchmark suite. Tests search latency, cache, normalization, error classification, trust scoring.

set_memory_profile

Set per-project memory.

get_memory_profile

Get per-project memory profile.

slo_dashboard

Real-time SLO dashboard. Shows per-tool success rate, latency percentiles (p50/p95/p99), cache hit rate, freshness.

replay_request

Deterministic replay: retrieve the exact input/output of a previous request by its requestId.

list_replays

List recent replayable requests with their requestIds.

run_eval_suite

Built-in eval suite. Runs 10 real-world queries, checks for official source hits, measures precision and latency.

research

Unified pipeline: search→read→extract in one call. Searches, reads top N pages, returns clean markdown + metadata. The stable "do it all" tool.

research_job_start

Start an asynchronous research job. Returns a jobId to poll for status and results. Used for long-running deep research.

research_job_status

Check the status, stream progress logs, and retrieve final results of an async research job.

research_job_cancel

Cancel a running async research job.

continuous_research_start

Start a continuous research agent. It will repeatedly search context, diff pages, and optionally fire webhooks with findings.

continuous_research_status

Check the status and logs of a continuous research agent.

continuous_research_cancel

Cancel a continuous research agent.

github_releases

Fetch GitHub releases. Cached 30min.

github_diff

Compare two Git tags.

github_issues

Fetch issues and PRs.

dev_intel

Developer intelligence. Auto-searches + auto-reads for framework updates.

add_monitor

Register URL to watch.

list_monitors

List all monitors.

browse

Raw headless browser job.

crawl

Spider from seed URL.

extract

CSS/schema/plugin extraction.

get_job

Job status.

list_artifacts

List artifacts.

fetch_artifact

Raw artifact bytes.

kryfto_status

Diagnostic health check. Reports API connectivity, circuit breaker states, cache size, engine error metrics, and SLO summary.

// known CVEs in dependencies2 critical4 high1 low

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

criticalvitest@2.1.4GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

criticalvitest@2.1.4GHSA-9crc-q9x8-hgqq

Vitest allows Remote Code Execution when accessing a malicious website while Vitest API server is listening

high@modelcontextprotocol/sdk@1.12.1GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.12.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.12.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

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.
configAPI_BASE_URL
// quality suggestions

Dependencies

9 runtime dependencies (5 dev), 1 flagged: playwright

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

43/43 tools missing one or more hints — search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); read_url (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); read_urls (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +40 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

README present

No README found

Add a README.md describing the server and its tools.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tool test coverage

23/43 tools referenced in tests (53%)

Write tests that reference each tool by name so every tool has at least one test.

Production dependencies are patched

0 critical, 4 high severity in production deps — @modelcontextprotocol/sdk@1.12.1 (high), @modelcontextprotocol/sdk@1.12.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

2 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Dependency freshness

2/9 production deps stale: turndown-plugin-gfm@2022-05-22 (4.3y), @xenova/transformers@2024-05-29 (2.3y)

Domain consistency

npm scope @kryfto doesn't match GitHub owner exceptionregret

Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// 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.
// improvement guidance — verified publishers only
We have 8 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/exceptionregret/kryfto?variant=verified)](https://m8ven.ai/mcp/exceptionregret/kryfto)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: f5ef404260b8dc72b007d0c25f6bccd4a5371af6
code hash: 3f0808d0eb17f9b6a121af2b0471ece81dbd8b869a42f5ad546a20780473e9ec
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