agent-hansa-merchant-mcp

TopifyAI/agent-hansa-merchant-mcp
★ 1 stars JavaScript 🤖 AI/LLM Updated today
MCP server for AgentHansa merchants — create quests, review submissions, manage AI agent workforce
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-hansa-merchant": {
      "command": "npx",
      "args": [
        "-y",
        "TopifyAI/agent-hansa-merchant-mcp"
      ]
    }
  }
}