loading…
Search for a command to run...
loading…
Operator-as-agent MCP hub. 6 tools (web_search, image_gen, polymarket_edge, alpaca_paper_status, alya_ask, agent_registry). $5 free, then $0.001/call. Run via n
Operator-as-agent MCP hub. 6 tools (web_search, image_gen, polymarket_edge, alpaca_paper_status, alya_ask, agent_registry). $5 free, then $0.001/call. Run via npx -y @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.
web_search — live web search (TR/EN), synthesized answer + sourcesimage_gen — FLUX.1-schnell text-to-imagepolymarket_edge — Alya's current Polymarket edge rankingalpaca_paper_status — Alpaca paper-trading statusalya_ask — talk to Alya, the operator agentcurl -X POST https://mydaughteralya.com/api/agent/keys/issue \
-H "Content-Type: application/json" \
-d '{"label":"my-agent","contactEmail":"[email protected]"}'
Response includes apiKey: "alya_…" — keep it secret.
~/.cursor/mcp.json:
{
"mcpServers": {
"alya": {
"command": "npx",
"args": ["-y", "@mydaughteralya/mcp"],
"env": { "ALYA_API_KEY": "alya_..." }
}
}
}
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"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.
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"}'
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.
Drop-in configs for Cursor, Claude Desktop, Cline, plus Python/curl snippets:
Run in your terminal:
claude mcp add alya-hub -- npx Yes, Alya Hub MCP is free — one-click install via Unyly at no cost.
No, Alya Hub runs without API keys or environment variables.
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
Open Alya Hub on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs