Skip to content
Grok

momo parser mcp for Grok

io.github.quantumskils-arch/momo-parser-mcp

Parses MTN MoMo and Airtel Money Uganda SMS into structured JSON.

client:Grok transport:streamable-http

Install momo parser mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "momo-parser-mcp": {
      "type": "http",
      "url": "https://momo.opportunityradar.africa/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

momo parser mcp in other clients