# simpletexting MCP server

Send SMS/MMS, manage contacts, and read campaigns, messages and media on SimpleTexting.

## Links
- Registry page: https://www.getdrio.com/mcp/io-usefulapi-simpletexting
- Repository: https://github.com/m190/usefulapi-mcp

## Install
- Endpoint: https://simpletexting.usefulapi.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://simpletexting.usefulapi.io/mcp

## Tools
- simpletexting_list_contacts (List contacts) - List the account's contacts as a paged collection, optionally filtered by a `since` cursor and sort `direction`. SimpleTexting REST: GET /contacts. Endpoint: https://simpletexting.usefulapi.io/mcp
- simpletexting_get_contact (Get contact) - Get a single contact by its id or phone number, including profile fields, list memberships, and custom fields. SimpleTexting REST: GET /contacts/{contactIdOrNumber}. Endpoint: https://simpletexting.usefulapi.io/mcp
- simpletexting_list_campaigns (List campaigns) - List the account's campaigns as a paged collection, optionally filtered by sending number, state, list, and start-date range. Note: only immediate campaigns are returned — scheduled/recurring campaigns are NOT included. SimpleTexting REST: GET /campaigns. Endpoint: https://simpletexting.usefulapi.io/mcp
- simpletexting_get_campaign (Get campaign) - Get a single campaign by its id, including its message, recipients, and status. SimpleTexting REST: GET /campaigns/{id}. Endpoint: https://simpletexting.usefulapi.io/mcp
- simpletexting_list_messages (List messages) - List the account's messages as a paged collection (inbound + outbound message history). SimpleTexting REST: GET /messages. Endpoint: https://simpletexting.usefulapi.io/mcp
- simpletexting_get_message (Get message) - Get a single message by its id, including its text, direction, status, and timestamps. SimpleTexting REST: GET /messages/{id}. Endpoint: https://simpletexting.usefulapi.io/mcp
- simpletexting_list_media (List media) - List the account's media items (MMS assets) as a paged collection. SimpleTexting REST: GET /media. Endpoint: https://simpletexting.usefulapi.io/mcp
- simpletexting_get_media (Get media) - Get a single media item (MMS asset) by its id, including its URL and metadata. SimpleTexting REST: GET /media/{id}. Endpoint: https://simpletexting.usefulapi.io/mcp
- simpletexting_evaluate_message (Evaluate message) - DRY-RUN a message body to compute its segment count, whether it sends as SMS or MMS, and its estimated cost — WITHOUT sending anything. Safe and read-only. SimpleTexting REST: POST /messages/evaluate with JSON body {text, mode?}. Endpoint: https://simpletexting.usefulapi.io/mcp
- simpletexting_send_message (Send message) - SENDS A REAL SMS or MMS to a recipient — this MODIFIES live data and consumes message credits. Provide only the optional fields you need. SimpleTexting REST: POST /messages with JSON body {contactPhone, text, accountPhone?, mode?, subject?, fallbackText?, mediaItems?}. Endpoint: https://simpletexting.usefulapi.io/mcp
- simpletexting_update_contact (Update contact) - UPDATES a live contact — its profile fields, list memberships, and custom fields. This MODIFIES live data. Provide only the fields you want to change. SimpleTexting REST: PUT /contacts/{contactIdOrNumber}. Endpoint: https://simpletexting.usefulapi.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.usefulapi
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 19, 2026
- Source: https://registry.modelcontextprotocol.io
