JSONShelf
Rank #24,764io.github.walkojas-boop/jsonshelf
Deterministic JSON repair, validate, example-gen, schema-coerce for agents. Zero LLM, sub-10ms.
JSONShelf is a Model Context Protocol (MCP) server published by walkojas-boop. It ranks #24,764 of 115,460 servers tracked on MCP Toplist. JSONShelf is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Apr 17, 2026 and most recently updated on Apr 19, 2026.
Ranks ahead of 90,696 of 115,460 servers on MCP Toplist.
Use JSONShelf
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http jsonshelf https://jsonshelf.vercel.app/mcp[mcp_servers.jsonshelf]
url = "https://jsonshelf.vercel.app/mcp"Add to ~/.codex/config.toml.
https://jsonshelf.vercel.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"jsonshelf": {
"url": "https://jsonshelf.vercel.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"jsonshelf": {
"type": "http",
"url": "https://jsonshelf.vercel.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"jsonshelf": {
"serverUrl": "https://jsonshelf.vercel.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"jsonshelf": {
"url": "https://jsonshelf.vercel.app/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.walkojas-boop%2Fjsonshelf)<a href="https://mcptoplist.com/server/io.github.walkojas-boop%2Fjsonshelf"><img src="https://mcptoplist.com/badge/io.github.walkojas-boop%2Fjsonshelf.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
walkojas-boop
Other servers by walkojas-boop
View all walkojas-boop servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 19, 2026 |
Frequently asked questions
- Who maintains JSONShelf?
- JSONShelf is maintained by walkojas-boop, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is JSONShelf listed on the Official MCP Registry?
- Yes — JSONShelf is listed on the Official MCP Registry, alongside Glama.
- How many versions does JSONShelf have?
- MCP Toplist tracks 1 version of JSONShelf, most recently published on Apr 19, 2026.
- Where can I find the source code for JSONShelf?
- The source code for JSONShelf is hosted at github.com/walkojas-boop/jsonshelf.