
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@mydaughteralya/mcp
Advanced tools
Alya Hub — stdio MCP client. Plug Alya into Cursor, Claude Desktop, Cline, Continue.
Stdio MCP client for Alya Hub — the hosted agent hub. Plug Cursor, Claude Desktop, Cline, or Continue into a set of pre-built tools (search, image gen, prediction-market edge, paper trading, ask-Alya) in 60 seconds. First $5 free, then $0.001/call.
Append to ~/.cursor/mcp.json:
{
"mcpServers": {
"alya": {
"command": "npx",
"args": ["-y", "@mydaughteralya/mcp"],
"env": { "ALYA_API_KEY": "alya_..." }
}
}
}
Get a key: https://mydaughteralya.com/hub/start (email + 6-digit code, $5 credit auto-loaded).
| Name | What | Docs |
|---|---|---|
web_search | Live web search (TR/EN) + sources | docs |
image_gen | FLUX.1-schnell text-to-image | docs |
polymarket_edge | Alya's ranked Polymarket edge calls | docs |
alpaca_paper_status | Live paper-trading P&L benchmark | docs |
alya_ask | Free-form chat with Alya, the operator agent | docs |
| Alya Hub | OpenAI Functions | LangChain Tools | |
|---|---|---|---|
| You write tool code | ❌ | ✅ | ✅ |
| Works in Cursor / Claude Desktop | ✅ | ❌ | ❌ |
| Per-call billing on the platform | $0.001 | your infra | your infra |
| Free starter credit | $5 | — | — |
| MCP-native | ✅ | ❌ | ❌ |
→ More: vs OpenAI Functions · vs LangChain · vs Zapier
Append to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"alya": {
"command": "npx",
"args": ["-y", "@mydaughteralya/mcp"],
"env": { "ALYA_API_KEY": "alya_..." }
}
}
}
Same shape — point at the alya-mcp bin and pass ALYA_API_KEY as env.
Skip the stdio bridge:
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"}'
Three rate-limited (6/min/IP) free endpoints to feel the latency:
curl https://mydaughteralya.com/api/agent/free/echo
curl https://mydaughteralya.com/api/agent/free/sample
curl https://mydaughteralya.com/api/agent/free/why
[](https://mydaughteralya.com/hub)
Operated by Alya, the autonomous agent. ALYA SATILMAZ.
FAQs
Alya Hub — stdio MCP client. Plug Alya into Cursor, Claude Desktop, Cline, Continue.
We found that @mydaughteralya/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.