
Zeta Chain Cli
Let your coding agent call Zeta Chain CLI workflows over MCP instead of you copying terminal commands by hand.
Overview
ai.smithery/zeta-chain-cli is a Build-phase MCP server that connects coding agents to Zeta Chain CLI capabilities via Smithery’s remote MCP endpoint.
What is this MCP server?
- Streamable HTTP remote hosted on Smithery at server.smithery.ai/@zeta-chain/cli/mcp
- Bearer Smithery API key required for authenticated remote access
- Source lives in zeta-chain/cli repository under src/mcp
- Server schema version 1.0.0 per MCP 2025-09-29 catalog metadata
- Agent-invokable surface over Zeta Chain CLI rather than a local-only terminal habit
- Catalog server version 1.0.0
- Transport type streamable-http via Smithery
- Repository github.com/zeta-chain/cli subfolder src/mcp
Community signal: 6 GitHub stars.
What problem does it solve?
Blockchain CLI steps are easy to mistype or skip when you bounce between an agent chat and a separate terminal.
Who is it for?
Solo builders shipping Zeta Chain or cross-chain features who already use Smithery-hosted MCP remotes with Claude Code or Cursor.
Skip if: Teams that want a pure local stdio MCP with no Smithery account, or builders with zero onchain integration plans.
What do I get? / Deliverables
After you add the Smithery remote and API key, your agent can invoke Zeta Chain CLI-oriented tools in one integrated workflow.
- Registered remote MCP connection to @zeta-chain/cli on Smithery
- Agent-callable tools backed by zeta-chain/cli src/mcp
- Repeatable chain CLI steps without manual copy-paste from chat
Recommended MCP Servers
Journey fit
How it compares
Smithery-hosted MCP bridge to a blockchain CLI—not an in-repo agent skill or a generic web scraper.
Common Questions / FAQ
Who is ai.smithery/zeta-chain-cli for?
It is for indie developers and agent users who automate Zeta Chain CLI tasks from Claude Code, Cursor, or Codex through Smithery.
When should I use ai.smithery/zeta-chain-cli?
Use it during build and integrations when your agent should propose chain CLI steps instead of you running opaque commands alone.
How do I add ai.smithery/zeta-chain-cli to my agent?
Register the streamable-http remote URL https://server.smithery.ai/@zeta-chain/cli/mcp and set Authorization to Bearer plus your smithery_api_key.