agents-mcp-tools

Koredotcom/agents-mcp-tools
★ 1 stars TypeScript AI/LLM Updated 13d ago
MCP tools for AI Agents to debug, manage, and interact with the [Kore.ai Agent Platform](https://agents.kore.ai).
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": {
    "agents-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "Koredotcom/agents-mcp-tools"
      ]
    }
  }
}