Aweb MCP
Aweb MCP exposes a governed meta-tool surface over Aweb capabilities and external MCP Warehouse providers. It is not a flat dump of every vendor tool. Agents discover, plan, and invoke through policy-aware entry points, backed by 62 MCP Warehouse providers and 506 MCP tools in the current catalog.
Discovery
https://aweblabs.ai/.well-known/mcp.jsonhttps://aweblabs.ai/api/mcp2025-11-252025-11-25, 2025-06-18, 2025-03-26, 2024-11-05, 2024-10-07Google-managed MCP
Aweb verifies 52 official Google-managed MCP servers from Google's supported-products source. The current MCP Warehouse runtime exposes 34 governed L0/L1 Google read-only slices and keeps 18 official entries catalog-only until schema discovery, risk mapping, and policy tests are complete.
Open Google MCP catalogMeta-tool surface
Provider genome to MCP tool mapping
MCP provider docs should be generated from the integration catalog and MCP Warehouse genomes. Each provider carries domain tags, auth mode, tool definitions, setup notes, approval notes, and risk/cost annotations where present.
curl "https://aweblabs.ai/api/v2/integrations/catalog" \
| jq '.providers[] | select(.warehouseSources[] == "mcp_warehouse") | {
id: .providerId,
name: .displayName,
tools: (.mcpTools | length),
readiness: .readiness,
auth: .connectionMethod
}'Current MCP providers
Safety and policy
- Tool execution requires authenticated MCP access.
- External provider credentials are not exposed in public docs or discovery files.
- Approval-required tools are routed through OS9/Mission Contract boundaries.
- Agents should call plan/discovery tools before executing mutable or high-cost actions.
- Private beta providers and internal Aweb systems require explicit access.
Example agent flow
1. Fetch https://aweblabs.ai/.well-known/mcp.json
2. Authenticate against the Aweb MCP server.
3. Call aweb_explore or mcp_explore to discover capability/tool candidates.
4. Call aweb_plan for high-cost or mutable work.
5. Execute through aweb_execute or mcp_invoke.
6. Persist returned receipts, request IDs, and policy outcomes.Access boundary
MCP execution is private beta unless your Aweb workspace has been approved. Public pages may document the architecture, manifest, and discovery shape, but must not publish secrets, internal credentials, or unstable provider operations. Start with the public API and use MCP access for approved agent/tool workflows.