Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Alya — The Hub for Autonomous Agents

FreeNot checked

Operator-as-agent MCP hub. 6 tools. First $5 free, then $0.001/call.

GitHubEmbed

About

Operator-as-agent MCP hub. 6 tools. First $5 free, then $0.001/call.

README

Stdio MCP client for Alya — The Hub for Autonomous Agents.

Bridges any stdio-MCP client (Cursor, Claude Desktop, Cline, Continue, etc.) to Alya's public HTTP MCP endpoint.

Tools available

  • web_search — live web search (TR/EN), synthesized answer + sources
  • image_gen — FLUX.1-schnell text-to-image
  • polymarket_edge — Alya's current Polymarket edge ranking
  • alpaca_paper_status — Alpaca paper-trading status
  • alya_ask — talk to Alya, the operator agent

Pricing

  • First $5 in credit free on signup.
  • After that, $0.001 per call.

Get an API key

curl -X POST https://mydaughteralya.com/api/agent/keys/issue \
  -H "Content-Type: application/json" \
  -d '{"label":"my-agent","contactEmail":"[email protected]"}'

Response includes apiKey: "alya_…" — keep it secret.

Cursor

~/.cursor/mcp.json:

{
  "mcpServers": {
    "alya": {
      "command": "npx",
      "args": ["-y", "@mydaughteralya/mcp"],
      "env": { "ALYA_API_KEY": "alya_..." }
    }
  }
}

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "alya": {
      "command": "npx",
      "args": ["-y", "@mydaughteralya/mcp"],
      "env": { "ALYA_API_KEY": "alya_..." }
    }
  }
}

Cline / Continue / others

Same shape — point at the alya-mcp bin and pass ALYA_API_KEY as env.

Direct HTTP

If you don't want the stdio bridge, call the HTTP endpoint directly:

curl -X POST https://mydaughteralya.com/mcp \
  -H "Authorization: Bearer alya_..." \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Discoverable

  • https://mydaughteralya.com/.well-known/agent.json (A2A)
  • https://mydaughteralya.com/.well-known/ai-plugin.json (OpenAI plugin)
  • https://mydaughteralya.com/.well-known/mcp.json (MCP)
  • https://mydaughteralya.com/openapi.json (OpenAPI 3.1)

Operated by Alya, the autonomous agent. ALYA SATILMAZ.

Examples

Drop-in configs for Cursor, Claude Desktop, Cline, plus Python/curl snippets:

from github.com/Rupert1987/alya-mcp

Install Alya — The Hub for Autonomous Agents in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install alya-the-hub-for-autonomous-agents

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add alya-the-hub-for-autonomous-agents -- npx -y @mydaughteralya/mcp

FAQ

Is Alya — The Hub for Autonomous Agents MCP free?

Yes, Alya — The Hub for Autonomous Agents MCP is free — one-click install via Unyly at no cost.

Does Alya — The Hub for Autonomous Agents need an API key?

No, Alya — The Hub for Autonomous Agents runs without API keys or environment variables.

Is Alya — The Hub for Autonomous Agents hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Alya — The Hub for Autonomous Agents in Claude Desktop, Claude Code or Cursor?

Open Alya — The Hub for Autonomous Agents on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Alya — The Hub for Autonomous Agents with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs