otherapi_key

Teltel

TelTel is a telecom operator and software provider offering tools for automated voice and SMS communication, including cloud-based contact center software, Voice/SMS API, VoIP/SIP trunking, auto dialer, webphone integration, Click2Call, and webhook-based call event tracking for CRM integration.

Verdict

Teltel brings telephony logs and SMS history into Switchy so teams can query call records, review message threads, and audit communication without opening a separate dashboard. @mention Teltel to pull recent calls by duration or status, filter SMS by sender or time range, sync user lists, or set up inbound SMS webhooks. Marketing, support, and ops teams get the most value — especially when triaging customer conversations or reconciling outreach campaigns. Note that Teltel requires an API key from your account settings, and the MCP surfaces logs only; it doesn't initiate calls or send messages.

Common use cases

  • Audit outbound call volume by rep
  • Review SMS threads with a specific customer
  • Reconcile campaign sends against delivery logs
  • Triage inbound support texts in real time
  • Sync user rosters before quarterly planning

Integration

Vendor
Teltel
Category
other
Auth
API_KEY
Tools
4
Composio slug
teltel

Tools

  • Get Call List

    Tool to retrieve a list of calls with details (duration, time, status). use when you need to filter and page through call records.

  • Get SMS List

    Tool to retrieve a list of sent and received sms messages. use when you need to page or filter sms logs by sender, recipient, status, or time range.

  • Get Users List

    Tool to retrieve a list of users from your teltel account. use when you need to page through or synchronize user records.

  • Receive Inbound SMS

    Tool to receive inbound sms via webhook. use when handling incoming sms messages from teltel.

Setup

Setup guide

  1. 11. In Switchy, open your workspace settings and navigate to the Integrations tab. 2. Search for Teltel in the MCP directory and click Connect. 3. You'll be prompted to paste an API key — log into your Teltel account, go to Settings > API Access, and generate a new key with read permissions for calls, SMS, and users. 4. Copy the key and paste it into Switchy's prompt, then click Authorize. 5. Switchy will confirm the connection and display the four tools Teltel exposes. 6. To test, open any Space and type '@Teltel get the last 10 calls from this week' — if the MCP returns a list with timestamps and durations, you're live. 7. For inbound SMS webhooks, you'll need to configure Teltel's webhook URL to point at Switchy's relay endpoint (found in the integration settings) so incoming messages flow into your Spaces automatically.

What teammates see: by default, memories from Teltel are scoped to the Space (PROJECT visibility) - you can mark any memory PRIVATE or share it ORG-wide.

Works well with

Top models

Compatibility data appears once enough Spaces have used this MCP together with a given model.

How Switchy teams use it

Not enough Spaces yet to publish anonymised usage stats (we require ≥ 50 Spaces per week).

Starter prompts

Recent Call Summary

@Teltel retrieve the last 20 calls and group them by status. Show me how many were completed, missed, or failed.
Open in a Space →

SMS Thread Lookup

@Teltel get all SMS messages sent to or received from +1-555-0199 in the past 30 days. Display them in chronological order.
Open in a Space →

Weekly Outreach Report

@Teltel pull all calls and SMS from the last 7 days. Summarize total volume, average call duration, and delivery rate for messages.
Open in a Space →

User Roster Sync

@Teltel retrieve the full user list from our account. Show me names, roles, and when each user was last active.
Open in a Space →

Inbound SMS Triage

@Teltel show me all inbound SMS received in the last hour. Highlight any that contain the words 'urgent' or 'help'.
Open in a Space →

Example outputs

Illustrative - representative of the model's voice and quality, not literal recordings.

Prompt

@Teltel show me all inbound calls from the last 24 hours that lasted longer than 5 minutes

Output

Found 12 inbound calls in the last 24 hours exceeding 5 minutes. Top results: Call from +1-555-0142 at 2:34 PM (duration 8m 22s, answered), +1-555-0891 at 11:17 AM (duration 12m 5s, answered), +1-555-0267 at 9:45 AM (duration 6m 41s, voicemail). All calls show 'completed' status. The longest call was 18 minutes from +1-555-0334. This is an illustrative example based on typical Teltel call log structure.

Notes

This example demonstrates filtering call records by time range, duration, and direction. Teltel's API requires an API key with read access to call logs. Results are paginated; this prompt retrieves the first page. Actual call metadata depends on your account's telephony activity and retention settings.

Prompt

@Teltel pull SMS messages sent to +1-555-0198 in the past week and summarize the conversation thread

Output

Retrieved 8 SMS messages to/from +1-555-0198 over the past 7 days. Outbound: 5 messages (all delivered). Inbound: 3 messages. Thread summary: Initial outreach on Monday about appointment confirmation, customer replied Tuesday requesting reschedule, follow-up confirmation sent Wednesday, customer confirmed Thursday. Most recent message was Thursday 3:22 PM. This is an illustrative example of how Teltel returns SMS logs with status and timestamp metadata.

