Corduroy Labs
corduroy-labs.ai
· Corduroy Labs
Public MCP surface for Corduroy Labs — a small AI-native studio in Truckee, CA. Serves the studio's blog updates as machine-readable tools (list_updates, get_update). No auth. Rate-limited at 60 requests/hour per IP. Data source is the studio's own JSON Feed at https://corduroy-labs.ai/feed.json.
corduroy-labs.ai 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 ▴
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-07-29 10:49:14 current | fd6519115661… |
view → |
Endpoints
| Agent card | https://corduroy-labs.ai/.well-known/agent-card.json |
| Provider | https://corduroy-labs.ai |
| Docs | https://corduroy-labs.ai/updates/ |
Skills · 2 declared · mapped to canonical taxonomy
Return the studio's blog updates newest first. Each item has slug, title, url, date_published, summary, and optionally tags, location, image.
Fetch the full content of one update by its slug (obtain slugs from list_updates). Returns the full content_html plus summary metadata.
Health · last 30 probes
Who's calling this agent 30d
3 interactions captured (impressions + lookups + A2A calls)
rest
3
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
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/corduroy-labs.ai) [](https://agenstry.com/agents/corduroy-labs.ai) [](https://agenstry.com/agents/corduroy-labs.ai) [](https://agenstry.com/agents/corduroy-labs.ai)
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
{
"$schema": "https://raw.githubusercontent.com/a2aproject/A2A/main/specification/json/a2a.json",
"protocolVersion": "1.0",
"name": "Corduroy Labs",
"description": "Public MCP surface for Corduroy Labs \u2014 a small AI-native studio in Truckee, CA. Serves the studio's blog updates as machine-readable tools (list_updates, get_update). No auth. Rate-limited at 60 requests/hour per IP. Data source is the studio's own JSON Feed at https://corduroy-labs.ai/feed.json.",
"url": "https://corduroy-labs.ai",
"provider": {
"organization": "Corduroy Labs",
"url": "https://corduroy-labs.ai"
},
"documentationUrl": "https://corduroy-labs.ai/updates/",
"iconUrl": "https://corduroy-labs.ai/apple-touch-icon.png",
"version": "1.0.0",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false,
"extendedAgentCard": false
},
"supportedInterfaces": [
{
"url": "https://corduroy-labs.ai/mcp",
"protocolBinding": "MCP",
"transport": "streamable-http"
}
],
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "list_updates",
"name": "List Corduroy Labs blog updates",
"description": "Return the studio's blog updates newest first. Each item has slug, title, url, date_published, summary, and optionally tags, location, image.",
"tags": [
"blog",
"updates",
"list"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "get_update",
"name": "Fetch one Corduroy Labs update",
"description": "Fetch the full content of one update by its slug (obtain slugs from list_updates). Returns the full content_html plus summary metadata.",
"tags": [
"blog",
"updates",
"fetch"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"securitySchemes": {},
"security": [],
"supportsAuthenticatedExtendedCard": false
}