openfuse (tma1-ai/openfuse) is an MCP server listed on the M8ven Trust Index. It scores 46 out of 100, grade D. It declares 53 tools. No publisher has claimed this listing.
Langfuse on GreptimeDB. Self-hosted LLM observability.
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
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
tma1-ai
Source: github_code
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.
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.
createAnnotationQueueCreate an annotation queue, a worklist that collects trace or observation items for human review and scoring.
createAnnotationQueueAssignmentAssign a project user to an annotation queue so they can work through its review items.
createAnnotationQueueItemAdd an annotation queue item, one trace or observation to review, to a queue.
deleteAnnotationQueueAssignmentRemove a project user's assignment from an annotation queue.
deleteAnnotationQueueItemRemove an annotation queue item, the queued trace or observation, from a queue.
getAnnotationQueueGet an annotation queue, a worklist of trace or observation items for human review and scoring, by ID.
getAnnotationQueueItemGet an annotation queue item, one queued trace or observation with review status, by queue ID and item ID.
listAnnotationQueueItemsList annotation queue items, each linking one trace or observation to a queue with a review status, with optional status filtering.
listAnnotationQueuesList annotation queues, worklists that collect trace or observation items for human review and scoring, with pagination.
updateAnnotationQueueItemUpdate an annotation queue item's review status, such as pending or completed.
createCommentCreate a comment on a trace, observation, session, or prompt.
getCommentGet a comment by ID from the current Langfuse project.
listCommentsList comments in the current Langfuse project, optionally filtered by object or author.
createDatasetRunItemCreate a dataset run item, a result that links one dataset item to a trace or observation in a dataset run.
deleteDatasetItemDelete a dataset item, one example in a dataset, and all its run items.
deleteDatasetRunDelete a dataset run by dataset ID and run ID, and enqueue deletion of its run items.
getDatasetGet a dataset, a named collection of input and optional expected-output examples for experiments and evaluations, by ID.
getDatasetItemGet a dataset item, one example in a dataset with input and optional expected output, by ID.
getDatasetRunGet a dataset run, one experiment or evaluation execution over a dataset, and its run items by dataset ID and run ID.
listDatasetItemsList dataset items, individual examples with input and optional expected output, optionally filtered by dataset ID, source trace, source observation, or version.
listDatasetRunItemsList dataset run items, each linking one dataset item to a trace or observation within a dataset run, by dataset ID and run ID.
listDatasetRunsList dataset runs, each experiment or evaluation execution over a dataset, by dataset ID.
listDatasetsList datasets, named collections of input and optional expected-output examples for experiments and evaluations. Optionally filter by dataset name to find a dataset ID.
upsertDatasetUpsert a dataset, a named collection of input and optional expected-output examples for experiments and evaluations.
upsertDatasetItemUpsert a dataset item (one example in a dataset) by dataset ID
createEvaluationRuledeleteEvaluationRuleDelete an evaluation rule by id. This stops the rule from evaluating new items and cannot be undone.
getEvaluationRuleFetch a single evaluation rule by id, including its evaluator reference, target, filter, variable mapping, sampling, and status.
getEvaluatorFetch a single evaluator by id, including its prompt or source code, output definition, and how many evaluation rules reference it.
listEvaluationRulesList evaluation rules in the current Langfuse project. Each rule attaches an evaluator to incoming observations or experiment items. Results are paginated.
listEvaluatorsList evaluators (llm_as_judge and code) defined in the current Langfuse project. Results are paginated.
updateEvaluationRuleupsertEvaluatorgetHealthCheck Langfuse API health. Optionally verify database availability and recent trace/observation ingestion.
getMediaFetch metadata and a signed download URL for one media asset.
getMetricsSchemaDiscover which Langfuse metrics can be analyzed and how to group, filter, aggregate, and time-bucket them before calling queryMetrics.
queryMetricsAnswer analytics questions about the current Langfuse project, such as usage over time, model costs, latency, errors, scores, or grouped breakdowns by environment, trace, observation, model, user, session, tag, or score name.
createModelCreate a custom model definition for cost tracking/tokenization in the current project.
deleteModelDelete a custom model definition from the current project. Built-in models cannot be deleted.
getModelGet a model definition by ID from the current project scope.
listModelsList custom and Langfuse-managed model definitions visible to the current project.
createScorecreateScoreConfigCreate a score configuration. Supports numeric, categorical, boolean, and text configs. Boolean configs automatically receive True and False categories.
deleteScoreConfigDelete a score configuration from the current Langfuse project by archiving it.
getScoregetScoreConfigFetch one score configuration by ID from the current Langfuse project. Returns the public score config object directly.
listScoreConfigsList score configurations. Returns exactly data and meta at the top level.
listScoresupdateScoreConfigUpdate a score configuration. Use this to rename, describe, or adjust allowed numeric/category fields.
get_weatherGet the current weather in a location
search_webSearch the web
input_jokeGet a joke from normalized input
metadata_jokeGet a joke from metadata
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Auth.js: Email normalizer validates the address before Unicode normalization, allowing a homoglyph @ bypass
dd-trace-js: Improper parsing of W3C baggage headers may lead to DoS
ip-address: Address4 decodes leading-zero octets as decimal while resolvers decode them as octal, allowing SSRF and trust-boundary bypass
nanoid: non-secure generators can loop indefinitely with negative size
nanoid: custom generators can loop indefinitely when size is zero
Tool annotations
43/53 tools have annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
53/53 tools missing one or more hints — createAnnotationQueue (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); createAnnotationQueueAssignment (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); createAnnotationQueueItem (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +50 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.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tool test coverage
39/53 tools referenced in tests (74%)
Write tests that reference each tool by name so every tool has at least one test.
Production dependencies are patched
1 critical, 10 high severity in production deps — next-auth@4.24.13 (critical), dd-trace@5.97.0 (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
5/145 production deps abandoned (no release in 2+ years): fastest-levenshtein@2022-08-02 (4.1y), tailwindcss-animate@2023-08-28 (3y), @dnd-kit/utilities@2023-11-06 (2.8y)
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.
[](https://m8ven.ai/mcp/tma1-ai/openfuse)?variant=verified from the URL.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