xendit-mcp
xendit-mcp (只读)
用于 Xendit 的极简只读 MCP 服务器。专为 CareNow 问题解决代理构建 — 用于查找付款、支出、退款和虚拟账户 (VA) 交易。绝不进行资金转移。
非官方项目。未与 Xendit 关联或受其认可。
为什么选择只读?
代理不应能够调用 create_disbursement、create_refund 或 expire_invoice — 即使是通过 Xendit 端字段的提示注入也不行。此服务器仅公开 GET 端点。为了实现深度防御,请同时使用权限范围限定为 *_READ 的 Xendit API 密钥。
Related MCP server: mcp-sqlserver-readonly
安装与运行
无需克隆。通过 npx 直接从 GitHub 安装:
{
"mcpServers": {
"xendit": {
"command": "npx",
"args": ["-y", "github:indratjhai/xendit-mcp"],
"env": {
"XENDIT_API_KEY": "xnd_development_..."
}
}
}
}首次运行时,npm 会克隆仓库、安装依赖项,并通过 prepare 脚本运行 npm run build。之后它将从缓存的安装中启动。
锁定特定提交以实现可重复性:
"args": ["-y", "github:indratjhai/xendit-mcp#<commit-sha>"]本地开发
git clone https://github.com/indratjhai/xendit-mcp.git
cd xendit-mcp
npm install
cp .env.example .env # fill in XENDIT_API_KEY
npm run devAPI 密钥
创建一个具有只读权限的密钥:
BALANCE_READINVOICE_READTRANSACTION_READDISBURSEMENT_READREFUND_READPAYMENT_REQUEST_READ
开发时请使用
xnd_development_...测试密钥。
工具
工具 | 用途 |
| 按类型(现金 / 持有 / 税务)查询账户余额 |
| 按 external_id、状态、日期范围筛选 |
| 按 ID 查询发票 |
| 核心工具 — 按 reference_id、类型、渠道、日期筛选 |
| 按 ID 查询交易 |
| 按 ID 查询支出 |
| 按您的参考编号查询支出 |
| 按 payment_request_id / invoice_id / reference_id 筛选 |
| 按 ID 查询退款 |
| 新版支付 API — 按 reference_id 筛选 |
| 按 ID 查询支付请求 |
| 虚拟账户 — 用于调查错误的虚拟账户支付 |
| 按 payment_id 查询虚拟账户支付 |
不包含的功能(设计使然)
create_invoice、expire_invoicecreate_disbursementcreate_refundcreate_payment_request任何 POST / PATCH / DELETE 操作
如果工作流需要进行变更操作,应在 Xendit 仪表板中手动完成,或通过人工审核的独立审批流程完成 — 而不是通过代理会话。
安全说明
API 密钥从
XENDIT_API_KEY环境变量中读取。绝不记录,绝不发送到工具输出。网络出口硬编码为
https://api.xendit.co— 不允许访问其他主机。路径组件 ID 经过
^[a-zA-Z0-9_-]+$验证并进行 URL 编码。所有工具输入均经过 zod 验证。
仅有的运行时依赖:
@modelcontextprotocol/sdk、zod。
许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityCmaintenanceRead-only MCP server that allows AI assistants to query and monitor KVM Fleet devices, audit logs, and console sessions through the official REST API.5141MIT- Alicense-qualityCmaintenanceRead-only SQL Server MCP server enabling safe database queries, table listing, and schema inspection with built-in security protections.MIT
- Flicense-qualityCmaintenanceRead-only MCP server for Hevo Data API, enabling monitoring of pipelines, objects, destinations, models, and workflows with secure self-hosted credentials.
- Alicense-qualityAmaintenanceA read-only MCP Server that acts as an interface between a MariaDB database and Open-WebUI. It allows only read-only queries and blocks all write operations.Apache 2.0
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/indratjhai/xendit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server