Aiqaramba
Enables automated, AI-driven testing of web applications within a real Firefox browser environment, allowing agents to navigate, fill forms, and verify user journeys.
Aiqaramba MCP Server
AI-powered browser testing as an MCP tool. Give it a URL and instructions — it opens a real browser, navigates pages, fills forms, clicks buttons, and reports what it finds.
What it does
Aiqaramba runs AI agents in real browsers (Chrome, Firefox) to test web applications from an end-user perspective. No selectors, no scripts — describe what to test in plain language.
Tools
Tool | What it does | Typical time |
| Run a targeted test — navigate to a URL, perform actions, verify outcomes | 30–90s |
| Explore an entire site — map pages, find issues, generate test journeys | 3–15min |
| Check agent status and read results (auto-summarizes completed agents) | instant |
| List all agents in a project | instant |
| List available projects | instant |
Example usage
"Navigate to https://mysite.com/checkout, fill the payment form with
test card 4242424242424242, click submit, and verify the confirmation
page shows an order number."The agent opens a real browser, executes the flow, takes screenshots at each step, and returns a structured report with pass/fail status.
Related MCP server: Argus
Setup
Connect directly to the hosted MCP endpoint. Nothing to download.
Claude Code / Cursor / VS Code:
{
"mcpServers": {
"aiqaramba": {
"type": "streamable-http",
"url": "https://mcp.aiqaramba.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Configuration
Environment variable | Default | Description |
| (required) | Your API key from app.aiqaramba.com |
Get an API key
Sign up at app.aiqaramba.com
Go to Settings > API Keys
Create a new key
Or book a demo to get started with a guided setup.
Requirements
URLs must be publicly reachable (not localhost). For local apps, use a tunnel like ngrok.
The agent needs to be able to navigate to the page without VPN or IP restrictions.
Terms
By using the Aiqaramba API, you agree to our Terms of Service. The API returns terms at GET /api/v1/terms and via the X-Terms-URL response header.
Links
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceLaunches multiple Browser-Use agents to automatically test websites for UI bugs, broken links, accessibility issues, and other technical problems on both live and localhost sites.Last updated817
- AlicenseAqualityAmaintenanceAI-powered exploratory QA agent. Explores web apps like a real user — 18 MCP tools for clicking, filling forms, and navigating. Automatically verifies that actions persist (fake deletes, failed edits). Runs 16 detection types including dead links, SEO, accessibility, and performance checks.Last updated2292MIT
- AlicenseAqualityAmaintenancePoint your coding agent at a URL and get a real-browser QA audit: broken signup/login/checkout flows, JS console errors, missing analytics, consent + security headers, mobile tap targets, and accessibility — returned as machine-verified findings graded A-F.Last updated442Apache 2.0
- Flicense-qualityDmaintenanceEnables AI agents to perform comprehensive web application testing including visual, functional, performance, accessibility, and SEO analysis using browser automation without requiring API keys.Last updated
Related MCP Connectors
AI QA tester — real browsers scan sites for bugs, SEO, perf, and accessibility issues via chat.
Browser-backed QA with evidence and fix-ready reports for coding agents.
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alex-ai-eu/aiqaramba-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server