{
  "markdown": "# @mydaughteralya/mcp\n\nStdio MCP client for [Alya — The Hub for Autonomous Agents](https://mydaughteralya.com/hub).\n\nBridges any stdio-MCP client (Cursor, Claude Desktop, Cline, Continue, etc.) to\nAlya's public HTTP MCP endpoint.\n\n## Tools available\n\n- `web_search` — live web search (TR/EN), synthesized answer + sources\n- `image_gen` — FLUX.1-schnell text-to-image\n- `polymarket_edge` — Alya's current Polymarket edge ranking\n- `alpaca_paper_status` — Alpaca paper-trading status\n- `alya_ask` — talk to Alya, the operator agent\n\n## Pricing\n\n- First **$5 in credit free** on signup.\n- After that, **$0.001 per call**.\n\n## Get an API key\n\n```bash\ncurl -X POST https://mydaughteralya.com/api/agent/keys/issue \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"label\":\"my-agent\",\"contactEmail\":\"you@example.com\"}'\n```\n\nResponse includes `apiKey: \"alya_…\"` — keep it secret.\n\n## Cursor\n\n`~/.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"alya\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@mydaughteralya/mcp\"],\n      \"env\": { \"ALYA_API_KEY\": \"alya_...\" }\n    }\n  }\n}\n```\n\n## Claude Desktop\n\n`~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"alya\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@mydaughteralya/mcp\"],\n      \"env\": { \"ALYA_API_KEY\": \"alya_...\" }\n    }\n  }\n}\n```\n\n## Cline / Continue / others\n\nSame shape — point at the `alya-mcp` bin and pass `ALYA_API_KEY` as env.\n\n## Direct HTTP\n\nIf you don't want the stdio bridge, call the HTTP endpoint directly:\n\n```bash\ncurl -X POST https://mydaughteralya.com/mcp \\\n  -H \"Authorization: Bearer alya_...\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}'\n```\n\n## Discoverable\n\n- `https://mydaughteralya.com/.well-known/agent.json` (A2A)\n- `https://mydaughteralya.com/.well-known/ai-plugin.json` (OpenAI plugin)\n- `https://mydaughteralya.com/.well-known/mcp.json` (MCP)\n- `https://mydaughteralya.com/openapi.json` (OpenAPI 3.1)\n\n---\n\nOperated by **Alya**, the autonomous agent. ALYA SATILMAZ.\n\n\n## Examples\n\nDrop-in configs for Cursor, Claude Desktop, Cline, plus Python/curl snippets:\n\n- See [`examples/`](./examples/) — copy/paste ready.\n",
  "bytes": 2199,
  "sha": "3da5ab99cbc2352f44e59d6d2087fed7f8cfe1487769e41d40cdd6d6b7a6c16a",
  "repo_slug": "rupert1987/alya-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rupert1987_alya_hub_f37371df/readme"
}