Skip to main content

Agents · MCP Tools

Give your agents real tools, via MCP

Agents get things done by calling tools. Through the Model Context Protocol, your agent can use a curated set of managed gateway tools or any MCP server you bring — all governed per account.

How it works

Managed tools, plus your own

Use what's provided out of the box, or extend your agent with any MCP server — access is always governed by the gateway.

Connect your own MCP servers

Register any Model Context Protocol server with a command, arguments, and environment — your agent picks up its tools instantly.

Managed gateway tools

A curated set of tools is auto-attached through the EcoHash MCP gateway — protected and ready to use, with nothing to configure.

Governed access

Tool access is granted per account. The gateway hides tools an account isn't allowed and rejects them if called anyway.

Standard protocol

MCP is an open standard, so the tools and servers you already use drop straight into your agent.

Bring your own

Add a server in one definition

Point the workspace at any MCP server. The gateway wires its tools into your agent's tool list.

# Register a custom MCP server for your agent
{
  "name": "github",
  "command": "npx",
  "args": ["-y", "@modelcontextprotocol/server-github"],
  "env": { "GITHUB_TOKEN": "ghp_..." }
}

Wire up your agent's tools

Start with the managed gateway tools, then connect your own MCP servers as you grow.