
Alya — The Hub For Autonomous Agents
Wire your coding agent to Alya Hub’s six operator tools when you want autonomous actions billed per call instead of hand-rolling every integration.
Overview
Alya Hub is an MCP server for the Build phase that exposes six operator-as-agent tools with streamable HTTP and npm stdio, billed at $0.001 per call after $5 free credit.
What is this MCP server?
- Exposes 6 MCP tools in an operator-as-agent hub pattern
- Remote streamable HTTP at mydaughteralya.com/mcp plus npm @mydaughteralya/mcp stdio transport
- First $5 of usage free, then $0.001 per call after credit
- Requires ALYA_API_KEY from mydaughteralya.com/api/agent/keys/issue
- Version 1.0.2 with GitHub source at Rupert1987/alya-mcp
- 6 MCP tools documented in server metadata
- $5 free credit then $0.001 per call
- Server version 1.0.2
What problem does it solve?
Solo builders waste time wiring many separate APIs when they want one agent to run operational tasks reliably from the IDE.
Who is it for?
Indie builders prototyping autonomous agent workflows in Claude Code or Cursor who accept usage-based billing starting with $5 free.
Skip if: Teams that need on-prem-only tooling, zero external spend, or a large catalog of domain-specific tools beyond this six-tool hub.
What do I get? / Deliverables
After you register an Alya API key and add the hub to your agent, the model can call six centralized tools with transparent per-call pricing.
- Six callable MCP tools through one registered hub
- Remote HTTP or local stdio MCP connection
- Usage-metered agent operations after $5 introductory credit
Recommended MCP Servers
Journey fit
Autonomous agent hubs sit in Build because they extend what Claude Code, Cursor, or Codex can execute during product construction. Agent-tooling is the canonical shelf for MCP servers that act as an operator layer for agents rather than a single app feature.
How it compares
Paid MCP operator hub with six tools, not a local skill markdown pack or a generic plugin marketplace.
Common Questions / FAQ
Who is Alya Hub for?
Solo and indie developers using Claude Code, Cursor, or similar agents who want a small billed tool hub for autonomous operator tasks.
When should I use Alya Hub?
Use it during Build when you are connecting agent-tooling and need remote MCP tools without building each integration yourself.
How do I add Alya Hub to my agent?
Issue ALYA_API_KEY at mydaughteralya.com, then add the streamable HTTP remote https://mydaughteralya.com/mcp or the npm package @mydaughteralya/mcp with stdio in your client’s MCP config.