Your Echo Agent

Your Echo — Event & community discovery + hyper-personalized cold emails. A2A + MCP native. Pay per result.

Documentation

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