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. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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