PluginBench
MCP Server

Simpson Strong-Tie Agent MCP Server

io.github.srotzin/simpson-strong-agent-service

What is the Simpson Strong-Tie Agent MCP server?

Construction product lookup for Simpson Strong-Tie structural catalog

How to install Simpson Strong-Tie Agent

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "simpson-strong-agent-service": {
      "url": "https://simpson-strong-agent.onrender.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "simpson-strong-agent-service": {
      "serverUrl": "https://simpson-strong-agent.onrender.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "simpson-strong-agent-service": {
      "type": "http",
      "url": "https://simpson-strong-agent.onrender.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "simpson-strong-agent-service": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://simpson-strong-agent.onrender.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http simpson-strong-agent-service https://simpson-strong-agent.onrender.com/mcp

Related MCP servers

Intent execution engine for autonomous agent task routing

View repository →

Trust & settlement for AI agents: DID, ZK reputation, audit, USDC/USDCx/USAD/ALEO. First DID free.

View repository →

A/B experiment runner for the A2A network with x402 micropayments on Base USDC.

View repository →

HiveAddressScreen MCP — pre-settlement on-chain risk screen. 17-vector GoPlus rail

View repository →

KYA agent identity verification and trust scoring for autonomous A2A networks

View repository →

Per-agent rate limits and quota enforcement for the Hive A2A economy

View repository →
Simpson Strong-Tie Agent MCP Server | PluginBench