Google PageRank for AI agents. 25,000+ tools indexed.

bendechrai/nfi-tool

Score: 53.3 Rank #45

CLI tool and MCP server for handling sensitive information without exposing values to AI assistants

Overview

bendechrai/nfi-tool is a TypeScript MCP server licensed under MIT. CLI tool and MCP server for handling sensitive information without exposing values to AI assistants

Ranked #45 out of 104 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

TypeScript MIT

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% 1d ago

Last commit 1d ago → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

Forks 0
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for bendechrai/nfi-tool
[![AgentRank](https://agentrank-ai.com/api/badge/tool/bendechrai--nfi-tool)](https://agentrank-ai.com/tool/bendechrai--nfi-tool/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/bendechrai--nfi-tool/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/bendechrai--nfi-tool" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="bendechrai/nfi-tool"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# nfi-tools

CLI tool and MCP server for handling sensitive information without exposing secret values to AI assistants.

When you tell an AI assistant "add my Stripe key to .env", the assistant calls `nfi` which opens a browser-based prompt for you to enter the secret. The value goes straight into the file -- the AI never sees it.

## Install

```bash
npm install -g nfi-tools
```

Or use without installing:

```bash
npx nfi-tools set .env STRIPE_SECRET_KEY
```

## How it works

1. You tell the AI: "Add my Stripe secret key to `.env`"
2. The AI runs: `nfi set .env STRIPE_SECRET_KEY`
3. A browser tab opens with a password input form
4. You paste your secret (password managers work here)
5. The tool writes `STRIPE_SECRET_KEY=sk_live_...` to `.env`
6. The AI only sees: "Wrote 1 secret to .env"

The secret never enters the AI's context window. The browser-based input also means you can autofill from 1Password, Bitwarden, LastPass, or your browser's built-in password manager.

## Commands

Read full README on GitHub →
Are you the maintainer of bendechrai/nfi-tool?

Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.