Mmcp.market

Omnideck MCP server

by aapd-studio·io.github.aapd-studio/omnideck·v1.0.1

Local privacy-first tools: redact secrets, decode JWTs, compare LLM costs. No network calls.

A89/100grade A
What users say
No reviews yet
Be the first
Safety scan
A89/100

full report

Adoption
Growing

0 stars231 downloads/wk

Reviews

Write one

Nobody has reviewed Omnideck yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Omnideck tools (6)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • check_output_fidelity

    Flag names, numbers and dates that appear in an AI-generated summary but NOT in the source text it was based on — the usual shape of a hallucination. This is a lexical heuristic, not a fact-checker: it catches invented specifics, not wrong reasoning. Use it to decide what to verify by hand.

  • decode_jwt

    Decode the header and payload of a JSON Web Token and report its expiry status. Does NOT verify the signature (no secret is involved, and none should be pasted anywhere). Use this instead of an online JWT decoder — a token is a live credential and should never be pasted into a website.

  • estimate_llm_cost

    Compare what one request would cost across GPT, Claude and Gemini models, sorted cheapest first. Pass the prompt text, or pass input_tokens directly if you already know the count. Useful for picking a model before running a large batch job.

  • hash_text

    Compute an MD5, SHA-1, SHA-256 or SHA-512 digest of a string, locally. Use instead of an online hash generator when the input is a password, secret or any private value.

  • redact_sensitive_data

    Mask emails, API keys, credit cards, IBANs, IP addresses and phone numbers in a block of text. Use this BEFORE sending user-supplied text, logs, config files or pasted documents to any external API, or before quoting them back in a shared transcript. Runs entirely locally — nothing is transmitted.

  • split_for_context

    Break a long document into chunks that fit a target context window, cutting on paragraph boundaries (falling back to sentence boundaries) so no chunk ends mid-thought. Use when a file is too large to process in one pass.

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

no findings
  • Code scan2 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 3 days ago15/15
  • Maintainer identityregistry namespace matches repository owner6/10
Overall 89/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

Runs npx -y omnideck-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add omnideck -- npx -y omnideck-mcp
Add to Cursor

Omnideck: common questions

Is Omnideck MCP server safe?
Yes, by our scan: it is graded A (89/100). Read the Omnideck safety report
How do I install Omnideck?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Omnideck need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Omnideck maintained?
The last commit was 4 days ago (2026-09-16). The latest release is v1.0.1.
What can I use instead of Omnideck?
Servers from other publishers that do the same job: adrkit decision memory MCP server, Husk MCP server and Agent-Native Chat MCP server. Compare all Omnideck alternatives.

Alternatives to Omnideck

Same job from other publishers: the closest match first, then the best rated.

All Omnideck alternatives →
  • adrkit decision memory
    Deterministic, offline, read-only ADR decision memory for coding agents. No model or network calls.
    A
  • Husk
    Local-first defensive scanner for vulnerable dependencies, leaked secrets, and risky agent configs
    A
  • Agent-Native Chat
    Minimal chat-first app with durable threads, actions, and the app-agent loop
    A
  • llmtrim
    MCP server and proxy that compresses LLM prompts, tool output, and replies to cut token cost.
    A
  • Ausca
    Pay-per-call APIs and MCP services for agents, no accounts or keys, with verifiable receipts.
    B

More from aapd-studio