{"name":"com.velrim/extract","slug":"velrim-extract","title":"Velrim","description":"Document extraction against a JSON Schema with a calibrated confidence per field; async job status.","url":"https://mcp.market/server/velrim-extract","rating":null,"grade":"C","score":67,"certified":false,"status":"active","category":"scraping","tags":["scraping"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":2,"ok":2,"last_checked_at":"2026-09-19T22:05:52.379Z","last_ok_at":"2026-09-19T22:05:52.379Z","latency_ms":706},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://velrim.com/docs/mcp","version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://mcp.velrim.com/mcp","headers":[{"description":"Bearer <Velrim API key> (create one at velrim.com/dashboard)","isRequired":true,"isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"velrim_extract","description":"Extract structured data from a document (PDF or image, passed as document_base64 or as the upload_key of a staged upload) against a JSON Schema you supply. Returns a typed object and, for every field, a state (present, null, or missing), a calibrated confidence score, and an anchor (the source page and bounding box). The confidence is calibrated against published reliability curves (https://velrim.com/reliability), so a 0.9 means the field is right about 90% of the time on that document class — branch on it directly: act on a field at or above your accept threshold, escalate the fields below it and any that are missing. Use each field's anchor to check it against the source page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"schema":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"The JSON Schema (draft 2020-12) the extracted object must conform to (required)."},"document_base64":{"description":"The document bytes, base64-encoded. Provide exactly one of document_base64 or upload_key.","type":"string"},"upload_key":{"description":"The upload_key of a staged Velrim upload. Mutually exclusive with document_base64.","type":"string"},"doc_class":{"description":"Opaque tag (<=128 chars) echoed back in meta.doc_class.","type":"string","maxLength":128},"hints":{"description":"Discriminator hints for union schemas.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}},"required":["schema"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"velrim_job_status","description":"Poll an asynchronous extraction job by its job_id (from POST /v1/jobs on the Velrim API; velrim_extract itself is synchronous and never creates jobs). Returns the job status and, once complete, the same typed result as velrim_extract: per field a state (present, null, or missing), a calibrated confidence score, and an anchor (source page and bounding box). Confidence is calibrated against published reliability curves (https://velrim.com/reliability) — branch the same way: act on a field at or above your accept threshold, escalate the rest, and use each anchor to check a field against its source page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"job_id":{"type":"string","minLength":1,"description":"The job_id returned by an asynchronous Velrim extraction job (created via the Velrim API or an SDK)."}},"required":["job_id"],"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":67,"grade":"C","scanned_at":"2026-09-19T20:15:18.101Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:15:18.043Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1761ms"]},"poisoning":{"score":15,"max":15,"notes":["2 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.velrim.com/mcp","reachable":true,"authRequired":false,"latencyMs":1761,"serverInfo":{"name":"velrim","version":"0.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://velrim.com/favicon.ico","source":"registry","width":48,"height":48},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}