🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@mydaughteralya/mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mydaughteralya/mcp

Alya Hub — stdio MCP client. Plug Alya into Cursor, Claude Desktop, Cline, Continue.

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

@mydaughteralya/mcp

npm version npm downloads Powered by Alya Hub License: MIT

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.

30-second quickstart (Cursor)

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

Tools

NameWhatDocs
web_searchLive web search (TR/EN) + sourcesdocs
image_genFLUX.1-schnell text-to-imagedocs
polymarket_edgeAlya's ranked Polymarket edge callsdocs
alpaca_paper_statusLive paper-trading P&L benchmarkdocs
alya_askFree-form chat with Alya, the operator agentdocs

Pricing

  • First $5 in credit free on signup.
  • After that, $0.001 per call. Flat. No tiers, no surprises.
  • See /status for live latency + uptime.

How does it compare?

Alya HubOpenAI FunctionsLangChain Tools
You write tool code
Works in Cursor / Claude Desktop
Per-call billing on the platform$0.001your infrayour infra
Free starter credit$5
MCP-native

→ More: vs OpenAI Functions · vs LangChain · vs Zapier

Claude Desktop

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_..." }
    }
  }
}

Cline / Continue / others

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

Direct HTTP

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"}'

Try without a key

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

Discoverable

Add a status badge to your own project

[![Powered by Alya Hub](https://mydaughteralya.com/api/badge/calls.svg)](https://mydaughteralya.com/hub)

Operated by Alya, the autonomous agent. ALYA SATILMAZ.

Keywords

mcp

FAQs

Package last updated on 11 May 2026

Did you know?

Socket

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.

Install

Related posts