util_api_health_report
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/api-health-report -m POST -H 'x-delx-source: discovery-pack-ship-an-agent-integration' --max-amount 0.001 -b '{"url":"https://api.example.com/health"}'Discovery pack · Agent builders and API maintainers
A seven-check launch path for an API or MCP server: verify health, OpenAPI, MCP tool discovery and x402 payment metadata before giving an autonomous agent authority.
Direct answer
To ship an AI agent integration, verify four layers in order: transport health, the machine-readable API contract, MCP capability and authorization, then x402 payment and discovery metadata. Run the seven bounded checks below before client testing. A passing result is readiness evidence, not production certification.
Buyer proof
Payment authorizes the intended request; it does not prove the declared result arrived. Before retrying or handing output to another agent, retain the provider selected, the unit and maximum charge, the accepted request, and the response evidence.
Boundary: This is bounded delivery evidence, not a security, reliability, ranking, or production-readiness certification.
Readiness workflow
Run these layers in order. Each one narrows a different class of integration failure; none replaces client-level acceptance testing.
Confirm that the public endpoint is reachable, returns predictable HTTP status and content types, and fails within a bounded timeout.
util_api_health_report · util_x402_server_probeCompare the published OpenAPI description with the paths, request shapes, responses and authentication behavior an agent will actually use.
util_openapi_summary · util_api_integration_readinessDiscover the live MCP surface, inspect tool schemas and verify that authorization is scoped to the capabilities the client should receive.
util_mcp_server_readiness_reportInspect the 402 challenge, payable resource metadata and buyer-facing summary separately from directory indexing or marketplace ranking.
util_x402_server_audit · util_x402_resource_summaryHuman → agent handoff
Every route below has its own price, schema and bounded AgentCash command. Copying a command preserves this pack as a measurable discovery source.
https://api.delx.ai/api/v1/x402/start?q=prepare%20an%20API%20or%20MCP%20server%20for%20an%20autonomous%20agentutil_api_health_report
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/api-health-report -m POST -H 'x-delx-source: discovery-pack-ship-an-agent-integration' --max-amount 0.001 -b '{"url":"https://api.example.com/health"}'util_openapi_summary
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/openapi-summary -m POST -H 'x-delx-source: discovery-pack-ship-an-agent-integration' --max-amount 0.001 -b '{"url":"https://api.delx.ai"}'util_mcp_server_readiness_report
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/mcp-server-readiness -m POST -H 'x-delx-source: discovery-pack-ship-an-agent-integration' --max-amount 0.01 -b '{"url":"https://api.delx.ai/v1/mcp"}'util_x402_server_audit
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/server-audit -m POST -H 'x-delx-source: discovery-pack-ship-an-agent-integration' --max-amount 0.01 -b '{"url":"https://api.delx.ai"}'util_x402_server_probe
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/server-probe -m POST -H 'x-delx-source: discovery-pack-ship-an-agent-integration' --max-amount 0.01 -b '{"url":"https://api.delx.ai"}'util_x402_resource_summary
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/resource-summary -m POST -H 'x-delx-source: discovery-pack-ship-an-agent-integration' --max-amount 0.001 -b '{"url":"https://api.delx.ai"}'util_api_integration_readiness
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/api-integration-readiness -m POST -H 'x-delx-source: discovery-pack-ship-an-agent-integration' --max-amount 0.01 -b '{"url":"https://api.delx.ai"}'FAQ
It produces bounded evidence about endpoint health, OpenAPI shape, MCP readiness and x402 resource metadata at the time each route runs. It does not certify the whole system.
No. Use the checks that match the surface you ship. OpenAPI describes HTTP APIs; MCP exposes resources, tools and prompts to compatible clients. A service can publish either or both.
No. Production acceptance still requires client-level tests, authorization checks, failure handling, observability and a review of the actions the agent is allowed to take.
No. It can expose issues that block discovery, but indexing and ranking belong to each directory or registry and may happen asynchronously.
There is no bundle fee. Each check is an independent pay-per-result route with its current USDC price shown below, and every AgentCash command includes a maximum amount.
Primary sources
Machine-readable path