Server and public metadata
- MCP endpoint: https://mcp.agentweb.us/mcp
- Tool manifest: /.well-known/mcp/tools.json
- Server card: /.well-known/mcp/server-card.json
- OpenAPI: /openapi.json
- Full agent reference: /llms-full.txt
Core execution tools
Every live tool below requires an AgentWebaw_ API key.
read_page: retrieve accessible page content as structured text and metadata.discover: inspect AgentWeb coverage and entry points for a domain.list_actions: list curated sites and actions; an exact domain returns that site’s full action definitions.execute: the core capability. Reserve one credit, run a mapped action, verify completion, settle only verified work, and return a support receipt. Also available over REST asPOST /api/execute.request_mapandagentweb_map_status: queue a curated action map build for an unmapped site and poll its progress.get_usage: check remaining credits and whether the preceding calls were charged.
Account and connection tools
agentweb_start_claim_link_signupandagentweb_poll_claim_link_signup: preferred one-link AgentWeb account flow.agentweb_start_api_key_signupandagentweb_complete_api_key_signup: email-code fallback.agentweb_start_connectionandagentweb_poll_connection: connect a target-site account when required.agentweb_auth_statusandagentweb_connection_status: inspect current AgentWeb and target-site state.agentweb_set_location: save the user’s home location for near-me tasks.agentweb_identify,agentweb_feedback,agentweb_autonomous_mode: register an email, send feedback, and record explicit autonomous-mode consent.
Installation and billing flow
agentweb_scan_business: inspect a company URL for agent readiness.agentweb_install_agentweb: return an Agent Tool install plan, PR files, pricing package, Dodo payment authority requirements, and verification checklist.agentweb_price_setup: return setup package and payment requirements.agentweb_create_checkout_session: hand the signed-in customer a Dodo hosted checkout link for the Starter plan. Enterprise is sales-led via https://agentweb.us/demo. Agent-held API keys cannot start billing directly.agentweb_verify_install: verify deployed discovery surfaces and return proof.
Action execution flow
- Use the claim-link flow and reconnect with the returned
aw_key (only the signup tools andagentweb_auth_statuswork unauthenticated). - Read or discover the target domain.
- List actions and select one supported contract.
- Connect the required target-site account, if any.
- Confirm consequential inputs, execute once, and report the returned state.