mcpbeat Sign in

Nifra docs MCP Server

answering

Nifra docs is answering right now. Last checked 14 min ago. It exposes 5 tools. Last commit 25 Aug 2026.

Nifra docs, runnable examples, and API types as an MCP server for any AI assistant.

Uptime history 48 days of history · worst day 98%
48 days agonow
100.0%
Uptime 24h
91 of 91 checks
5
Tools
read from the server
184 ms
Response time
average over 24h
3
Stars
last commit 25 Aug 2026

What the code does

We read the source, 23 h ago · tools taken from the live server · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call nifra_inspect.path → packages/core/src/single-copy.ts:507, nifra_inspect.path → packages/core/src/single-copy.ts:505
        return { contents: readFileSync(args.path, "utf8"), loader: "js" }
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add nifra-docs --transport http https://mcp.nifra.dev
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nifra-docs": {
      "url": "https://mcp.nifra.dev"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nifra-docs]
url = "https://mcp.nifra.dev"
.cursor/mcp.json
{
  "mcpServers": {
    "nifra-docs": {
      "url": "https://mcp.nifra.dev"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nifra-docs": {
      "url": "https://mcp.nifra.dev"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

nifra
nifra_docs
Search nifra's framework documentation and get back ONLY the matching sections - auth, uploads, ISR, WebSockets, loaders, deployment, anything. Call with no query for the cheap section index; pass query (e.g. "isr revalidate") for the top matching sections. Use this instead of reading llms-full.txt (~150 KB) whole. For the EXACT TypeScript of a type/interface/function, call nifra_types instead (don't read .d.ts files).
nifra_example
Get a VERIFIED, copy-pasteable nifra code example for a task - auth route, file upload, ISR page, loader/action, typed client, SSE, deployment, etc. Every snippet is typechecked against the installed nifra version, so it compiles as-is. PREFER THIS over writing nifra code from memory (training data drifts). Returns code as TEXT for direct use; to visually browse the whole example set instead, use nifra_gallery. Call with no query for the grouped index; pass query (e.g. "protected route", "upload", "isr revalidate") for matching snippets.
nifra_gallery
Open an interactive, filterable gallery of ALL of nifra's verified code examples (MCP Apps widget) - for browsing and discovering what exists. NOT for fetching one snippet as text: use nifra_example for that. Pass query to pre-filter; the widget also filters client-side.
nifra_learn
Walk the guided path to build a nifra app end to end - an ORDERED sequence (create → page route → loader → typed API → typed client → auth → background jobs → deploy), not the random-access search of nifra_docs/nifra_example. Call with no args for the step index; pass `step: N` for that step's goal, how to do it (which tool emits the correct artifact), and how to verify it. Use it when scaffolding a new app or learning nifra's flow - each step composes the other nifra_* tools.
nifra_types
Get the EXACT TypeScript declaration of any exported @nifrajs/* symbol - interface, type, class, function, const. Each signature is generated from the package's built .d.ts, so it is the LITERAL declaration: complete, authoritative, never prose and never truncated. THIS IS THE SOURCE OF TRUTH for nifra's types - do NOT read node_modules/@nifrajs/**/*.d.ts; call this instead. Pass `name` for an exact symbol (e.g. "RateLimitStore", "RouteSchema", "Context", "rateLimit"); pass `query` to search by keyword; omit both for the per-package index of names. A `name` lookup is always the complete declaration; a `query` returns a one-line summary plus the signature, collapsing an oversized body - pass `full: true` to override.

Tools removed

Tools this server used to expose. Anything built against them stopped working on the day they went.

nifra_examples_app
removed 3 Aug 2026

Endpoints

URLTransportStateLatencyChecked
https://mcp.nifra.dev streamable-http answering 184 ms 14 min ago

Alternatives to Nifra docs

same job, measured the same way
Apiany MCP
by ailingqu

APIAny MCP server for model discovery, pricing, docs, and integration examples.

33 installs/wk local only
Mdma
by mobilereality

MCP server for MDMA — exposes spec, prompts, docs, and package metadata to AI assistants.

93 installs/wk local only
Resend MCP Server
by friendlygeorge

MCP server for Resend — transactional email API for AI assistants...

31 installs/wk local only
Frappe Dev MCP Server
by sajmustafake

MCP server for Frappe/ERPNext development with AI assistance for DocTypes, bench commands, and APIs

30 installs/wk local only
Radzen Blazor MCP
by radzen-www

AI coding assistant for Radzen Blazor — docs, APIs, code samples, and templates for 100+ components.

answering
I
Dev Proxy Tools
by dev-proxy-tools

MCP server for Dev Proxy that enables AI assistants to interact with Dev Proxy.

40 installs/wk local only
I
Omnistream MCP
by soccervortex

MCP server for OmniStream. Lets AI assistants discover and call any marketplace API.

44 installs/wk local only
CUDA-Q Docs
by rogerawong

CUDA-Q docs, API reference, and runnable examples for AI agents, pinned to your installed version.

259 installs/wk local only

Nifra docs — questions

Answers built from our own checks of this server.

What can Nifra docs do?
It exposes 5 tools, read directly from the server on our last check. Among them: nifra_docs, nifra_example, nifra_gallery, nifra_learn, nifra_types. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Nifra docs working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 184 ms. The bar chart above shows every period we have measured.
Did Nifra docs ever remove tools?
Yes. nifra_examples_app is no longer exposed — we recorded the date each one disappeared. A tool vanishing usually means a breaking change for anything that depended on it.
How do I connect Nifra docs?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Nifra docs need an API key?
No. Nifra docs completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Nifra docs?
It answers our handshake in 184 ms on average, which is faster than 69% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Nifra docs open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.