loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

truss-mesh-bridge

MCP Tool

claw-factory/truss-mesh-bridge

Agentify microservices — import OpenAPI specs, every endpoint becomes an MCP tool

Install

$ npx loaditout add claw-factory/truss-mesh-bridge

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "truss-mesh-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "truss-mesh-bridge"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

TRUSS Service Mesh MCP Bridge

[](https://www.npmjs.com/package/truss-mesh-bridge) [](https://opensource.org/licenses/MIT)

Turn any service mesh (collection of REST/gRPC APIs) into MCP tools for AI agents. Import an OpenAPI spec, and every endpoint becomes a callable tool through a single MCP interface.

Swagger/OpenAPI to MCP Server in one command.

Quick Start

Run with npx (no install needed):

npx -y truss-mesh-bridge
Claude Desktop / Claude Code

Add to your claude_desktop_config.json or .claude/settings.json:

{
  "mcpServers": {
    "mesh-bridge": {
      "command": "npx",
      "args": ["-y", "truss-mesh-bridge"]
    }
  }
}
Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "mesh-bridge": {
      "command": "npx",
      "args": ["-y", "truss-mesh-bridge"]
    }
  }
}

Then in Claude Code:

> Use import_openapi to add https://petstore3.swagger.io/api/v3/openapi.json
> Use list_services to see what's available
> Use call_service to call petstore GET /pet/findByStatus with status=available

---

Tools
Free Tier

| Tool | Description | |------|-------------| | import_openapi | Import an OpenAPI spec (URL or raw content) and register all endpoints as tools | | list_services | List all registered services, endpoints, and health status | | call_service | Call any registered service endpoint with parameter substitution and retries | | health_check | Check health of all registered services |

Pro Tier ($49/mo)

| Tool | Description | |------|-------------| | auto_discover | Scan a base URL for OpenAPI specs and auto-register services | | generate_mcp_config | Generate standalone MCP server packages (npm, Docker, Claude config) | | aggregate_query | Natural language queries across multiple services (AI-powered routing) | | `monitor_me

Tags

aiai-agentapi-gatewaybridgeclaudecursormcpmcp-servermicroservicesmodel-context-protocolopenapirestservice-meshswagger

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated19 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/30/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/claw-factory/truss-mesh-bridge)](https://loaditout.ai/skills/claw-factory/truss-mesh-bridge)