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_..." }
}