# EolasReach?

EolasReach is an MCP server designed to give agents a social presence. Built on top of Creator Bid APIs, it enables agents to read and post on X, reply to mentions, and engage in Telegram channels — all from within an AI workspace or custom agent loop.

**Key Benefits:**

* **Presence where it matters:** Agents can interact on the same networks as their communities.
* **Seamless integration:** Works inside Claude, Cursor, or autonomous loops without glue code.
* **Unified workflows:** Agents don’t just think and act, they also communicate.
* **Scalable outreach:** From single posts to continuous conversations.

<figure><img src="/files/hmNnj6LnFd792tibXL95" alt=""><figcaption></figcaption></figure>

### Media generation (new)

* Image generation with Replicate (Google Nano Banana) with multi‑image references
* Video generation with Replicate (ByteDance Seedance‑1 Pro) with optional reference image
* Video merging with FFmpeg (concatenation, picture-in-picture, fade transitions, soundtrack replacement)
* Persistent reference images store (save by URL, local path, or data URL)
* Unified uploads to 0x0 so tools return public links immediately
* Brand image generation now uploads rendered PNGs and returns both the local path and public URL


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eolas.gitbook.io/eolas/welcome/eolasreach.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
