npm warp-mcpstdioMITupdated 12d ago
MCP server for the Ringer WARP platform — SIP trunking, phone numbers, porting, messaging/10DLC, billing, and CDR analytics.
warp 能做什么?
warp-mcp
MCP server for the Ringer WARP platform — SIP trunking, phone numbers, porting, messaging/10DLC, billing, and CDR analytics.
Gives AI agents (Claude, Cursor, Copilot, Codex, ChatGPT) full access to the WARP Customer API: 135 tools covering trunk provisioning, number search and ordering, port-in lifecycle, 10DLC brand/campaign registration, SMS sending, invoices, and call-detail analytics.
Quick Start
# Recommended: global install — the setup wizard runs automatically
npm install -g warp-mcp
# Or run the wizard explicitly / without installing
npx -y warp-mcp setup
The wizard validates your API key, stores it in ~/.warp-mcp/config.json, and registers the server with every MCP client it detects (Claude Code, Claude Desktop, Cursor, Codex, GitHub Copilot, ChatGPT Desktop).
You need a WARP API key (rk_...) — mint one in the WARP portal under Settings → API Keys.
One-command installs
Claude Code
claude mcp add -s user warp -e WARP_API_TOKEN=rk_your_key -- npx -y warp-mcp
Cursor — click to install (then replace YOUR_WARP_API_KEY)
Manual (any MCP client)
{
"mcpServers": {
"warp": {
"command": "npx",
"args": ["-y", "warp-mcp"],
"env": { "WARP_API_TOKEN": "rk_your_key" }
}
}
}
See INSTALL.md for per-client walkthroughs, troubleshooting, and uninstall steps.
Hosted endpoint
No local install needed — connect straight to https://mcp.warp.ringer.tel/ (Streamable HTTP).
Desktop connectors (claude.ai, ChatGPT): add a custom connector with that URL and sign in with your WARP account when prompted — the hosted endpoint authenticates via OAuth 2.1 and grants your customer-scoped permissions (excluding admin surfaces, Buzz, and API-key management — those stay in the portal).
Developer / CLI clients: authenticate with a bearer rk_ key instead:
claude mcp add --transport http warp https://mcp.warp.ringer.tel/ \
--header "Authorization: Bearer $WARP_API_KEY"
{
"mcpServers": {
"warp": {
"type": "http",
"url": "https://mcp.warp.ringer.tel/",
"headers": { "Authorization": "Bearer rk_your_key_here" }
}
}
}
Keys are minted in the WARP portal under Settings → API Keys.
Tools
| Prefix | Group | Tools | What it does |
|---|---|---|---|
trunk_ |
SIP Trunks | 24 | Trunk CRUD, SIP credentials, endpoints, IP ACLs, registrations |
port_ |
Porting | 33 | Port-in requests end to end: draft → validate → submit → activate, documents, TIN compliance |
msg_ |
Messaging | 33 | Send SMS, message history, 10DLC brands/campaigns, number enrollment, TCR reference data |
num_ |
Numbers | 15 | Search, order, release DIDs; per-TN voice/SMS config; port-out PINs |
team_ |
Team | 9 | Members and RBAC roles |
bill_ |
Billing | 5 | Balance, ledger, invoices (JSON + HTML) |
cdr_ |
Analytics | 5 | Call detail records, statistics, trends, CSV export |
acct_ / net_ / key_ |
Account | 10 | Capacity, utilization, scopes, WARP network IPs, API-key audit |
warp_status |
Diagnostics | 1 | Config + connectivity check |
The server also ships a warp-guide prompt (and server instructions) with deep WARP domain knowledge — workflows, concepts, and common mistakes.
Environment variables
| Variable | Default | Purpose |
|---|---|---|
WARP_API_TOKEN |
— | API key (rk_...). Overrides ~/.warp-mcp/config.json |
WARP_API_BASE_URL |
https://api.warp.ringer.tel |
API base URL override |
WARP_REQUEST_TIMEOUT_MS |
30000 |
Per-request timeout |
Token resolution order: env var → ~/.warp-mcp/config.json → unauthenticated (tools return guidance to run setup).
Development
npm ci --ignore-scripts
npm run build # tsc → dist/
npm test # vitest (in-memory MCP transport)
npm run dev # tsx src/index.ts
Releases are published from CI: npm version patch|minor|major, push with --follow-tags, create a GitHub release — the workflow publishes to npm (OIDC trusted publishing with provenance) and to the MCP Registry (io.github.ringer/warp). Do not run npm publish locally after the initial release.
License
MIT © Ringer
安装
把 warp 添加到你的客户端。选择你正在使用的那个。
claude mcp add warp-mcp -- npx -y warp-mcpcodex mcp add warp-mcp -- npx -y warp-mcpamp mcp add warp-mcp -- npx -y warp-mcp{
"mcpServers": {
"warp-mcp": {
"command": "npx",
"args": [
"-y",
"warp-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"warp-mcp": {
"command": "npx",
"args": [
"-y",
"warp-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"warp-mcp","command":"npx","args":["-y","warp-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"warp-mcp": {
"command": "npx",
"args": [
"-y",
"warp-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"warp-mcp": {
"command": "npx",
"args": [
"-y",
"warp-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"warp-mcp": {
"command": "npx",
"args": [
"-y",
"warp-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"warp-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"warp-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"warp-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"warp-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y warp-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
8 个工具
warp 向已连接的智能体提供 8 个工具。
- trunk_
- SIP Trunks
- port_
- Porting
- msg_
- Messaging
- num_
- Numbers
- team_
- Team
- bill_
- Billing
- cdr_
- Analytics
- warp_status
- Diagnostics
评分
78 / 100
良好
- 文档25/25
- 维护19/25
- 可信度16/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 4 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.1.0最新 | 2026年8月27日 |
| 1.0.2 | 2026年7月6日 |