native-mcp

Discover MCP tools from external servers and register them as native Hermez Agent tools.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/gqf2008/hermez-ai --skill native-mcp-gqf2008
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: native-mcp
Source: https://github.com/gqf2008/hermez-ai/tree/main/skills/mcp/native-mcp
Command: npx skills add https://github.com/gqf2008/hermez-ai --skill native-mcp-gqf2008

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Built-in MCP (Model Context Protocol) client that connects to external MCP servers, discovers their tools, and registers them as native Hermez Agent tools. Supports stdio and HTTP transports with automatic reconnection, security filtering, and zero-config tool injection.

Core Features & Use Cases

  • Discover MCP tools at startup and expose them as first-class Hermez tools
  • Auto-inject tools into all platform toolsets for seamless access
  • Supports stdio and HTTP transports with automatic reconnection and secure filtering

Quick Start

Configure MCP servers in your config.yaml and restart Hermez Agent to begin discovery and injection of MCP tools.

Frequently Asked Questions about native-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect an MCP server to an agent and auto-register its tools?

Auto-registering MCP tools requires a configured mcp_servers entry in your agent's config.yaml. At startup, the built-in client discovers external MCP tools and injects them as native Hermez tools.

What transports does the MCP client support for discovering tools?

MCP tool discovery supports both stdio and HTTP transports, applying automatic reconnection and security filtering to seamlessly expose external server tools as native platform tools.

Do I need to install the mcp Python package to use MCP tool discovery?

Yes, MCP tool discovery requires the optional mcp Python package for managing tool discovery. Additionally, an mcp_servers entry must be configured in the agent's config to enable startup discovery.

How does discovering MCP tools work with Hermez Agent toolsets?

MCP tool discovery auto-injects external server tools into all Hermez Agent platform toolsets at startup, exposing them as first-class native tools for seamless cross-server access.

Can I use MCP server tools across different platform toolsets?

Yes, discovered MCP server tools are automatically injected into all platform toolsets, providing seamless cross-server capabilities across the entire Hermez Agent environment.