Meridian Coordinator
usemeridian.us
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.
usemeridian.us 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.
F
Conformance score: 25/100
F-grade: card is reachable but fails most operational signals.
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-06-24 23:58:46 current | ec8cd2f4e2c7… |
view → |
Skills · 2 declared · mapped to canonical taxonomy
Create and track sprint items, log tasks, and coordinate multi-agent work across a shared project board.
Surface questions to a human reviewer and wait for approval before proceeding with irreversible actions.
Health · last 1 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/usemeridian.us) [](https://agenstry.com/agents/usemeridian.us) [](https://agenstry.com/agents/usemeridian.us) [](https://agenstry.com/agents/usemeridian.us)
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_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}"
}
}