seven-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEVEN_API_KEY | No | API key for authentication (legacy method). OAuth is recommended and requires no environment variables after running `npx @seven.io/mcp login`. | |
| SEVEN_LOG_FILE | No | Path to a log file for debugging request/response logging. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_rcsC | Send an RCS (Rich Communication Services) message |
| delete_rcsB | Delete a scheduled RCS message |
| rcs_eventsC | Handle RCS events (delivery reports, read receipts, IS_TYPING, etc.) |
| send_smsC | Send an SMS message to one or multiple recipients |
| delete_smsA | Delete scheduled SMS message(s) |
| send_voiceB | Send a voice call with text-to-speech |
| hangup_voiceC | End an active voice call |
| get_balanceB | Check account balance |
| get_pricingC | Get pricing information for SMS, voice, and other services |
| get_analyticsC | Get account statistics and analytics |
| lookup_formatB | Validate phone number format |
| lookup_rcsB | Check RCS capabilities for a phone number |
| lookup_hlrB | Perform Home Location Register lookup (network info, roaming status) |
| lookup_mnpC | Perform Mobile Number Portability lookup (carrier information) |
| lookup_cnamC | Perform Caller ID name lookup |
| get_statusB | Get detailed information about a sent message using its ID |
| get_logbook_sentC | View sent messages in logbook |
| get_logbook_receivedC | View received SMS messages |
| get_logbook_voiceC | View voice call history |
| get_available_numbersB | List available phone numbers for purchase |
| order_numberC | Purchase a phone number |
| get_active_numbersC | List all active phone numbers |
| get_numberA | Get details of a specific active phone number |
| update_numberC | Update phone number configuration including friendly name and forwarding settings |
| delete_numberB | Cancel/delete a phone number |
| list_contactsA | List all contacts |
| create_contactC | Create a new contact |
| get_contactB | Get a specific contact by ID |
| update_contactA | Update a contact. To add/remove contact from groups, provide the complete list of group IDs the contact should be a member of. |
| delete_contactB | Delete a contact |
| list_groupsB | List all contact groups |
| create_groupA | Create a new contact group |
| get_groupB | Get a specific group by ID |
| update_groupA | Update a contact group (only name can be updated) |
| delete_groupC | Delete a contact group |
| list_subaccountsB | List all subaccounts |
| create_subaccountC | Create a new subaccount |
| update_subaccountB | Configure automatic balance transfer for a subaccount |
| transfer_creditsB | Manually transfer credits to a subaccount |
| delete_subaccountB | Delete a subaccount |
| list_webhooksB | List all registered webhooks |
| create_webhookC | Register a new webhook |
| delete_webhookD | Delete a webhook |
| validate_senderC | Validate sender identifier for voice calls |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seven-io/seven-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server