Mmcp.market

Fidacy MCP server

by lucaslubi·io.github.lucaslubi/fidacy-mcp·v0.19.0

AI Agent Firewall. Enforce signed authority before consequential actions. Free API key required.

C63/100grade C
What users say
No reviews yet
Be the first
Safety scan
C63/100

full report

Adoption
Growing

1 stars410 downloads/wk

Reviews

Write one

Nobody has reviewed Fidacy yet.

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

Fidacy tools (12, 1 write)

write = sends, deletes, buys or posts

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

  • anchor_artifact
  • assess_action
  • check_artifact

    Check whether an artifact was anchored by this account and the state of its Bitcoin checkpoint. Give a file `path` (hashed locally, never uploaded) or a `sha256`. If the current hash of a file does NOT match any anchored record that you expected to match, the file changed since anchoring \u2014 that is exactly the tampering signal.

  • explain_decision

    Explain one decision in plain language: what was requested, what the mandate did about it, why, and the tamper-evident proof for it. Use when an operator asks why a specific payment was blocked.

  • get_audit_proof

    Return the tamper-evident, hash-chained proof for a decision id, including whether the chain is intact and the public key it verifies against.

  • list_decisions

    List recent agent payment decisions, newest first, with payee, amount, the agent's stated reason, and for blocked ones the rule that stopped it. Filter by status to answer 'what got blocked' directly. Read-only, works offline.

  • register_emailwrite action

    Register the operator's email so their agent's protection history can attach to a real Fidacy account and Fidacy can reach them. ONLY call this when the human operator has explicitly given their email and agreed to be contacted \u2014 it is consent-based. Does not create an account or move money.

  • request_payment

    Authorize a payment action against the active Fidacy mandate. Returns an ALLOW with a signed grant, or a DENY with the violated rule. The downstream executor MUST require the grant. Call this before any payment; never pay without it.

  • sentinel_alerts

    Predictive pattern alerts from the local audit chain: first-ever payee, amount spikes vs this agent's own history, velocity bursts, payments riding the mandate ceiling, and retries after a denial (the behavior our Model Watch benchmark measures). Deterministic and explainable, no model. Use to answer 'has anything unusual happened' before it becomes a loss.

  • spend_summary

    Operator report over a time window: how many payment decisions were made, how much was paid and to whom, how much was blocked before executing, and which mandate rules did the blocking. Read-only, works offline against the local audit chain. Use this to answer questions like 'what did my agents spend this week' or 'has anything been blocked'.

  • upgrade

    Start upgrading this local install to a real Fidacy account (server-backed signed verdicts, anchored proof, higher volume). Returns a link to open; your anonymous usage is preserved and migrated to the new account.

  • verify_mandate

    Return the active mandate envelope (caps, allowed payees/categories, window, revocation) and Fidacy's Ed25519 public key for grant verification.

Public scan report

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

2 medium
  • Code scan58 source files scanned15/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 qualitystatic API keys via environment variables6/15
  • Maintenancelast push 47 days ago12/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10

Findings (2)

  • mediumnpm install lifecycle script presentinstall.script
  • mediumnpm install lifecycle script presentinstall.script
    package.json: …-noEmit", "test": "vitest run", "postinstall": "node -e \"try{require('fs').accessSync…
Overall 63/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 @fidacy/mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add fidacy-mcp -- npx -y @fidacy/mcp
Add to Cursor

Fidacy: common questions

Is Fidacy MCP server safe?
With care: it is graded C, so read the findings first (63/100). Read the Fidacy safety report
How do I install Fidacy?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Fidacy need an API key?
Yes. The registry entry asks for FIDACY_ENGINE_API_KEY.
Is Fidacy maintained?
The last commit was 47 days ago (2026-08-04). The latest release is v0.19.0.
What can I use instead of Fidacy?
Servers from other publishers that do the same job: MCP server, Agent-Native Chat MCP server and Dvalincode MCP server. Compare all Fidacy alternatives.

Alternatives to Fidacy

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

All Fidacy alternatives →
  • MCP
    Authorize consequential AI agent actions before execution
    A
  • Agent-Native Chat
    Minimal chat-first app with durable threads, actions, and the app-agent loop
    A
  • Dvalincode
    Deterministic security scanning, no model or API key, plus offline-verifiable proof a fix worked.
    A
  • Projectmem
    Coding agent memory — one local MCP server for every project. Warns before repeating failed fixes.
    A
  • runx
    The governed runtime for agent skills. Search the catalog and inspect a skill before running it.
    A

More from lucaslubi