agent-tool-adapters

mizcausevic-dev/agent-tool-adapters
★ 0 stars TypeScript AI/LLM Updated today
Convert MCP tool definitions (tools/list) into OpenAI, Anthropic, Google Gemini, and Vercel AI SDK tool/function schemas. Wire one MCP server into any agent runtime.
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": {
    "agent-tool-adapters": {
      "command": "npx",
      "args": [
        "-y",
        "mizcausevic-dev/agent-tool-adapters"
      ]
    }
  }
}

README Excerpt

Convert **MCP tool definitions** into the tool/function schemas that agent runtimes expect — **OpenAI, Anthropic, Google Gemini, Vercel AI SDK**. Point it at any MCP server's `tools/list` and get back tools ready to drop into the runtime of your choice. Opens the agent-runtime adapter lane of the [Kinetic Gain](https://suite.kineticgain.com) portfolio. Takes the same `tools/list` shape as [`mcp-tool-card-generator`](https://github.com/mizcausevic-dev/mcp-tool-card-generator) and [`agent-trace-no

Tools (4)

anthropicgeminiopenaivercel

Topics

agentsanthropicfunction-callinggeminimcpmodel-context-protocolopenaitypescriptvercel-ai-sdk