Skip to content
Back to Meridian Coordinator

Card snapshot

usemeridian.us · 2026-06-24 23:58:46 UTC · ec8cd2f4e2c7cb47706ab471a91439e7a2917621402370c8547a2e4599861530

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.

{
  "schema_version": "1.0",
  "name": "Meridian Coordinator",
  "description": "Meridian is an MCP coordination server that gives AI coding sessions shared persistent memory, task coordination, and human-in-the-loop tooling. Send tasks to coordinate multi-agent workflows, delegate sprint items, or request human review.",
  "url": "https://usemeridian.us",
  "version": "0.1.2",
  "capabilities": {
    "streaming": false,
    "push_notifications": false,
    "state_transition_history": true
  },
  "default_input_modes": [
    "application/json"
  ],
  "default_output_modes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "task_coordination",
      "name": "Task Coordination",
      "description": "Create and track sprint items, log tasks, and coordinate multi-agent work across a shared project board.",
      "input_modes": [
        "application/json"
      ],
      "output_modes": [
        "application/json"
      ],
      "examples": [
        "Add a sprint item to decompose a goal",
        "Log that a task was completed",
        "Request human review for a blocking question"
      ]
    },
    {
      "id": "human_in_the_loop",
      "name": "Human-in-the-Loop",
      "description": "Surface questions to a human reviewer and wait for approval before proceeding with irreversible actions.",
      "input_modes": [
        "application/json"
      ],
      "output_modes": [
        "application/json"
      ]
    }
  ],
  "endpoints": {
    "tasks_send": "https://usemeridian.us/a2a/{agent_id}/tasks/send",
    "tasks_get": "https://usemeridian.us/a2a/{agent_id}/tasks/{task_id}"
  }
}