Skip to main content
Glama

jsonshelf

Deterministische JSON-Reparatur, Validierung, Beispielgenerierung und Schema-Erzwingung für KI-Agenten. Null LLM-Aufrufe. Unter 10 ms. 0,0005 $ pro Aufruf. Nur für Agenten.

Live-Endpunkt: https://jsonshelf.vercel.app/

curl https://jsonshelf.vercel.app/ gibt ein vollständiges maschinenlesbares Manifest zurück. Kein HTML. Keine Menschen.

Was es tut

Vier Werkzeuge, alles reine Rechenleistung, 100 % deterministisch:

Endpunkt

Zweck

POST /v1/repair

Repariere fehlerhaftes JSON. Optionales Schema zur Anpassung.

POST /v1/validate

Validierung von JSON gegen ein Schema. Gibt strukturierte Fehler mit fix-Feldern zurück, die dem Agenten genau sagen, was zu ändern ist.

POST /v1/example

Generiere ein minimales gültiges Beispiel aus einem JSON-Schema.

POST /v1/coerce

Soft-Cast von Werten zur Übereinstimmung mit einem Schema (z. B. "42"42 für Ganzzahlfelder).

Jede Fehlerantwort enthält { error, code, message, fix, docs, http_status } – Agenten müssen nie raten.

Discovery (keine Menschen erforderlich)

  • GET /.well-known/ai-plugin.json — OpenAI-Plugin-Manifest

  • GET /.well-known/mcp.json — MCP-Server-Manifest

  • GET /llms.txt — maschinenlesbare Dokumentation

  • GET /openapi.json — OpenAPI 3.1 Spezifikation

  • GET /v1/pricing — maschinenlesbare Preisgestaltung

  • GET /v1/errors — vollständiger Fehlerkatalog

Authentifizierung

# 1. Issue a key (100 free credits)
curl -X POST https://jsonshelf.vercel.app/v1/keys

# 2. Use the key
curl -X POST https://jsonshelf.vercel.app/v1/repair \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"input":"{name:\"alice\", skills:[\"code\",]}"}'

Abrechnung

Prepaid-Guthaben. Ein einzelner POST-Aufruf gibt eine Zahlungs-URL zurück, der der Agent autonom folgt:

curl -X POST https://jsonshelf.vercel.app/v1/credits \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"pack":"starter"}'

Gibt { payment_url, x402: { ... } } zurück. x402-Header werden für protokollkompatible Clients ausgegeben.

MCP

Verwendung über HTTP unter https://jsonshelf.vercel.app/mcp (JSON-RPC 2.0, Protokollversion 2024-11-05). Vier Werkzeuge: jsonshelf_repair, jsonshelf_validate, jsonshelf_example, jsonshelf_coerce.

Lizenz

Apache 2.0.

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/walkojas-boop/jsonshelf'

If you have feedback or need assistance with the MCP directory API, please join our Discord server