For developers
Everything you need to work with Negirau from code: the public API, client libraries, an MCP server, and an Agent Skill — all shipped from the same contract.
Public API
A read-only, anonymous, CORS-open JSON API. No key needed — just call it.
curl "https://api.negirau.com/v1/subjects?q=library&limit=5"GET /subjectsList and search subjectsGET /subjects/{id}Get one subjectGET /subjects/{id}/reactionsReaction display values for a period
Client libraries
Official TypeScript and Python clients with retries and typed errors, contract-tested against the spec.
TypeScript
npm install negirauimport { Negirau } from "negirau";
const client = new Negirau();
const page = await client.subjects.list({ q: "library", limit: 5 });Python
pip install negiraufrom negirau import Negirau
client = Negirau()
page = client.subjects.list(q="library", limit=5)MCP server
Exposes the read API as tools for MCP-capable AI hosts.
npx negirau-mcpAgent Skill
One command adds a skill that teaches AI agents the philosophy and the API alike.
npx skills add sincekmori/negiraullms.txt
This site supports llms.txt. The documents provided: