PCC Gateway
capability.network
· Physical Capability Cloud
Physical Capability Cloud — manufacturing capabilities as cloud services
capability.network 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.
D
Conformance score: 57/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 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. 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-05-18 15:35:58 current | f5e0d3260053… |
view → |
Endpoints
| Agent card | https://capability.network/.well-known/agent-card.json |
| Provider | https://capability.network |
| Docs | https://capability.network/whitepaper.md |
Skills · 5 declared · mapped to canonical taxonomy
Discover and search physical manufacturing capabilities across the PCC network. Returns available capability types (3D printing, CNC machining, laser cutting, H…
Get price quotes for physical capability contracts. Accepts capability type, material, parameters, quantity, deadline, and assurance tier. Returns itemized quot…
Submit and track physical manufacturing jobs through the full lifecycle: pending → scheduled → in_progress → awaiting_verification → verified → completed. Suppo…
Verify physical execution evidence bundles. Evidence is SHA-256 content-addressed, stored on Storacha/IPFS, optionally anchored to Starknet ZK proofs, and attes…
Manage milestone escrow for physical capability contracts. Fund with USDC on Base Sepolia, release milestones after evidence verification, handle disputes and o…
Health · last 5 probes
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/capability.network) [](https://agenstry.com/agents/capability.network) [](https://agenstry.com/agents/capability.network) [](https://agenstry.com/agents/capability.network)
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
{
"protocolVersion": "0.3.0",
"name": "PCC Gateway",
"description": "Physical Capability Cloud \u2014 manufacturing capabilities as cloud services",
"url": "https://capability.network/a2a",
"version": "2.0.0",
"preferredTransport": "http+sse",
"provider": {
"organization": "Physical Capability Cloud",
"url": "https://capability.network"
},
"documentationUrl": "https://capability.network/whitepaper.md",
"iconUrl": "https://capability.network/icon.png",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/event-stream"
],
"securitySchemes": {
"apiKey": {
"type": "http",
"scheme": "bearer",
"description": "PCC API key (pcc_live_... or pcc_test_...). Provision at POST /api/auth/provision. Pass as: Authorization: Bearer pcc_live_<key>"
},
"siwe": {
"type": "oauth2",
"description": "Sign-In with Ethereum (SIWE / EIP-4361). Nonce at GET /api/auth/nonce, verify at POST /api/auth/verify. Returns session cookie or bearer token.",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://capability.network/api/auth/nonce",
"tokenUrl": "https://capability.network/api/auth/verify",
"scopes": {
"operator": "Operator-level access (submit jobs, manage kernels)",
"admin": "Admin-level access (reward epochs, slash bonds)"
}
}
}
},
"x402": {
"type": "http",
"scheme": "bearer",
"x-payment-protocol": "mpp",
"x-network": "eip155:84532",
"x-currency": "USDC",
"x-recipient": "0x0000000000000000000000000000000000000001",
"description": "Micropayment via MPP/Tempo on Base Sepolia. Price declared in WWW-Authenticate header on 402 response."
}
},
"security": [
{
"apiKey": []
},
{
"siwe": [
"operator"
]
}
],
"supportsAuthenticatedExtendedCard": false,
"skills": [
{
"id": "pcc-discover",
"name": "Capability Discovery",
"description": "Discover and search physical manufacturing capabilities across the PCC network. Returns available capability types (3D printing, CNC machining, laser cutting, HPLC, liquid handling), active Shop Kernels, pricing, assurance tiers, and real-time queue depth.",
"tags": [
"discovery",
"manufacturing",
"search",
"capabilities",
"kernels",
"physical-world"
],
"examples": [
"Find FDM 3D printers near Austin TX that can print PLA under $50",
"List available CNC machining capabilities with assurance tier 2",
"Search for liquid handling capabilities compatible with 96-well plates"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "pcc-quote",
"name": "Capability Quoting",
"description": "Get price quotes for physical capability contracts. Accepts capability type, material, parameters, quantity, deadline, and assurance tier. Returns itemized quote with operator bond, escrow amount, and validity window. Supports negotiation over A2A message bus.",
"tags": [
"quoting",
"pricing",
"manufacturing",
"negotiation",
"escrow"
],
"examples": [
"Quote FDM print: 100g PLA, 0.2mm layer height, assurance tier 1",
"Get CNC quote for aluminum part, quantity 5, 48-hour turnaround",
"Quote HPLC batch: 24 samples, USP compliance tier 3"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "pcc-submit",
"name": "Job Submission and Tracking",
"description": "Submit and track physical manufacturing jobs through the full lifecycle: pending \u2192 scheduled \u2192 in_progress \u2192 awaiting_verification \u2192 verified \u2192 completed. Supports milestone-based escrow funding, SSE streaming for real-time status updates, and batch job manifests.",
"tags": [
"job-submission",
"workflow",
"manufacturing",
"tracking",
"escrow",
"milestones",
"sse"
],
"examples": [
"Submit 3D print job with STL file, PLA material, 0.2mm resolution",
"Stream real-time status for job job_abc123",
"Submit multi-step protocol: PCR amplification then gel electrophoresis"
],
"inputModes": [
"application/json",
"multipart/form-data"
],
"outputModes": [
"application/json",
"text/event-stream"
]
},
{
"id": "pcc-verify",
"name": "Evidence Verification",
"description": "Verify physical execution evidence bundles. Evidence is SHA-256 content-addressed, stored on Storacha/IPFS, optionally anchored to Starknet ZK proofs, and attested by the Bittensor verifier subnet. Supports photo verification (pHash+SSIM), sensor data, and human consensus.",
"tags": [
"verification",
"evidence",
"ipfs",
"zk-proof",
"bittensor",
"storacha",
"trust"
],
"examples": [
"Verify evidence bundle for job job_abc123",
"Check ZK proof anchor for evidence CID bafyrei...",
"Get Bittensor attestation scores for operator 0x1234..."
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "pcc-settle",
"name": "Escrow and Settlement",
"description": "Manage milestone escrow for physical capability contracts. Fund with USDC on Base Sepolia, release milestones after evidence verification, handle disputes and operator bond slashing. Supports x402 micropayments, NEAR cross-chain payment intents, and DePIN reward epochs.",
"tags": [
"escrow",
"settlement",
"payment",
"usdc",
"base",
"depin",
"x402",
"near"
],
"examples": [
"Fund escrow for contract cap_xyz with 50 USDC on Base Sepolia",
"Release milestone payment after verified evidence",
"Check DePIN reward epoch and claim operator rewards"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"x-erc8004": {
"registered": false,
"registryAddress": "0x8004A818BFB912233c491871b3d84c89A494BD9e",
"chainId": 84532,
"registrationUrl": "https://capability.network/.well-known/agent-registration.json"
},
"x-pcc-assurance-tiers": [
0,
1,
2,
3
],
"x-pcc-networks": [
"eip155:84532",
"eip155:11155111",
"near:testnet"
],
"x-pcc-mcp-endpoint": "https://capability.network/mcp",
"x-pcc-sse-endpoint": "https://capability.network/sse",
"x-pcc-agent-package": "https://capability.network/agent-package.json"
}