Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.usefulapi/bird

REMOTE · BIRD.USEFULAPI.IO · SCANNED AUG 3

Read SMS, WhatsApp, email, contacts and audiences from your Bird workspace, plus safe CRM writes.

−41 this week 28 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability0
  • Schema not yet verified: we couldn't read the endpoint's schema.Unverified
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage0
  • Tool coverage not yet verified: we couldn't read the endpoint's tools.Unverified
Capabilities0
  • Capabilities not yet verified: we couldn't read the endpoint's capabilities.Unverified

Unverified: 4 categories

Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · bird.usefulapi.io

# add to Claude Code
claude mcp add --transport http io-usefulapi-bird https://bird.usefulapi.io/mcp
# ~/.codex/config.toml
[mcp_servers.io-usefulapi-bird]
url = "https://bird.usefulapi.io/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-usefulapi-bird": {
      "type": "remote",
      "url": "https://bird.usefulapi.io/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-usefulapi-bird --url https://bird.usefulapi.io/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  io-usefulapi-bird:
    url: "https://bird.usefulapi.io/mcp"
// mcp.json
{
  "mcpServers": {
    "io-usefulapi-bird": {
      "type": "http",
      "url": "https://bird.usefulapi.io/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 −45
    • Endpoint reachability: reachable → not serving MCP security
    • Authorization: pass → unverified security
    • Stability: 0.20 → unverified security
    • Tool coverage: 100 → unverified functional
    • Capabilities: fail → unverified functional
  • 2 Aug 26 +55
    • Authorization: unverified → pass security
    • Transport: fail → pass security
    • MCP protocol: unverified → fail functional
    • Endpoint reachability: not serving MCP → reachable functional
    • Stability: unverified → 0.20 functional
    • Tool coverage: unverified → 100 functional
  • 1 Aug 26 −54
    • Endpoint reachability: reachable → not serving MCP security
    • Stability: 0.13 → unverified security
    • Authorization: pass → unverified security
    • Transport: pass → fail security
    • Capabilities: fail → unverified functional
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 +3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 −2
    • Authorization: pass → fail security
  • 28 Jul 26 +1
    • Stability: unverified → 0.03 functional
  • 27 Jul 26 +57
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://bird.usefulapi.io/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=usefulapi.io CN=WE1,O=Google Trust Services,C=US 17 Jul 2026 15 Oct 2026 ECDSA 256 ECDSA-SHA256 62a8f6082c7af1f513d287919ccec7e7
SANs: usefulapi.io, bird.usefulapi.io, *.bird.usefulapi.io
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of bird.usefulapi.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
usefulapi.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://bird.usefulapi.io/mcp Verified 200
http (plaintext) http://bird.usefulapi.io/mcp Inconclusive 401
MCP tools — 16 exposed · ~1,080 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
bird_create_audience ~87

Creates an audience (contact list) in Bird — additive, sends no message. Static audiences start empty. Bird API: POST /v1/audiences.

NameTypeReqDescription
descriptionstringLonger description of who this audience is.
namestringyesDisplay name for the audience.
typestringHow members are determined. Only `static` is generally available.

No output schema declared.

No examples provided.

bird_create_contact ~133

Creates a contact (CRM record) in Bird — additive, sends no message. Contacts are unique by email. Bird API: POST /v1/contacts.

NameTypeReqDescription
dataobjectCustom property values. Each key must be a property created via the contact-properties API; values match the property's declared type.
emailstringyesThe contact's email address (unique within the workspace).
external_idstringYour own identifier for this contact (unique within the workspace).
first_namestringThe contact's first name.
last_namestringThe contact's last name.

No output schema declared.

No examples provided.

bird_get_audience ~42

Fetch a single audience by id. Bird API: GET /v1/audiences/{audience_id}.

NameTypeReqDescription
audience_idstringyesAudience id.

No output schema declared.

No examples provided.

bird_get_contact ~39

Fetch a single contact by id. Bird API: GET /v1/contacts/{contact_id}.

NameTypeReqDescription
contact_idstringyesContact id.

No output schema declared.

No examples provided.

bird_get_email_message ~42

Fetch a single email message by id. Bird API: GET /v1/email/messages/{message_id}.

NameTypeReqDescription
message_idstringyesEmail message id.

No output schema declared.

No examples provided.

bird_get_sms_message ~43

Fetch a single SMS message by id. Bird API: GET /v1/sms/messages/{message_id}.

NameTypeReqDescription
message_idstringyesSMS message id.

No output schema declared.

No examples provided.

bird_get_whatsapp_message ~47

Fetch a single WhatsApp message by id. Bird API: GET /v1/whatsapp/messages/{message_id}.

NameTypeReqDescription
message_idstringyesWhatsApp message id.

No output schema declared.

No examples provided.

bird_list_audience_contacts ~89

List the contacts that belong to a static audience, as a cursor page. Bird API: GET /v1/audiences/{audience_id}/contacts.

NameTypeReqDescription
audience_idstringyesAudience id.
limitintegerMax items per page.
starting_afterstringCursor from a previous response's `next_cursor` field, to fetch the next page.

No output schema declared.

No examples provided.

bird_list_audiences ~76

List audiences (contact lists) in the workspace, newest first, as a cursor page. Bird API: GET /v1/audiences.

NameTypeReqDescription
limitintegerMax items per page.
starting_afterstringCursor from a previous response's `next_cursor` field, to fetch the next page.

No output schema declared.

No examples provided.

bird_list_contact_properties ~69

List the custom contact-property definitions (schema) for the workspace. Bird API: GET /v1/contact-properties.

NameTypeReqDescription
limitintegerMax items per page.
starting_afterstringCursor from a previous response's `next_cursor` field, to fetch the next page.

No output schema declared.

No examples provided.

bird_list_contacts ~73

List contacts (CRM records) in the workspace, newest first, as a cursor page. Bird API: GET /v1/contacts.

NameTypeReqDescription
limitintegerMax items per page.
starting_afterstringCursor from a previous response's `next_cursor` field, to fetch the next page.

No output schema declared.

No examples provided.

bird_list_email_messages ~72

List email messages sent from the workspace, newest first, as a cursor page. Bird API: GET /v1/email/messages.

NameTypeReqDescription
limitintegerMax items per page.
starting_afterstringCursor from a previous response's `next_cursor` field, to fetch the next page.

No output schema declared.

No examples provided.

bird_list_sms_messages ~78

List SMS messages (inbound + outbound) for the workspace, newest first, as a cursor page. Bird API: GET /v1/sms/messages.

NameTypeReqDescription
limitintegerMax items per page.
starting_afterstringCursor from a previous response's `next_cursor` field, to fetch the next page.

No output schema declared.

No examples provided.

bird_list_sms_templates ~75

List the SMS templates available to the workspace (Bird built-ins + your own). Bird API: GET /v1/sms/templates.

NameTypeReqDescription
categorystringFilter by category.
languagestringKeep only templates in this BCP-47 language tag.
scopestringFilter by scope.

No output schema declared.

No examples provided.

bird_list_whatsapp_messages ~81

List WhatsApp messages (inbound + outbound) for the workspace, newest first, as a cursor page. Bird API: GET /v1/whatsapp/messages.

NameTypeReqDescription
limitintegerMax items per page.
starting_afterstringCursor from a previous response's `next_cursor` field, to fetch the next page.

No output schema declared.

No examples provided.

bird_list_whatsapp_templates ~34

List the WhatsApp message templates available to the workspace. Bird API: GET /v1/whatsapp/templates.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.