HonkIO MCP server — lets AI coding agents send SMS, manage Canadian phone numbers, and handle CASL/DNCL compliance
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio, streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
HONKIO_API_KEYAPI-SchlüsselerforderlichYour HonkIO API key (mk_test_... to explore for free, mk_live_... for real sends)
Vom Autor in der offiziellen MCP-Registry angegeben. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus dem Quellcode gelesen, den npm tatsächlich ausliefert, zum Zeitpunkt des Scans. Das Paket wurde nie ausgeführt. Tools, die zur Laufzeit dynamisch registriert werden oder in gebündeltem beziehungsweise minifiziertem Code stecken, können übersehen werden — das hier ist also eine Untergrenze der Tool-Oberfläche, keine vollständige Erhebung.
send_smsKeine Beschreibung veröffentlichtDieses Tool hat keine Beschreibung veröffentlicht. Forge erfindet keine.
list_messagesList SMS messages for your account with optional filters. Returns paginated results. On each message, cost_cents is what it actually cost in CAD cents (settled to the carrier's part count; 0 on a TEST simulation or when the carrier refused the send outright — a message the carrier accepted but coul…List SMS messages for your account with optional filters. Returns paginated results. On each message, cost_cents is what it actually cost in CAD cents (settled to the carrier's part count; 0 on a TEST simulation or when the carrier refused the send outright — a message the carrier accepted but coul…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
get_messageGet full details of a single SMS message by its ID, including delivery events. cost_cents is what it actually cost in CAD cents (settled to the carrier's part count; 0 on a TEST simulation or when the carrier refused the send outright; an undelivered message keeps its charge) and segment_count is t…Get full details of a single SMS message by its ID, including delivery events. cost_cents is what it actually cost in CAD cents (settled to the carrier's part count; 0 on a TEST simulation or when the carrier refused the send outright; an undelivered message keeps its charge) and segment_count is t…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
search_phone_numbersSearch available Canadian phone numbers you can provision. Filter by area code to find numbers in a specific province.Search available Canadian phone numbers you can provision. Filter by area code to find numbers in a specific province.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
provision_phone_numberProvision (purchase) a Canadian phone number to your account. Get the phone_number value from search_phone_numbers first.Provision (purchase) a Canadian phone number to your account. Get the phone_number value from search_phone_numbers first.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
list_phone_numbersList all phone numbers provisioned on your account.List all phone numbers provisioned on your account.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
get_phone_numberGet details for a specific provisioned phone number.Get details for a specific provisioned phone number.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
release_phone_numberRelease (cancel) a provisioned phone number. This will stop monthly billing for the number; the one-time activation fee and the current month are not refunded. This action cannot be undone.Release (cancel) a provisioned phone number. This will stop monthly billing for the number; the one-time activation fee and the current month are not refunded. This action cannot be undone.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
record_consentRecord CASL consent for a phone number before sending commercial messages. Express consent requires source_description. Implied consent requires relationship_type and is valid for 2 years from last_transaction_date.Record CASL consent for a phone number before sending commercial messages. Express consent requires source_description. Implied consent requires relationship_type and is valid for 2 years from last_transaction_date.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
list_consentsList CASL consent records for your account, optionally filtered by phone number or status.List CASL consent records for your account, optionally filtered by phone number or status.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
check_consentCheck whether a phone number has valid CASL consent before sending a message.Check whether a phone number has valid CASL consent before sending a message.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
revoke_consentRevoke CASL consent for a phone number. Future messages to this number will be blocked unless new consent is recorded.Revoke CASL consent for a phone number. Future messages to this number will be blocked unless new consent is recorded.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
record_opt_outManually record an opt-out for a subscriber. Use this when a subscriber contacts you directly to opt out rather than replying STOP to a message.Manually record an opt-out for a subscriber. Use this when a subscriber contacts you directly to opt out rather than replying STOP to a message.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
list_opt_outsList opt-out records for your account.List opt-out records for your account.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
check_dnclComing soon: check if a Canadian phone number is on the CRTC Do Not Call List. CRTC DNCL checking is not available yet — this endpoint currently returns 501 (DNCL_COMING_SOON).Coming soon: check if a Canadian phone number is on the CRTC Do Not Call List. CRTC DNCL checking is not available yet — this endpoint currently returns 501 (DNCL_COMING_SOON).
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
batch_check_dnclComing soon: check up to 100 Canadian phone numbers against the CRTC Do Not Call List in a single request. CRTC DNCL checking is not available yet — this endpoint currently returns 501 (DNCL_COMING_SOON).Coming soon: check up to 100 Canadian phone numbers against the CRTC Do Not Call List in a single request. CRTC DNCL checking is not available yet — this endpoint currently returns 501 (DNCL_COMING_SOON).
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
request_erasureExecute a PIPEDA/Quebec Law 25 right-to-erasure request for a phone number. Purges message bodies, consent records, and opt-out records for the specified number. Creates an immutable audit log entry.Execute a PIPEDA/Quebec Law 25 right-to-erasure request for a phone number. Purges message bodies, consent records, and opt-out records for the specified number. Creates an immutable audit log entry.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
create_webhookRegister a webhook endpoint to receive HonkIO event notifications. The signing_secret in the response is shown once — store it to verify X-HonkIO-Signature on incoming requests.Register a webhook endpoint to receive HonkIO event notifications. The signing_secret in the response is shown once — store it to verify X-HonkIO-Signature on incoming requests.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
list_webhooksList all registered webhook endpoints for your account.List all registered webhook endpoints for your account.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
update_webhookUpdate a webhook endpoint URL, event subscriptions, or active status.Update a webhook endpoint URL, event subscriptions, or active status.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
delete_webhookprivilegiertDelete a registered webhook endpoint.Delete a registered webhook endpoint.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
list_webhook_deliveriesList recent delivery attempts for a webhook (success/failure, HTTP status, duration, timestamp). Use this to debug why customer events are not arriving or why a webhook was auto-disabled.List recent delivery attempts for a webhook (success/failure, HTTP status, duration, timestamp). Use this to debug why customer events are not arriving or why a webhook was auto-disabled.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
reactivate_webhookRe-enable a webhook that was auto-disabled by repeated delivery failures. The destination URL is re-validated (SSRF check) before reactivation.Re-enable a webhook that was auto-disabled by repeated delivery failures. The destination URL is re-validated (SSRF check) before reactivation.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
list_webhook_dead_lettersList events that exhausted all retry attempts (dead-letter queue). These are events that failed delivery and were never received by your endpoint. Use replay_webhook_dead_letter to retry after fixing the issue.List events that exhausted all retry attempts (dead-letter queue). These are events that failed delivery and were never received by your endpoint. Use replay_webhook_dead_letter to retry after fixing the issue.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
replay_webhook_dead_letterResend a dead-lettered event against the original webhook URL. The event is re-signed with the current timestamp; on success the dead-letter row is marked as replayed.Resend a dead-lettered event against the original webhook URL. The event is re-signed with the current timestamp; on success the dead-letter row is marked as replayed.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
discard_webhook_dead_letterPermanently discard a dead-lettered event without replaying it. Use when the event is no longer relevant (e.g. the underlying message has expired).Permanently discard a dead-lettered event without replaying it. Use when the event is no longer relevant (e.g. the underlying message has expired).
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
get_pricingKeine Beschreibung veröffentlichtDieses Tool hat keine Beschreibung veröffentlicht. Forge erfindet keine.
start_verificationKeine Beschreibung veröffentlichtDieses Tool hat keine Beschreibung veröffentlicht. Forge erfindet keine.
check_verificationSubmit the OTP a user entered to complete verification. Returns the verification status (verified, invalid_code, expired, max_attempts).Submit the OTP a user entered to complete verification. Returns the verification status (verified, invalid_code, expired, max_attempts).
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
get_verificationLook up the current state of a verification (status, attempts, expiry, and whether it was real). The "mode" field is "LIVE" for a real billed SMS or "TEST" for a simulation; cost_cents is 0 on a TEST verification.Look up the current state of a verification (status, attempts, expiry, and whether it was real). The "mode" field is "LIVE" for a real billed SMS or "TEST" for a simulation; cost_cents is 0 on a TEST verification.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
list_verificationsList recent verifications for your account, optionally filtered by phone number or status.List recent verifications for your account, optionally filtered by phone number or status.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
get_send_limitYour account's sending limits and current usage: the daily cap (a rolling 24 hours, 250/day for new accounts until a volume request is approved),Your account's sending limits and current usage: the daily cap (a rolling 24 hours, 250/day for new accounts until a volume request is approved),
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
request_send_limitFile a "request a higher volume" for HonkIO staff to review. Only available once the account has completed its probation periodFile a "request a higher volume" for HonkIO staff to review. Only available once the account has completed its probation period
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
get_topup_allowanceHow much credit can be added to the account right now. Top-ups are capped by a maximum balance and a rolling 30-day totalHow much credit can be added to the account right now. Top-ups are capped by a maximum balance and a rolling 30-day total
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
whoamiIdentify the HonkIO account the configured API key belongs to. Returns the account ID, name, credit balance and status. Call this first when you need an account ID, or to confirm which account and mode (live or test) the key is for.Identify the HonkIO account the configured API key belongs to. Returns the account ID, name, credit balance and status. Call this first when you need an account ID, or to confirm which account and mode (live or test) the key is for.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
get_accountGet details for your HonkIO account including name, credit balance, status, and active API keys.Get details for your HonkIO account including name, credit balance, status, and active API keys.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
update_accountUpdate your HonkIO account name.Update your HonkIO account name.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
get_usageGet usage statistics for your account including message counts, spending, and live delivery health: "delivery" (liveOutbound, delivered, failed, undelivered, pending, failureRatePct) and "byNumber" (the same per sending number). A rising failure rate usually means wrong numbers, landlines, or a scr…Get usage statistics for your account including message counts, spending, and live delivery health: "delivery" (liveOutbound, delivered, failed, undelivered, pending, failureRatePct) and "byNumber" (the same per sending number). A rising failure rate usually means wrong numbers, landlines, or a scr…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
create_api_keyIssue a new API key for your account. The raw key is shown once — store it securely.Issue a new API key for your account. The raw key is shown once — store it securely.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
revoke_api_keyRevoke an API key, immediately blocking all requests using that key. This cannot be undone.Revoke an API key, immediately blocking all requests using that key. This cannot be undone.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
37 von 40 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
HonkIO MCP server — lets AI coding agents send SMS, manage Canadian phone numbers, and handle CASL/DNCL compliance
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Nicht verfolgt: peerDependencies. Dieser Baum erfasst nur Laufzeitabhängigkeiten; was jene mitbringen, wurde nie aufgelöst.