Back to AgentInterOp Healthcare Platform
Card snapshot
agent-inter-op.vercel.app
·
2026-05-18 15:45:53 UTC
·
7e4ceafb6f71f65e3b99d79e7c6f4df84e59e9748997ac3b21489b2d2f05c12f
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "AgentInterOp Healthcare Platform",
"description": "A healthcare interoperability platform supporting A2A protocol for agent-to-agent communication with specialized healthcare scenarios including FHIR integration and BCS eligibility evaluation.",
"version": "2.0.0-banterop",
"protocolVersion": "0.4.0",
"preferredTransport": "JSONRPC",
"url": "https://agent-inter-op.vercel.app/api/bridge/demo/a2a",
"capabilities": {
"streaming": true,
"supportedMethods": [
"message/send",
"message/stream",
"tasks/get",
"tasks/cancel",
"tasks/resubscribe"
]
},
"defaultInputModes": [
"text/plain",
"application/json",
"application/fhir+json"
],
"defaultOutputModes": [
"text/plain",
"application/json",
"application/fhir+json"
],
"supportsAuthenticatedExtendedCard": false,
"endpoints": {
"jsonrpc": {
"url": "https://agent-inter-op.vercel.app/api/bridge/demo/a2a",
"transport": "http-post"
},
"bcse_simple": {
"url": "https://agent-inter-op.vercel.app/api/mcp/bcse",
"transport": "http-post"
},
"mcp": {
"url": "https://agent-inter-op.vercel.app/mcp",
"transport": "streamable-http",
"description": "Standards-compliant MCP server exposing colonoscopy_schedule, bcse_check_eligibility, smart_scheduling_search, and build_cql_measure tools."
}
},
"skills": [
{
"id": "scenario",
"name": "Healthcare Scenario Processing",
"description": "Processes healthcare scenarios including breast cancer screening eligibility evaluation",
"tags": [
"healthcare",
"interoperability",
"bcs",
"eligibility"
],
"discovery": {
"url": "https://agent-inter-op.vercel.app/api/bridge/demo/a2a"
},
"a2a.config64": "eyJzY2VuYXJpbyI6ImRlbW8ifQ=="
},
{
"id": "clinical-informaticist",
"name": "CQL Measure Development",
"description": "Clinical Informaticist Agent for building CQL quality measures from clinical guidelines with FHIR publishing",
"tags": [
"cql",
"quality-measure",
"fhir",
"guidelines",
"clinical-informatics"
],
"discovery": {
"url": "https://agent-inter-op.vercel.app/api/clinical-informaticist/a2a"
},
"a2a.config64": "eyJhZ2VudCI6ImNsaW5pY2FsX2luZm9ybWF0aWNpc3QifQ=="
},
{
"id": "smart-scheduler",
"name": "Smart Scheduling",
"description": "Search healthcare providers and find available appointments using SMART Scheduling Links",
"tags": [
"healthcare",
"scheduling",
"appointments",
"fhir",
"provider-search"
],
"discovery": {
"url": "https://agent-inter-op.vercel.app/api/smart-scheduler/a2a"
},
"a2a.config64": "eyJhZ2VudCI6InNtYXJ0X3NjaGVkdWxlciJ9"
}
]
}