Notes

This example combines SMS retrieval with AI synthesis to create a conversation summary. Requires API key with SMS read permissions. Teltel returns messages in chronological order with delivery status; the AI interprets the thread context. Useful for customer service teams reviewing communication history before callbacks.

Prompt

@Teltel list all users in our account and flag anyone who hasn't been assigned a phone number yet

Output

Found 23 users in your Teltel account. 19 users have assigned phone numbers. 4 users without assignments: Sarah Chen (user ID: usr_8x2k, created Jan 15), Mike Torres (user ID: usr_9p4m, created Jan 18), Emma Liu (user ID: usr_1a7n, created Jan 22), James Park (user ID: usr_3r5q, created yesterday). All unassigned users have 'active' status but no telephony resources provisioned. This is an illustrative example based on typical Teltel user record structure.

Notes

This example shows user account synchronization and AI-driven filtering logic. Teltel's user list includes metadata like creation date and resource assignments, but the 'flagging' logic happens in the AI layer. Useful for onboarding audits or provisioning workflows. Results are paginated; accounts with 100+ users will need multiple queries.

Use-case deep-dives

Support ticket phone triage

When call logs close the loop on escalation handoffs

A 6-person support team fields 40-60 calls a day and routes escalations to engineering via Slack threads. The Get Call List tool pulls duration and status for every inbound call in the last 24 hours, so the team lead can spot patterns—three 8-minute calls from the same customer number usually means a P1 bug, not user error. Switchy surfaces those clusters in a morning digest without anyone opening the Teltel dashboard. This works if your call volume stays under 200 a day and you're not doing real-time sentiment analysis; beyond that threshold, you need a proper call-center platform with transcription. If your team already lives in Zendesk or Intercom and just needs call metadata to enrich tickets, this MCP closes the gap.

SMS campaign response tracking

When you need inbound SMS in the same workspace as campaign metrics

A 3-person marketing team at a local-services startup sends appointment reminders via SMS and wants to track opt-outs and confirmation replies without switching tools. The Get SMS List and Receive Inbound SMS tools let Switchy pull the last 500 messages and flag keywords like 'STOP' or 'YES' in a shared thread. The team reviews responses during weekly planning and adjusts send times based on reply velocity. This setup breaks down if you're sending more than 2,000 messages a month or need compliance workflows—Teltel's API doesn't expose delivery receipts or carrier metadata, so you're flying blind on deliverability. For low-volume campaigns where the team just needs to see replies in context, this MCP keeps SMS in the same workspace as your other metrics.

Onboarding user sync audit

When provisioning phone numbers means reconciling two user lists

A 10-person ops team provisions phone numbers for field technicians and needs to confirm that every active employee in the HRIS has a corresponding Teltel user. The Get Users List tool pages through the Teltel account and surfaces mismatches—new hires without numbers, deactivated employees still holding lines. Switchy runs this check every Monday morning and posts discrepancies to a Slack channel so the ops lead can fix provisioning gaps before payroll closes. This works if your headcount is under 200 and turnover is predictable; larger teams need a proper identity-management integration with automated deprovisioning. If you're manually reconciling user lists once a week and the stakes are 'wasted line fees' rather than 'compliance violation', this MCP saves 20 minutes of spreadsheet diffing.

Frequently asked

What does the Teltel MCP do in Switchy?

It pulls call logs, SMS history, and user lists from your Teltel account into Switchy conversations. Your team can ask questions like "show me all calls over five minutes yesterday" or "find SMS from this number" without logging into the Teltel dashboard. It also handles inbound SMS via webhook so AI agents can respond to texts in real time.

Do I need admin access to connect Teltel?

You need an API key from your Teltel account, which typically requires admin or account-owner permissions to generate. Once you paste the key into Switchy, the MCP authenticates all requests with it. If your Teltel admin restricts API access by IP or scope, coordinate with them before connecting.

Can the Teltel MCP send outbound SMS or make calls?

No. The four tools are read-only: they fetch call lists, SMS logs, and user records, plus receive inbound SMS via webhook. To send messages or place calls, use Teltel's dashboard or a separate integration. This MCP is for pulling communication history into Switchy, not triggering new activity.

Why use this instead of exporting CSV logs from Teltel?

CSV exports are snapshots; the MCP queries live data every time you ask. You can filter by date range, phone number, or message status on the fly, and the inbound-SMS webhook lets AI agents act on new texts as they arrive. It's faster for ad-hoc questions and eliminates manual download-and-upload cycles.

Who on the team should connect the Teltel MCP?

Whoever owns your Teltel account and can generate API keys—usually your ops lead or IT admin. Once connected, any Switchy user in your workspace can query call and SMS data in shared chats. The API key itself stays private; team members never see it, only the results it returns.

Data last verified 607 hours ago.Sources aggregated hourly to weekly. See docs/architecture/model-directory.md.