CommsHarbor
commsharbor.com
· CommsHarbor
Organise contacts, send email with permission and follow delivery results. CommsHarbor is currently available by invitation.
commsharbor.com 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
F
Conformance score: 34/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 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-09-12 17:03:54 current | 026e9ebe14a0… |
view → |
Endpoints
| Agent card | https://commsharbor.com/.well-known/agent-card.json |
| Provider | https://commsharbor.com |
| Docs | https://commsharbor.com/llms.txt |
Skills · 24 declared · mapped to canonical taxonomy
Create the verified owner's single trial.
Resolve the active organization identity.
Invite a member and reveal the acceptance token once.
Create a scoped API key and reveal it once.
List sending domains with their last observed state.
Register the organization's exact sending domain and queue SES provisioning.
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/commsharbor.com) [](https://agenstry.com/agents/commsharbor.com) [](https://agenstry.com/agents/commsharbor.com) [](https://agenstry.com/agents/commsharbor.com)
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
{
"name": "CommsHarbor",
"description": "Organise contacts, send email with permission and follow delivery results. CommsHarbor is currently available by invitation.",
"url": "https://commsharbor.com",
"provider": {
"organization": "CommsHarbor",
"url": "https://commsharbor.com",
"email": "contato@commsharbor.com"
},
"documentationUrl": "https://commsharbor.com/llms.txt",
"protocol": "mcp",
"protocolUrl": "https://modelcontextprotocol.io",
"interfaces": [
{
"transport": "streamable-http",
"url": "https://commsharbor.com/mcp"
}
],
"capabilities": {
"streaming": true,
"pushNotifications": false,
"authentication": "none"
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/markdown"
],
"skills": [
{
"id": "commsharbor_health",
"name": "commsharbor_health",
"description": "Read deployment health and build.",
"endpoint": "GET /api/health"
},
{
"id": "commsharbor_auth_start",
"name": "commsharbor_auth_start",
"description": "Send an OTP to an email address.",
"endpoint": "POST /api/auth/start"
},
{
"id": "commsharbor_auth_verify",
"name": "commsharbor_auth_verify",
"description": "Verify an OTP and receive a session.",
"endpoint": "POST /api/auth/verify"
},
{
"id": "commsharbor_logout",
"name": "commsharbor_logout",
"description": "Revoke the current session.",
"endpoint": "POST /api/auth/logout"
},
{
"id": "commsharbor_me",
"name": "commsharbor_me",
"description": "Read the current profile and memberships.",
"endpoint": "GET /api/me"
},
{
"id": "commsharbor_profile_update",
"name": "commsharbor_profile_update",
"description": "Update the current profile.",
"endpoint": "PATCH /api/me"
},
{
"id": "commsharbor_organizations",
"name": "commsharbor_organizations",
"description": "List memberships.",
"endpoint": "GET /api/organizations"
},
{
"id": "commsharbor_organization_create",
"name": "commsharbor_organization_create",
"description": "Create the verified owner's single trial.",
"endpoint": "POST /api/organizations"
},
{
"id": "commsharbor_context",
"name": "commsharbor_context",
"description": "Resolve the active organization identity.",
"endpoint": "GET /api/context"
},
{
"id": "commsharbor_organization_get",
"name": "commsharbor_organization_get",
"description": "Read an organization.",
"endpoint": "GET /api/organizations/:organization_id"
},
{
"id": "commsharbor_organization_update",
"name": "commsharbor_organization_update",
"description": "Update an organization.",
"endpoint": "PATCH /api/organizations/:organization_id"
},
{
"id": "commsharbor_members",
"name": "commsharbor_members",
"description": "List organization members.",
"endpoint": "GET /api/organizations/:organization_id/members"
},
{
"id": "commsharbor_member_role",
"name": "commsharbor_member_role",
"description": "Change a non-owner member role.",
"endpoint": "PATCH /api/organizations/:organization_id/members/:user_id"
},
{
"id": "commsharbor_invitations",
"name": "commsharbor_invitations",
"description": "List invitations.",
"endpoint": "GET /api/organizations/:organization_id/invitations"
},
{
"id": "commsharbor_invitation_create",
"name": "commsharbor_invitation_create",
"description": "Invite a member and reveal the acceptance token once.",
"endpoint": "POST /api/organizations/:organization_id/invitations"
},
{
"id": "commsharbor_invitation_accept",
"name": "commsharbor_invitation_accept",
"description": "Accept an invitation.",
"endpoint": "POST /api/invitations/accept"
},
{
"id": "commsharbor_api_keys",
"name": "commsharbor_api_keys",
"description": "List API keys without secrets.",
"endpoint": "GET /api/organizations/:organization_id/api-keys"
},
{
"id": "commsharbor_api_key_create",
"name": "commsharbor_api_key_create",
"description": "Create a scoped API key and reveal it once.",
"endpoint": "POST /api/organizations/:organization_id/api-keys"
},
{
"id": "commsharbor_api_key_revoke",
"name": "commsharbor_api_key_revoke",
"description": "Revoke an API key.",
"endpoint": "DELETE /api/organizations/:organization_id/api-keys/:api_key_id"
},
{
"id": "commsharbor_audit",
"name": "commsharbor_audit",
"description": "List tenant audit events.",
"endpoint": "GET /api/organizations/:organization_id/audit"
},
{
"id": "commsharbor_platform_context",
"name": "commsharbor_platform_context",
"description": "Confirm the caller's platform role.",
"endpoint": "GET /api/platform/context"
},
{
"id": "commsharbor_domains",
"name": "commsharbor_domains",
"description": "List sending domains with their last observed state.",
"endpoint": "GET /api/organizations/:organization_id/domains"
},
{
"id": "commsharbor_domain_create",
"name": "commsharbor_domain_create",
"description": "Register the organization's exact sending domain and queue SES provisioning.",
"endpoint": "POST /api/organizations/:organization_id/domains"
},
{
"id": "commsharbor_domain_get",
"name": "commsharbor_domain_get",
"description": "Read one stored sending-domain resource.",
"endpoint": "GET /api/organizations/:organization_id/domains/:domain_id"
}
],
"discovery": {
"openapi": "https://commsharbor.com/openapi.json",
"llms": "https://commsharbor.com/llms.txt",
"okf": "https://commsharbor.com/okf/index.md",
"numbers": "https://commsharbor.com/api/vitrine",
"partnerships": "https://commsharbor.com/api/partners",
"api_catalog": "https://commsharbor.com/.well-known/api-catalog",
"x402": "https://commsharbor.com/.well-known/x402",
"pricing": "https://commsharbor.com/pricing",
"docs": "https://commsharbor.com/docs"
},
"updated": "2026-09-12"
}