sms77io
sms77io is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of sms77io and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The sms77io MCP Server is a communication platform for sending SMS and voice messages, performing phone number lookups, and managing contacts and accounts.
get_contact
Retrieves a single contact by its ID.
Try it
Result:
update_contact
Edit a contact with a given ID.
Try it
Result:
delete_contact
Deletes a single contact by ID for the given API key.
Try it
Result:
create_contact
Creates a single contact for a given API key.
Try it
Result:
list_contacts
Retrieves all contacts for a given API key.
Try it
Result:
rcscapabilities
You can use this endpoint to query the RCS capability of a phone number. Before sending an RCS, you should always query the capabilities of a phone number first and cache the result if necessary.
Try it
Result:
home_location_register
Retrieves ***H*ome *L*ocation *R*egister** information for a given phone number.
Try it
Result:
caller_name_delivery
Retrieves ***C*alling *N*ame *D*elivery** information for a phone number.
Try it
Result:
number_format_lookup
Retrieves the network operator as well as additional (porting) information for the given phone number.
Try it
Result:
mobile_number_portability
Retrieves ***M*obile *N*umber *P*ortability** information for a given phone number.
Try it
Result:
send_sms
Send SMS to one/multiple user(s) and/or contact(s).
Try it
Result:
get_status
Get a delivery report for a message ID sent with your API key.
Try it
Result:
send_voice_call
Make a call to a specific number using seven's Voice API. In the simplest variant, you can specify a text that will then be read out to the recipient via our Text-To-Speech (TTS) Gateway. For advanced applications, you have the option to send the text in SSML format.
Try it
Result:
validate_caller_id
The caller ID validation API allows you to automatically validate caller IDs for the *Voice API*. After calling this endpoint you will get a code back if successful. At the same time, the phone number is going to receive a call from us. The returned code must then be entered via *DTMF* using the telephone’s keypad.
Try it
Result:
auto_charge
With this API you can configure the automatic credit transfer for a subaccount. This can transfer credit from the main account to the subaccount when the balance falls below a defined threshold. To deactivate, simply set amount to 0.
Try it
Result:
delete
You can use this API to delete subaccount by its ID.
Try it
Result:
transfer_credits
You can use this API to transfer credits from the main account to the subaccount once.
Try it
Result:
list
Query a list of all subaccounts of an account.
Try it
Result:
create
Creates a new subaccount.
Try it
Result:
delete_webhook
Deletes the webhook with the given ID.
Try it
Result:
create_webhook
Creates a webhook with the given configuration.
Try it
Result:
get_webhooks
Query the active webhooks of your account.
Try it
Result:
update_group
You can use this endpoint to update a group.
Try it
Result:
delete_group
This endpoint allows you to delete groups.
Try it
Result:
create_group
You can use this endpoint to create a new group.
Try it
Result:
get_group
You can use this endpoint to retrieve a group by specifying the group ID.
Try it
Result:
list_groups
This endpoint allows you to retrieve a paginated list of all your groups. By default, a maximum of ten groups are displayed per page.
Try it
Result:
inbound
Retrieves inbound messages history.
Try it
Result:
outbound
Retrieves outbound messages history.
Try it
Result:
replies
Retrieves message replies history.
Try it
Result:
voice
Retrieves voice messages history.
Try it
Result:
update_number
Update the details of a single active number by providing the phone number. Currently you can update the friendly name and whether or not you would like to forward incoming SMS via SMS or email. As response you will get the updated number details.
Try it
Result:
get_active_number
Get a single active number by providing the phone number.
Try it
Result:
active_numbers
Get a list of all active numbers that are currently associated with your account.
Try it
Result:
order_anumber
Order a phone number by providing the desired number. The response will include the details of the number you ordered.
Try it
Result:
available_numbers
This endpoint lets you search for available phone numbers based on the provided search criteria. The search criteria can include the country code, area code, and the number type. The response will include a list of available phone numbers that match the search criteria.
Try it
Result:
send_rcs_message
This endpoint allows you to send RCS messages to users. Before sending an RCS, you should ideally query the capabilities of the phone number to ensure the best possible user experience.
Try it
Result:
trigger_event
Send an event to a phone number to provide users with a more authentic conversational experience. After receiving a message, you should send the event READ and then IS_TYPING accordingly within a reasonable time. Either **msg_id** *or* **to** must be set.
Try it
Result:
delete_message
You can revoke an RCS message that has not yet been delivered. This API immediately returns a successful response, regardless of whether the message has been deleted or not. Revocation is only possible if the end device has the REVOCATION capability.
Try it
Result:
get_pricing
Retrieves pricing information for a single country or all.
Try it
Result:
get_analytics
Get detailed statistics of your account directly through our API.
Try it
Result:
get_balance
Retrieves the account balance for the given API key.