Skip to main content
Glama

JSON Filter MCP

package.json1.24 kB
{ "name": "json-mcp-filter", "version": "1.1.0", "repository": { "type": "git", "url": "git+https://github.com/kehvinbehvin/json-mcp-filter.git" }, "main": "build/index.js", "type": "module", "bin": { "json-mcp-server": "build/index.js" }, "scripts": { "build": "tsc && chmod 755 build/index.js", "start": "node build/index.js", "inspect": "npx @modelcontextprotocol/inspector node build/index.js", "publish:npm": "npm publish --registry=https://registry.npmjs.org --access public", "publish:github": "npm publish --registry=https://npm.pkg.github.com", "publish:both": "npm run publish:npm && npm run publish:github" }, "files": [ "build", "src", "README.md" ], "keywords": [ "mcp", "model-context-protocol", "json", "schema", "typescript", "quicktype", "json-filter", "claude" ], "author": "Kevin", "license": "MIT", "description": "MCP server providing JSON schema generation and filtering tools using quicktype", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.1", "quicktype-core": "^23.2.6", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.1.0", "typescript": "^5.9.2" } }

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/kehvinbehvin/json-mcp-filter'

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