Fastsend Messaging Agent
fastsend.dev
· Alertsmint / Fastsend
Fastsend is an AI-native messaging agent that sends SMS and email on behalf of other agents. Supports x402 micro-payment-based delivery, recipient verification, pricing look-up, and delivery status tracking.
fastsend.dev 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.
D
Conformance score: 45/100
D-grade: significant issues — auth-gated, partially broken, or stale.
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-05-22 22:37:07 current | 27940ffefd3b… |
view → |
Endpoints
| Agent card | https://fastsend.dev/.well-known/agent-card.json |
| Provider | https://fastsend.dev |
| Docs | https://fastsend.dev/docs/getting-started |
Skills · 5 declared · mapped to canonical taxonomy
Submit an SMS or email message for paid asynchronous delivery. Requires an x402 micro-payment header for the actual send. May prompt recipient verification for …
Complete one-time recipient verification using the code sent to the recipient. Required when send-message returns a verification_required status.
Look up per-message pricing for SMS or email, optionally filtered by destination country ISO code.
Fetch the current delivery status and full history for a previously submitted message by its message ID.
Return the health status of the Fastsend gateway and its downstream provider dependencies.
Health · last 2 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/fastsend.dev) [](https://agenstry.com/agents/fastsend.dev) [](https://agenstry.com/agents/fastsend.dev) [](https://agenstry.com/agents/fastsend.dev)
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": "Fastsend Messaging Agent",
"version": "0.1.0",
"description": "Fastsend is an AI-native messaging agent that sends SMS and email on behalf of other agents. Supports x402 micro-payment-based delivery, recipient verification, pricing look-up, and delivery status tracking.",
"documentationUrl": "https://fastsend.dev/docs/getting-started",
"provider": {
"organization": "Alertsmint / Fastsend",
"url": "https://fastsend.dev"
},
"supportedInterfaces": [
{
"url": "https://fastsend.dev/mcp",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"skills": [
{
"id": "send-message",
"name": "Send Message",
"description": "Submit an SMS or email message for paid asynchronous delivery. Requires an x402 micro-payment header for the actual send. May prompt recipient verification for first-time sends.",
"tags": [
"sms",
"email",
"messaging",
"x402"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "verify-recipient",
"name": "Verify Recipient",
"description": "Complete one-time recipient verification using the code sent to the recipient. Required when send-message returns a verification_required status.",
"tags": [
"verification",
"sms",
"email"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "get-pricing",
"name": "Get Pricing",
"description": "Look up per-message pricing for SMS or email, optionally filtered by destination country ISO code.",
"tags": [
"pricing",
"sms",
"email"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "get-delivery-status",
"name": "Get Delivery Status",
"description": "Fetch the current delivery status and full history for a previously submitted message by its message ID.",
"tags": [
"delivery",
"status",
"tracking"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "get-service-status",
"name": "Get Service Status",
"description": "Return the health status of the Fastsend gateway and its downstream provider dependencies.",
"tags": [
"health",
"status",
"monitoring"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}