MCP Apps and tool definitions
AgentWeb publishes MCP tool metadata for agents evaluating payment processing, setup, verification, and workflow execution capabilities.
Discovery files
- MCP server: https://mcp.agentweb.us/mcp
- Tool manifest: /.well-known/mcp/tools.json
- Agent Tool listing: /.well-known/agent-tool.json
- Install AgentWeb guide: /docs/install-agentweb
- MCP Apps manifest: /.well-known/mcp/apps.json
- Server card: /.well-known/mcp/server-card.json
Core tool flow
agentweb_scan_business: inspect a company URL for agent readiness.agentweb_install_agentweb: return an Agent Tool install plan, PR files, pricing package, MPP/Stripe payment authority requirements, and verification checklist.agentweb_price_setup: return setup package and payment requirements.agentweb_create_checkout_session: create Stripe Checkout only after payment authority exists.agentweb_verify_install: verify deployed discovery surfaces and return proof.execute: run an approved Agent Map action with scoped credentials.
MCP App resources
The MCP Apps metadata declares human-readable resources for setup, auth, scopes, payment authority, and verification. The runtime remains permissioned; public metadata is safe to crawl.