Dialmycalls

Dialmycalls

DialMyCalls provides a mass notification system enabling users to send voice and text messages to contacts.

56VIEWS
2694USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app dialmycallsnpx @composio/cli add cursor --app dialmycallsnpx @composio/cli add cursor --app dialmycallsnpx @composio/cli add cursor --app dialmycalls

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Access Account

Tool to add a new access (sub) account. use when you need to delegate dialing capabilities to another user after setting up your master account.

Add Contact

Tool to add a contact to your contact list. use when you need to store a new contact's phone (and optional name, email, or group) before sending messages.

Add Group

Tool to add a new contact group. use after deciding the group name to organize recipients into groups.

Delete Access Account

Tool to delete an access (sub) account by id. use when removing a sub account after deprovisioning.

Delete Caller Id

Tool to delete a caller id. use when you need to permanently remove an existing caller id no longer in use.

Delete Contact

Tool to delete a contact by id. use when you need to permanently remove a contact from your list.

Delete Group

Tool to delete a contact group by id. use when you need to remove an existing contact group after confirming its id.

Delete Recording

Tool to delete a recording by id. use when you need to permanently remove a custom recording after confirming its recording id.

Get Access Account

Tool to retrieve an access (sub) account by id. use when you need to inspect the details of a specific sub-account.

Get Account

Tool to retrieve your main account details. use when you need to confirm account id, remaining credits, and status.

Get Caller Id

Tool to retrieve a caller id by id. use when you need its details such as phone number and verification status.

Get Contact

Tool to retrieve a contact by its unique id. use when you need to fetch details of a specific contact from your account.

Get Group

Tool to retrieve a contact group by id. use when you need to fetch group details after creating or updating a group.

Get Recording

Tool to retrieve a recording by id. use when you need details and file url of an existing recording.

List Access Accounts

Tool to list all access (sub) accounts. use when you need to retrieve paginated sub-account information for administration or reporting.

List Caller Ids

Tool to list all caller ids on the account. use when you need to enumerate existing caller ids before performing other operations.

List Calls

Tool to list all call broadcasts on the account. use when you need to retrieve or manage call records with optional filters like name, type, status, dates, pagination, and sorting.

List Contacts

Tool to list all contacts in your contact list. use when fetching paginated or filtered contact data for review (e.g., after adding or updating contacts).

List Contacts In Group

Tool to list contacts by contact group id. use when you need to retrieve all contacts belonging to a specific group for management or reporting.

List Do Not Contacts

Tool to list all do not contact entries. use when you need to review or manage blocked phone numbers or emails in your account. supports pagination and filtering by type and search.

20 actions available