What is the AgentUtility Model Router MCP server?
MCP server for the @agentutility model-router cluster — pay-per-call x402 tools, no API keys, USDC…
How to install AgentUtility Model Router
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-model-router": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-model-router"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-model-router": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-model-router"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-model-router": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-model-router"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-model-router": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-model-router"
]
}
}
}Claude Code
claude mcp add mcp-model-router -- npx -y @agentutility/mcp-model-routerRelated MCP servers
MCP server for the @agentutility agentops cluster — pay-per-call x402 tools, no API keys, USDC on…
View repository →MCP server for the @agentutility bestiary cluster — pay-per-call x402 tools, no API keys, USDC on…
View repository →MCP server for the @agentutility browser-workflow cluster — pay-per-call x402 tools, no API keys…
View repository →MCP server for the @agentutility compose cluster — pay-per-call x402 tools, no API keys, USDC on…
View repository →MCP server for the @agentutility edge-finance cluster — pay-per-call x402 tools, no API keys, USDC…
View repository →MCP server for the @agentutility edge-market cluster — pay-per-call x402 tools, no API keys, USDC…
View repository →