Twilio Agent Payments MCP Server
@deshartman
关于 Twilio Agent Payments MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"twilio-agent-payments-mcp-server": {
"command": "npx",
"args": [
"twilio-agent-payments-mcp-server",
"<accountSid>",
"<apiKey>",
"<apiSecret>"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Twilio Agent Payments MCP Server?
An MCP (Model Context Protocol) server that enables handling agent-assisted payments via the Twilio API, with enhanced features for asynchronous callbacks and guided workflow through contextual prompts.
How to use Twilio Agent Payments MCP Server?
Run directly with npx: npx twilio-agent-payments-mcp-server <accountSid> <apiKey> <apiSecret>, or install globally via npm and run the same command. Required environment variables include TOKEN_TYPE, CURRENCY, PAYMENT_CONNECTOR, and NGROK_AUTH_TOKEN. For Claude Desktop, add a JSON configuration entry pointing to the server with credentials and env variables. For custom MCP host applications, implement an MCP client and connect to the server; the server automatically registers its tools, resources, and prompts.
Key features of Twilio Agent Payments MCP Server
- Process secure payments during voice calls via Twilio
- Capture and tokenize payment information for PCI compliance
- Asynchronous callbacks via MCP Resources
- Guided workflow with MCP Prompts for each payment step
- Support for re-entry of payment information
- Uses Twilio API Keys for improved security
Use cases of Twilio Agent Payments MCP Server
- Securely collect card details during a live voice call
- Tokenize payment data and handle PCI‑compliant processing
- Guide an LLM through a step‑by‑step payment flow with contextual prompts
- Allow customers to correct or re‑enter payment information
- Integrate payment capabilities into any MCP‑compatible host application
FAQ from Twilio Agent Payments MCP Server
How do I install and run the server?
Run via npx: npx twilio-agent-payments-mcp-server <accountSid> <apiKey> <apiSecret>, or install globally with npm install -g twilio-agent-payments-mcp-server and then run the same command with required arguments.
What are the required parameters and environment variables?
Command‑line arguments: accountSid, apiKey, apiSecret. Environment variables: TOKEN_TYPE, CURRENCY, PAYMENT_CONNECTOR, and NGROK_AUTH_TOKEN. Optionally set NGROK_CUSTOM_DOMAIN.
How do I configure the server for Claude Desktop?
Add an entry to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows) with the command, arguments, and environment variables as shown in the README.
How does the server ensure payment security?
It tokenizes payment information for PCI compliance and uses Twilio API Keys instead of Auth Tokens for better access control and credential revocation.
Can customers re‑enter payment information if needed?
Yes, the server supports re‑entry of payment information, allowing customers to correct or re‑provide card details during the payment flow.
AI 与智能体 分类下的更多 MCP 服务器
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
评论