Sign In

negirau-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

negirau-mcp

MCP server for the Negirau public API — registers its tools dynamically from the live OpenAPI spec

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

negirau-mcp

MCP (Model Context Protocol) server for the Negirau public API.

Self-updating by construction: at startup it fetches https://api.negirau.com/v1/openapi.json and registers one tool per operation from the spec's x-mcp-tool-name / x-agent-description annotations. New API operations appear as tools without a new release of this package.

Install

The server is a standard stdio MCP server, published to npm as negirau-mcp and listed in the vendor-neutral MCP Registry as io.github.sincekmori/negirau.

The portable definition — every MCP client understands this shape in its own config file:

{
  "mcpServers": {
    "negirau": {
      "command": "npx",
      "args": ["-y", "negirau-mcp"]
    }
  }
}

To install into all detected agents at once with the cross-agent installer:

npx add-mcp negirau-mcp

Per-client one-liners, if you prefer a specific CLI:

codex mcp add negirau -- npx -y negirau-mcp
claude mcp add negirau -- npx -y negirau-mcp

(Gemini CLI and others: add the mcpServers block above to the client's settings file. bunx works in place of npx -y.)

Environment:

  • NEGIRAU_BASE_URL — override the API base (default https://api.negirau.com/v1).

Notes

  • All tools are read-only GETs; the API is anonymous and CORS-open, so the full surface is safe to expose.
  • Counts are display values — exact up to 100, "100+" beyond — never rankings, by design.

License

Apache-2.0. This package lives in the negirau monorepo, whose server code is separately licensed under AGPL-3.0-only.

Keywords

api

FAQs

Package last updated on 22 Aug 2026

Related posts