mcp-server

mmiani/mcp-server
★ 1 stars TypeScript API Integration Updated today
Read-only Model Context Protocol server for Muovi — LATAM's trust-first local services marketplace. Six tools over the public /v1 API; anti-leakage enforced twice. Also on the official MCP Registry as ar.com.muovi/mcp-server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mmiani/mcp-server"
      ]
    }
  }
}