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: TensorFeed

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:

Related MCP Connectors

  • Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.

  • The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call.

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

  • Your agent needs live data — a competitor's traffic, who to contact there, what people are saying, what Google and ChatGPT answer about you, a company's filings. Normally that is six vendor accounts, six sets of keys and six SDKs. This is one URL. **What you can ask for** • "How much traffic does stripe.com get, where does it come from, and who competes for the same keywords?" • "Find 20 Series-B fintech companies in Germany and the heads of marketing there, with emails." • "Does ChatGPT mention our brand when someone asks for the best CRM — and what does it cite?" • "What is X saying about $NVDA today, and what did the stock actually do?" • "Search the web for this, then scrape the three best pages into markdown." **How to use it** Point any MCP client at https://mcp.aisa.one/mcp and sign in with OAuth — there is no key to create or paste. Then just ask: the agent calls search to find the right operation and use to run it. **Why this rather than the source** 26 sources behind one account and one bill — DataForSEO, Semrush, Ahrefs, Similarweb, Apollo, X/Twitter, Instagram, Reddit, Pinterest, YouTube, Tavily, Exa, Perplexity, Firecrawl, CoinGecko, Kalshi, Polymarket, AgentMail and more, 580+ operations. tools/list returns five tools, not 580, so the introduction does not eat your context window. **What it costs** Finding and inspecting an operation is free. Running one is billed per call at API prices, with no seat and no monthly minimum, and every call takes max_price_usd so an agent cannot overspend by accident. **Where else it reaches** One slice at a time: https://mcp.aisa.one/seo/mcp · /finance/mcp · /social/mcp · /search/mcp · /sales/mcp · /mail/mcp · /gtm/mcp, or a single provider like /twitter-api/mcp. Same account, fewer tools listed, and search still reaches everything. Full list at https://mcp.aisa.one/servers

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).
    5
    -
  • 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.
    25
    6 npm
    2
    MIT
  • A
    license
    C
    quality
    C
    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.
    69
    10 npm
    3
    Apache 2.0