{"name":"com.thetempleofdoom.vega-mcp/vega","slug":"vega-mcp-vega","title":null,"description":"22 developer utilities: base64, hashes, JWT, JSON tools, unit conversion. Free, keyless.","url":"https://mcp.market/server/vega-mcp-vega","rating":null,"grade":"C","score":67,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":3,"ok":3,"last_checked_at":"2026-09-24T05:10:57.363Z","last_ok_at":"2026-09-24T05:10:57.363Z","latency_ms":720},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://vega-mcp.thetempleofdoom.com/mcp"}],"packages":[],"tools":[{"name":"base64_decode","description":"Base64-decode (returns text + hex).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"data":{"type":"string"}},"required":["data"],"additionalProperties":false}},{"name":"base64_encode","description":"Base64-encode text.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"],"additionalProperties":false}},{"name":"base_convert","description":"Convert a number between bases 2-36.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"value":{"type":"string"},"from_base":{"type":"string"},"to_base":{"type":"string"}},"required":["value","from_base","to_base"],"additionalProperties":false}},{"name":"case_convert","description":"Convert case: camel/snake/kebab/pascal/title/upper/lower.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string"},"to":{"type":"string"}},"required":["text","to"],"additionalProperties":false}},{"name":"cron_explain","description":"Explain a 5-field cron expression.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"expr":{"type":"string"}},"required":["expr"],"additionalProperties":false}},{"name":"epoch","description":"Convert a unix epoch to human-readable UTC + relative.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ts":{"type":"string"}},"required":["ts"],"additionalProperties":false}},{"name":"hash","description":"Hash a string. algo = md5/sha1/sha256/sha512.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string"},"algo":{"type":"string"}},"required":["text","algo"],"additionalProperties":false}},{"name":"hex_to_text","description":"Decode hex bytes to text.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"hex":{"type":"string"}},"required":["hex"],"additionalProperties":false}},{"name":"html_decode","description":"Decode HTML entities.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"html":{"type":"string"}},"required":["html"],"additionalProperties":false}},{"name":"json_diff","description":"Diff two JSON values (added/removed/changed keys).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"a":{"type":"string"},"b":{"type":"string"}},"required":["a","b"],"additionalProperties":false}},{"name":"json_format","description":"Validate + pretty-print JSON.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"json":{"type":"string"}},"required":["json"],"additionalProperties":false}},{"name":"json_to_csv","description":"Flatten a JSON array of objects to CSV.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"json":{"type":"string"}},"required":["json"],"additionalProperties":false}},{"name":"jwt_decode","description":"Decode a JWT header+payload (no signature verification).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string"}},"required":["token"],"additionalProperties":false}},{"name":"now","description":"Current unix time (UTC).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"regex_test","description":"Test a regex; return matches + groups.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"pattern":{"type":"string"},"text":{"type":"string"}},"required":["pattern","text"],"additionalProperties":false}},{"name":"slugify","description":"Slugify text (lowercase, dashes, ascii).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"],"additionalProperties":false}},{"name":"string_metrics","description":"Length/word/line/char counts + Shannon entropy.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"],"additionalProperties":false}},{"name":"text_to_hex","description":"Encode text to hex.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"],"additionalProperties":false}},{"name":"url_decode","description":"Percent-decode a string.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"data":{"type":"string"}},"required":["data"],"additionalProperties":false}},{"name":"url_encode","description":"Percent-encode a string.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"],"additionalProperties":false}},{"name":"url_parse","description":"Parse a URL into scheme/host/path/query/fragment.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"],"additionalProperties":false}},{"name":"uuid","description":"Generate a random UUID v4.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}}],"scan":{"score":67,"grade":"C","scanned_at":"2026-09-23T17:13:33.562Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-23T17:13:33.582Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1120ms"]},"poisoning":{"score":15,"max":15,"notes":["22 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://vega-mcp.thetempleofdoom.com/mcp","reachable":true,"authRequired":false,"latencyMs":1120,"serverInfo":{"name":"vega","version":"4.0.5"}}],"packages":[],"repo":{"found":false},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}