alya-hub
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.
README
@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 + 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 agent
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:
- See
examples/— copy/paste ready.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.