@jsonfabrica/mcp-server

MCPcommunity
v0.3.0io.github.ms-methosMITUpdated 14d agonpmGitHub

Generate realistic, relational synthetic JSON test data from templates, via the JsonFabrica API.

Works in
ClaudeCursorCopilotGemini

Inferred from the transports this listing declares (stdio). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.

Automatically indexed from public sources. Not yet verified by the developer on Forge.Claim this listing →
266Downloads/wk
14d agoLast update
Needs 1 credential before it runs
  • JSONFABRICA_API_KEYAPI keyrequired

    JsonFabrica API key. Create one at jsonfabrica.com -> Settings -> API Keys.

Declared by the author in the official MCP registry. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Package
Authorio.github.ms-methos
LicenseMIT
Version0.3.0
Sourcenpm+mcp-registry
Trust Status
C
40/100Caution
Listed in Forge index+10/10
Publisher identity verified+0/20
Publisher: run `forge publish` from the package repo to claim ownership
Ed25519 publish signature+0/5
Included automatically when the publisher runs `forge publish`
Domain verification+0/5
Publisher: host /.well-known/forge.json on the package homepage with { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Publish from GitHub Actions with --provenance so the attestation binds this package to this repo
npm maintainer match+0/5
Earned once your identity is verified above and that login is an npm maintainer of this package
CVE scan · clean+30/30
Static analysis · clean+0/20
Suspicious install scripts or obfuscated code detected
Paste into Claude Code, Cursor, or any AI assistant to fix all gaps
StatusCommunity-indexed
PublisherUnverified
SignatureUnsigned
Domain
Provenance
Dependencies✓ 60 resolved+ · none vulnerable
Tool surface20 tools · 2 privileged
Security scan⚠ Warnings (0)v0.2.0 · 16d agoHow well does this scan work?
CHANGEtool-changedTool definitions changed in place since v0.1.4: jsonfabrica_create_batch [description], jsonfabrica_list_sequences [description], jsonfabrica_get_sequence [description], jsonfabrica_update_sequence [description], jsonfabrica_delete_sequence (privileged) [description], jsonfabrica_bump_sequence [description], jsonfabrica_create_template [description], jsonfabrica_list_templates [description], jsonfabrica_get_template [description], jsonfabrica_update_template [description], jsonfabrica_delete_template (privileged) [description], jsonfabrica_generate_from_template [description] — the tool list is unchanged, so review the new text before updating
EvalsNone
IndexedSep 6, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.

Tools

20 tools · 2 privileged
Statically extracted from the published packagev0.2.0 · 16d ago

Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.

Surface history
REDEFINEDSince v0.1.4 this surface redefined jsonfabrica_create_batch, jsonfabrica_list_sequences, jsonfabrica_get_sequence, jsonfabrica_update_sequence, jsonfabrica_delete_sequence (privileged), jsonfabrica_bump_sequence, jsonfabrica_create_template, jsonfabrica_list_templates, jsonfabrica_get_template, jsonfabrica_update_template, jsonfabrica_delete_template (privileged), jsonfabrica_generate_from_template. The tool list itself did not change — only the text these tools hand to a model.
jsonfabrica_whoamiCalls GET /v1/whoami on the JsonFabrica gateway using the configured API key.

Calls GET /v1/whoami on the JsonFabrica gateway using the configured API key.

No input schema was published for this tool.

jsonfabrica_create_batchredefined since v0.1.4Calls POST /v1/batches. Generates multiple documents from one or more persisted templates in one

Calls POST /v1/batches. Generates multiple documents from one or more persisted templates in one

No input schema was published for this tool.

jsonfabrica_get_batchCalls GET /v1/batches/{batchId}. Returns batch status and, once complete, the generated

Calls GET /v1/batches/{batchId}. Returns batch status and, once complete, the generated

No input schema was published for this tool.

jsonfabrica_list_function_weightsNo description published

This tool published no description. Forge does not invent one.

jsonfabrica_update_function_weightNo description published

This tool published no description. Forge does not invent one.

jsonfabrica_healthCalls GET /health on the JsonFabrica gateway. No authentication required.

Calls GET /health on the JsonFabrica gateway. No authentication required.

No input schema was published for this tool.

jsonfabrica_create_sequenceCalls POST /v1/sequences. Creates a durable named sequence (number/string/uuid),

Calls POST /v1/sequences. Creates a durable named sequence (number/string/uuid),

No input schema was published for this tool.

jsonfabrica_list_sequencesredefined since v0.1.4Calls GET /v1/sequences. Returns a page of sequences (`{ items, nextCursor }`). Use this to

Calls GET /v1/sequences. Returns a page of sequences (`{ items, nextCursor }`). Use this to

No input schema was published for this tool.

jsonfabrica_get_sequenceredefined since v0.1.4Calls GET /v1/sequences/{name}. Returns the sequence record for a known `name`; use

Calls GET /v1/sequences/{name}. Returns the sequence record for a known `name`; use

No input schema was published for this tool.

jsonfabrica_update_sequenceredefined since v0.1.4Calls PATCH /v1/sequences/{name}. Only the provided fields (currentValue, step) are changed; fields

Calls PATCH /v1/sequences/{name}. Only the provided fields (currentValue, step) are changed; fields

No input schema was published for this tool.

jsonfabrica_delete_sequenceprivilegedredefined since v0.1.4Calls DELETE /v1/sequences/{name}. This is a hard, permanent delete — unlike

Calls DELETE /v1/sequences/{name}. This is a hard, permanent delete — unlike

No input schema was published for this tool.

jsonfabrica_bump_sequenceredefined since v0.1.4Calls POST /v1/sequences/{name}/bump. Atomically advances the sequence by its configured `step`

Calls POST /v1/sequences/{name}/bump. Atomically advances the sequence by its configured `step`

No input schema was published for this tool.

jsonfabrica_create_templateredefined since v0.1.4Calls POST /v1/templates. Creates a persisted, reusable template that can be generated from

Calls POST /v1/templates. Creates a persisted, reusable template that can be generated from

No input schema was published for this tool.

jsonfabrica_list_templatesredefined since v0.1.4Calls GET /v1/templates. Returns a page of templates matching optional `name`/`tags`/`status`

Calls GET /v1/templates. Returns a page of templates matching optional `name`/`tags`/`status`

No input schema was published for this tool.

jsonfabrica_get_templateredefined since v0.1.4Calls GET /v1/templates/{templateId}. Returns the full template record for a known id. Use this

Calls GET /v1/templates/{templateId}. Returns the full template record for a known id. Use this

No input schema was published for this tool.

jsonfabrica_update_templateredefined since v0.1.4Calls PUT /v1/templates/{templateId}. Partially updates an existing template in place: only the

Calls PUT /v1/templates/{templateId}. Partially updates an existing template in place: only the

No input schema was published for this tool.

jsonfabrica_delete_templateprivilegedredefined since v0.1.4Calls DELETE /v1/templates/{templateId}. This is a soft delete: the template's `status` is set to

Calls DELETE /v1/templates/{templateId}. This is a soft delete: the template's `status` is set to

No input schema was published for this tool.

jsonfabrica_generate_from_templateredefined since v0.1.4Calls POST /v1/templates/{templateId}/generate. Generates a document from a persisted, saved

Calls POST /v1/templates/{templateId}/generate. Generates a document from a persisted, saved

No input schema was published for this tool.

jsonfabrica_generate_adhocCalls POST /v1/templates/generate. Generates a document directly from a raw `body` string

Calls POST /v1/templates/generate. Generates a document directly from a raw `body` string

No input schema was published for this tool.

jsonfabrica_get_usageCalls GET /v1/usage. Returns `{ tenantId, usageTotal, asOf }` for the configured API key.

Calls GET /v1/usage. Returns `{ tenantId, usageTotal, asOf }` for the configured API key.

No input schema was published for this tool.

18 of 20 tools published a description.

Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.

About

Generate realistic, relational synthetic JSON test data from templates, via the JsonFabrica API.

Keywords
mcp
Alternatives
Comparing tool surfaces…

Dependency tree

What one Forge scan resolved from npm metadata on 2026-09-07 — observed resolution, not a publisher declaration.

60 packages resolved · 2 direct · none carrying advisories Resolution stops at depth 4 and 60 packages.

The crawl stopped at the depth-4 limit. Anything below that level was never resolved.

The crawl stopped at the 60-package limit. The rest of the tree was never resolved.

36 more resolved packages are not drawn here (display cap: 24). Every dependency carrying an advisory is drawn regardless of the cap. Full inventory (CycloneDX SBOM)

Declared but not resolved

53 declared dependencies never landed in the tree. They are missing from Forge's resolution, not from the package.

+41 more not listed. The counts by reason above cover all of them.

Not followed: peerDependencies. This tree covers runtime dependencies only, so anything those pull in was never resolved.