bisque
bisque.cloud
· Bisque
Reads any shared Bisque presentation as text (transcript and context) and answers questions about Bisque from its docs. Stateless: every message completes in one round trip.
bisque.cloud 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: 55/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-09-03 10:23:52 current | 0329df6c3e1e… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://bisque.cloud/.well-known/agent-card.json |
| Provider | https://bisque.today |
| Docs | https://bisque.today/docs/mcp |
Skills · 2 declared · mapped to canonical taxonomy
Send a bisque.today or bisque.cloud watch URL and get the presentation's title, per-slide narration transcript with timestamps, and its context.md.
Ask how Bisque works; the answer comes from the docs pages that match, with links.
Health · last 3 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/bisque.cloud) [](https://agenstry.com/agents/bisque.cloud) [](https://agenstry.com/agents/bisque.cloud) [](https://agenstry.com/agents/bisque.cloud)
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": "bisque",
"description": "Reads any shared Bisque presentation as text (transcript and context) and answers questions about Bisque from its docs. Stateless: every message completes in one round trip.",
"url": "https://bisque.today/a2a",
"version": "1.3.0",
"protocolVersion": "0.3.0",
"preferredTransport": "JSONRPC",
"documentationUrl": "https://bisque.today/docs/mcp",
"iconUrl": "https://bisque.today/favicon-512x512.png",
"provider": {
"organization": "Bisque",
"url": "https://bisque.today",
"name": "Bisque",
"contactEmail": "hello@bisque.today"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/markdown",
"application/json"
],
"securitySchemes": {},
"security": [],
"skills": [
{
"id": "read_presentation",
"name": "Read a presentation",
"description": "Send a bisque.today or bisque.cloud watch URL and get the presentation's title, per-slide narration transcript with timestamps, and its context.md.",
"tags": [
"presentations",
"transcript",
"read"
],
"examples": [
"https://bisque.today/p/siderakis/claude-system-card",
"What does https://bisque.today/p/siderakis/claude-system-card say?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
],
"input": {
"text": "A watch URL, optionally with a question."
}
},
{
"id": "search_docs",
"name": "Search the docs",
"description": "Ask how Bisque works; the answer comes from the docs pages that match, with links.",
"tags": [
"docs",
"search",
"help"
],
"examples": [
"How do I publish from a script?",
"Which agents can run /present?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
],
"input": {
"text": "A question or a few keywords."
}
}
]
}