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.

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).