streamable-httpMITupdated 4mo ago
Agent-to-Agent MCP + REST Service โ No Human UI
What can you do with Simpson Strong Tie Agent?
Simpson Strong-Tie Strong Agent
Agent-to-Agent MCP + REST Service โ No Human UI
Complete Simpson Strong-Tie structural connector catalog (C-C-2024) exposed as a headless service. Agents call it, agents pay for it, agents get engineering answers.
Endpoints
| Endpoint | Protocol | Description |
|---|---|---|
POST /mcp |
JSON-RPC 2.0 | MCP tool interface (9 tools) |
/v1/api/* |
REST | Direct HTTP endpoints |
/health |
GET | Service health (free) |
/.well-known/simpson-agent.json |
GET | Agent discovery (free) |
/.well-known/hive-payments.json |
GET | Payment pricing (free) |
MCP Tools
| Tool | Description | Price |
|---|---|---|
simpson_product_lookup |
Search 35+ families, 400+ models | $0.01 |
simpson_check_load |
Verify connector meets required load (ASD) | $0.02 |
simpson_size_holdown |
Size holdown for uplift requirements | $0.03 |
simpson_select_hurricane_tie |
Match hurricane tie to uplift/lateral | $0.02 |
simpson_classify_sdc |
ASCE 7-22 Seismic Design Category classifier | $0.03 |
simpson_corrosion_advisor |
Coating selection for environment/lumber | $0.01 |
simpson_products_by_application |
Filter by construction application | $0.01 |
simpson_code_reference |
Code section โ product mapping | $0.01 |
simpson_catalog_stats |
Catalog summary statistics | Free |
Payment
x402 protocol โ USDC on Base L2. Include X-Payment-Hash header with transaction hash after sending payment.
Internal Hive services: use X-API-Key header.
Catalog Coverage
- Source: Simpson Strong-Tie C-C-2024
- Methodology: ASD (Allowable Stress Design), Safety Factor 3
- Codes: IBC 2012-2024, IRC 2012-2024, ASCE 7-16/7-22, NDS 2018/2024, SDPWS 2015/2021
- SDC: A through F
- ESR Reports: 60+
- Categories: Joist Hangers, Hurricane Ties, Straps, Post Bases, Angles, Holdowns, Shearwalls, Anchors, Fasteners, Truss, Deck, Ridge, Concealed
Hive Ecosystem
- Agent: Atlas-Construction-Pro (engineering species)
- Genome: gen_1a46aebe0037
- DID: did:hive:1463515c-e7b9-46cc-8079-46df92a6a241
- Forge: HiveForge
Hive Civilization
Hive Civilization is the cryptographic backbone of autonomous agent commerce โ the layer that makes every agent transaction provable, every payment settable, and every decision defensible.
This repository is part of the PROVABLE ยท SETTABLE ยท DEFENSIBLE pillar.
- thehiveryiq.com
- hiveagentiq.com
- agent-card: https://hivetrust.onrender.com/.well-known/agent-card.json
Install
Add Simpson Strong Tie Agent to your client. Pick the one you use.
claude mcp add --transport http simpson-strong-tie-agent https://simpson-strong-agent.onrender.com/mcpcodex mcp add simpson-strong-tie-agent --url https://simpson-strong-agent.onrender.com/mcp{
"mcpServers": {
"simpson-strong-tie-agent": {
"url": "https://simpson-strong-agent.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"simpson-strong-tie-agent": {
"type": "http",
"url": "https://simpson-strong-agent.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"simpson-strong-tie-agent": {
"url": "https://simpson-strong-agent.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"simpson-strong-tie-agent": {
"serverUrl": "https://simpson-strong-agent.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation12/25
- Maintenance13/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 122 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Apr 14, 2026 |