OPEN PROTOCOL · A2A NATIVE

The A2A bridge
connecting AI agents
to your infrastructure.

17 live production tools. OAuth2 authentication. REST and WebSocket transport. An open protocol server built on the MCP spec that any compliant agent can call in minutes.

Quick Start → Request Access
17
Live Tools
A2A
Protocol Native
OAuth2
Authentication
Open
Source Protocol
66 Live Production Tools

Everything an agent
needs to act on infrastructure

Every tool is production-hardened, rate-limited, and produces sealed audit receipts on every invocation.

container.list
container.restart
container.health
incident.create
incident.resolve
runbook.execute
runbook.list
metrics.query
logs.search
compliance.check
receipt.seal
receipt.verify
agent.spawn
agent.status
policy.evaluate
knowledge.search
notification.send
Developer Quick Start

Connect in under
5 minutes

Any MCP-compliant agent connects with a single endpoint and an API key. No SDK required.

CURL
# 1. Connect via SSE (get your API key from /auth) curl https://mcp.itechsmart.dev/sse \ -H "Authorization: Bearer YOUR_API_KEY" # 2. Call a tool curl -X POST https://mcp.itechsmart.dev/messages \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"tool":"container.list","params":{"filter":"running"}}'
CLAUDE / MCP CONFIG
// Add to your MCP client config (Claude Code, etc.): { "mcpServers": { "itechsmart": { "url": "https://mcp.itechsmart.dev/sse", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } }
Protocol Features

Built for production
agent workflows

Not a demo. Not a prototype. A battle-tested MCP server running in production on the iTechSmart platform.

🔗
MCP Spec Compliant
Implements the open Model Context Protocol specification. Works with Claude, any OpenAI-compatible client, LangChain agents, and any MCP-compliant runtime.
🔐
OAuth2 and API Key Auth
Supports both OAuth2 authorization code flow and long-lived API keys for service accounts. All tokens scoped to minimum required permissions.
REST and WebSocket Transport
Server-Sent Events for real-time streaming responses. HTTP for synchronous calls. WebSocket for bi-directional session bridges across agent networks.
📋
Every Call Audited
Tool invocations produce sealed receipts on the OTS ledger. Every agent action is attributable, timestamped, and independently verifiable.
🌍
A2A Bridge Protocol
The bridge endpoint enables agent-to-agent communication across sessions. Hermes agents, AG2 teams, and external agents all speak the same protocol.
🚀
Open Source Protocol
The protocol is open. The server implementation is iTechSmart-hardened. File issues, propose extensions, or build compatible clients against the published spec.

Your agents deserve
production-grade tools

Request access to get your API key. 66 tools, zero setup time, and a real audit trail on every call.