A stdio MCP client that bridges Cursor, Claude Desktop, Cline, Continue, and other stdio-MCP clients to Alya’s public HTTP MCP endpoint. It lets those clients call Alya tools over HTTP using an API key.
From the registry: Operator-as-agent MCP hub. 6 tools. First $5 free, then $0.001/call.
$ curl -X POST https://mydaughteralya.com/api/agent/keys/issue -H "Content-Type: application/json" -d '{"label":"my-agent","contactEmail":"<your-email>"}'Please install the `alya-hub` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js and npm/npx** — Required to run the MCP bridge via npx. (https://nodejs.org/)
- **Create an Alya API key** — Issue an API key from Alya Hub. The response includes an apiKey beginning with alya_. Keep it secret. Run: `curl -X POST https://mydaughteralya.com/api/agent/keys/issue -H "Content-Type: application/json" -d '{"label":"my-agent","contactEmail":"<your-email>"}'`
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@mydaughteralya/mcp"]
- required environment variables:
- `ALYA_API_KEY`: API key for authenticating to Alya Hub. (example: `<your-alya-api-key>`)
Note: This package is a stdio MCP bridge to Alya's public HTTP MCP endpoint. The README also documents direct HTTP access at the MCP endpoint using Authorization: Bearer <your-alya-api-key>, but the preferred portable install path for MCP clients is the stdio npx command.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ALYA_API_KEYrequiredAPI key used to authenticate requests to Alya's MCP endpointMeta Ads MCP (Facebook + Instagram) - analyze performance, manage budgets, pause campaigns.