PacketExchange MCP
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PacketExchange MCPShow me the cheapest voice routes to Kenya with ASR."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PacketExchange runs a hosted Model Context Protocol server. Once your client is connected, an agent can search the marketplace, compare routes, run a phone verification, send an SMS, place a call and follow it, and check the account balance, by calling tools by name.
This repository holds the documentation and ready-to-use client configurations. There is nothing to build or host: the server runs at PacketExchange.
Server
Endpoint |
|
Transport | Streamable HTTP, stateless (every request stands alone, with no session to keep) |
Legacy endpoint |
|
Tools | 33: 15 marketplace and account tools, 18 Switch tools |
Authentication |
|
Related MCP server: agentline-mcp
Install
Pick your client and copy its configuration:
Client | Guide | Configuration |
Claude Code | ||
Claude Desktop | ||
Cursor | ||
VS Code | ||
Codex | ||
Any other MCP client |
Clients that connect to remote servers directly need only the URL and the header. For example, a client that reads an mcpServers file with environment variable expansion:
{
"mcpServers": {
"packetexchange": {
"type": "http",
"url": "https://packetexchange.io/mcp/http",
"headers": {
"Authorization": "Bearer ${PACKETEXCHANGE_API_KEY}"
}
}
}
}Clients that can only start local commands reach the server through the mcp-remote bridge, which needs a current Node.js LTS release.
Quick start
With the server connected, try a public tool. These need no key and cost nothing:
"What are the five cheapest voice routes to Kenya on PacketExchange? Include the seller-stated ASR."
"Give me a summary of the PacketExchange marketplace right now."
More in docs/example-prompts.md.
Tools
Group | Tools |
Discover (public, free) |
|
Route |
|
Send (billed) |
|
Verify |
|
Account |
|
Switch (Switch plan) | 18 |
wmmn_make_call places the call asynchronously and can speak text, play audio and collect keypad digits once the call is answered. It waits a short time for the result; if the call is still running, wmmn_get_call reads its status, cost and gathered digits later.
The full reference, with parameters, required scopes and cost notes, is in docs/tools.md.
Authentication
Using account tools needs a PacketExchange account with prepaid credit: sign up at packetexchange.io, add credit, and create an API key in the dashboard under API keys.
The key is sent as an
Authorization: Bearer <key>header, configured once in your MCP client. It is the only way the server accepts a key: no tool takes a key as an argument, so the key never passes through the model or into the conversation.The public tools (
wmmn_list_routes,wmmn_route_details,wmmn_market_summary) work without a key. Any other tool called on a connection without one returns an error asking you to add the header.Use a dedicated key with only the scopes the agent needs. Read docs/security.md before using account tools.
Costs
Tools that spend money say so in their descriptions, so the agent knows before it calls them. Calls and messages are billed from your prepaid balance at the route price plus the platform fee (2% of the route rate, capped at $0.001 per call or message). See pricing for details.
Good to know
ASR and ACD figures on listings are stated by the seller, not measured by PacketExchange.
wmmn_send_smsreturns the send-time outcome (accepted, sent or failed). The delivery outcome, when the route returns a carrier receipt, is available from the REST API (GET /comms/sms/{messageId}) and thesms.deliveredandsms.failedwebhooks.Voice passcodes and spoken call actions can use English, Spanish, French, German, Portuguese and Hindi.
Test keys (
wmmn_test_sk_...) simulate calls and messages against test credit. They can read Switch data but cannot change it, and cannot make x402 top-ups: those requests are refused withTEST_KEY_NOT_ALLOWED.Use PacketExchange for transactional messages and calls to people who expect them, such as verification codes, alerts and appointment reminders.
Links
MCP server overview: packetexchange.io/mcp
Developers: packetexchange.io/developers
API reference: packetexchange.io/api-docs
OpenAPI specification: packetexchange-openapi
Support: support@packetexchange.io
License
The documentation and configurations in this repository are released under the MIT License.
This server cannot be deployed
Maintenance
Related MCP Connectors
Communication stack for AI agents: SMS, AI voice calls, phone numbers, and account events.
40+ Lightning-paid AI tools for agents: calls, SMS, fax, voice, translation. No signup, no keys.
Give AI agents secure access to RevDesk calling, SMS, phone numbers, caller IDs, and usage.
Build, test, deploy and run AI phone agents: agents, numbers, calls, tests, knowledge, campaigns.
Related MCP Servers
FlicenseBqualityFmaintenanceEnables interaction with Telnyx's telephony, messaging, and AI assistant APIs to manage phone numbers, send messages, make calls, and create AI assistants. Includes webhook support for real-time event handling and comprehensive tools for voice, SMS, cloud storage, and embeddings.4625-- AlicenseAqualityCmaintenanceGives AI agents phone numbers, email, SMS, and voice calls as MCP tools, enabling them to provision numbers, capture 2FA codes, send messages, and make calls.15MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to manage phone numbers, send/receive SMS, and place voice calls through natural language, connecting to the phone network via the AgentPhone API.296 npm123MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with the TelecomsXChange wholesale telecom API for voice termination, SMS, DID management, eSIM, and account operations through 55 tools and 7 guided workflows using natural language.2MIT