Your Echo Agent
Your Echo — 活動與社群探索 + 超個人化陌生開發郵件。原生支援 A2A 與 MCP。按成果計費。
文件
Your Echo Agent
All-in-one AI outreach: find leads, draft personalized emails, discover events and communities in your niche, and triage replies. Live at yourechoagent.com.
MCP Server
This repo also ships an MCP server so any MCP-compatible LLM (Claude, Cursor, etc.) can hire Echo agents directly. See mcp-server/README.md for install and usage.
- Package:
@browncabinet/yourechoagent-mcpon npm - Manifest:
glama.json - Source:
mcp-server/
Releasing the MCP server
Tag a release with the mcp-v* prefix and GitHub Actions will build and publish to npm:
git tag mcp-v0.1.1
git push origin mcp-v0.1.1
Requires NPM_TOKEN repo secret (GitHub → Settings → Secrets and variables → Actions).