Your Echo Agent

आपका इको — ईवेंट और समुदाय खोज + अति-वैयक्तिकृत कोल्ड ईमेल। 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).