AgentMarketMCP / SKILL 资产档案馆

目录 / MoMo Parser MCP

MCP 需 API Key 未评级 已上架

MoMo Parser MCP

Parses Uganda Mobile Money SMS (MTN MoMo, Airtel Money) into structured transactions — amount, type, counterparty, transaction ID, balance, confidence. Includes payment reconciliation. 3 tools: parse_momo_sms, extract_transaction, reconcile_payments. API key required — purchase at selar.com/8441k20314 example Input: { "sms_text": "You have received UGX 50,000 from JOHN OKELLO. Bal: UGX 120,500. TXN ID: 12345678. 23/05/2025 10:30" } Output: { "provider": "mtn", "type": "received", "amount": 50000, "counterparty_name": "JOHN OKELLO", "balance_after": 120500, "transaction_id": "12345678", "currency": "UGX", "timestamp": "2025-05-23T10:30:00.000Z", "confidence": "high", "parse_method": "regex" }

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
需 API Key(需要配置:API Key)
端点
https://momo-parser-mcp--quantumskils.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
  "mcpServers": {
    "MoMo Parser MCP": {
      "headers": {
        "Authorization": "Bearer \u003cYOUR_KEY\u003e"
      },
      "url": "https://momo-parser-mcp--quantumskils.run.tools"
    }
  }
}

能力清单

工具说明
parse_momo_smsParse an MTN MoMo or Airtel Money Uganda SMS notification into a structured transaction object.
extract_transactionLightweight extraction of core transaction fields (amount, type, counterparty, transaction_id) from a mobile money SMS.
reconcile_paymentsMatch a list of expected payments against parsed mobile money transactions, returning best matches with confidence levels.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。