Pingram
officialSend and receive emails, SMS, and voice calls via Pingram.
What can you do with Pingram MCP?
- Send email and SMS — Ask your assistant to compose and send an email or text message through your Pingram account.
- Look up delivery logs — Have the AI check delivery status and history for messages you've sent via Pingram.
- Manage phone numbers and inboxes — Request adding, removing, or configuring phone numbers and email inboxes tied to your account.
- Configure sender domains — Instruct the assistant to set up or modify custom domains used for sending email.
- Create additional accounts — Ask the AI to provision new Pingram sub-accounts for your team or projects.
- Manage A2P 10DLC registrations — Direct the assistant to handle US A2P 10DLC brand registrations for compliant SMS sending.
Documentation
MCP (Model Context Protocol)
Pingram hosts a remote Model Context Protocol server so AI agents can use your Pingram account as a set of tools for sending email and SMS, looking up delivery logs, managing phone numbers and email inboxes, configuring sender domains, creating extra accounts, and managing US A2P 10DLC brand registrations, after you log in once.
For OpenClaw / ClawBot specifically, see the OpenClaw connect guide.
The server lives at:
https://mcp.pingram.io
Other regions (use the same region as your account):
https://mcp.ca.pingram.io # Canada
https://mcp.eu.pingram.io # EU
Sign in with the same Pingram account you use in the dashboard (email, Google, or Microsoft). The agent acts as you and never sees your password.
Connect from Claude.ai
- In Claude, open Settings → Connectors → Add custom connector.
- Enter the server URL:
https://mcp.pingram.io(or your region’s URL above). - Sign in to Pingram when prompted and approve access.
- Claude can now use Pingram on your behalf.
Connect from ChatGPT
- In ChatGPT, add a custom MCP connector.
- Use the URL
https://mcp.pingram.io(or your region’s URL above). - Sign in to Pingram when prompted.
Connect from Cursor
Add the server to your mcp.json:
{
"mcpServers": {
"pingram": {
"url": "https://mcp.pingram.io"
}
}
}
Sign in to Pingram the first time Cursor connects.
Connect from OpenClaw
See the OpenClaw / ClawBot guide for CLI and UI steps, example prompts, and the optional ClawHub skill.
Security notes
- The agent acts as you, with access limited to your Pingram account.
- To disconnect, sign out of the MCP client or remove the connector in your AI app’s settings.