ezeep-agent
mcp.ezeep.com
Cloud printing agent powered by ezeep. Enables AI agents to discover printers, submit print jobs, and check print status via the A2A protocol.
mcp.ezeep.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 49/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-22 02:31:40 current | 26c16a6cddd0… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Skills · 3 declared · mapped to canonical taxonomy
Print a document from a URL to a cloud printer. Supports PDF, Office documents, images, and more.
List all printers available to the authenticated user, including their names, IDs, locations, and status.
Check the status of a print job by its job ID.
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/mcp.ezeep.com) [](https://agenstry.com/agents/mcp.ezeep.com) [](https://agenstry.com/agents/mcp.ezeep.com) [](https://agenstry.com/agents/mcp.ezeep.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "ezeep-agent",
"description": "Cloud printing agent powered by ezeep. Enables AI agents to discover printers, submit print jobs, and check print status via the A2A protocol.",
"url": "https://fartltutzrsasnvebdpv.supabase.co/functions/v1/ezeep-mcp",
"version": "1.2.0",
"capabilities": {
"streaming": true,
"pushNotifications": true,
"stateTransitionHistory": true
},
"skills": [
{
"id": "print-document",
"name": "Print Document",
"description": "Print a document from a URL to a cloud printer. Supports PDF, Office documents, images, and more.",
"tags": [
"print",
"document",
"cloud",
"pdf"
],
"examples": [
"Print this PDF to the office printer",
"Send document.pdf to Brother HL-L2350DW",
"Print https://example.com/report.pdf"
],
"inputModes": [
"text",
"application/json"
],
"outputModes": [
"text",
"application/json"
]
},
{
"id": "list-printers",
"name": "List Printers",
"description": "List all printers available to the authenticated user, including their names, IDs, locations, and status.",
"tags": [
"printers",
"list",
"discover"
],
"examples": [
"Show me available printers",
"What printers can I use?",
"List all printers"
],
"inputModes": [
"text"
],
"outputModes": [
"application/json"
]
},
{
"id": "check-print-status",
"name": "Check Print Status",
"description": "Check the status of a print job by its job ID.",
"tags": [
"status",
"job",
"check"
],
"examples": [
"What's the status of my print job?",
"Check print job abc-123",
"Is my document printed yet?"
],
"inputModes": [
"text",
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"defaultInputModes": [
"text",
"application/json"
],
"defaultOutputModes": [
"text",
"application/json"
],
"authentication": {
"schemes": [
"bearer"
],
"credentials": "Authenticate via: 1) OAuth2 JWT (Authorization: Bearer with ezeep OIDC token), 2) X-Client-ID + X-Refresh-Token headers for auto-exchange, or 3) access_token in tool parameters."
}
}