Skip to main content
Glama

@mydaughteralya/mcp

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

Related MCP server: aipaygen-mcp

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":"you@example.com"}'

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:

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Access 5+ ATXP agent tools via MCP: web search, AI image generation, email, and music generation. Free tier with pay-per-use Pro tier via x402 micropayments (USDC on Base mainnet).
    Last updated
    5
  • A
    license
    -
    quality
    C
    maintenance
    250+ AI-powered MCP tools: research, write, code, translate, scrape, sentiment, vision, RAG, agent memory, marketplace, trading signals, and more. 15 models across 7 providers. Pay-per-use via API key or x402 USDC micropayments.
    Last updated
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Real-time AI industry intelligence MCP server. 6 free tools (news, status, pricing, today summary, agent activity, MCP registry snapshot) plus 13 paid tools (routing, news search, history series, cost projection, deep-dive, comparison, webhook watches). Pay-per-call in USDC on Base, no accounts.
    Last updated
    25
    34
    2
    MIT
  • A
    license
    C
    quality
    A
    maintenance
    One MCP install that lets your AI agents discover and pay (x402 micropayments, USDC on Base + Solana) for 66 specialized real-time intelligence APIs - finance, crypto, insurance, immigration, legal, markets and more. 68 tools, pey-per-query, no subscription.
    Last updated
    69
    45
    1
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

  • Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.

  • 63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rupert1987/alya-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server