Is Agentic developer resources
Is Agentic developer resources: public report JSON, OpenAPI, Markdown content negotiation, and a read-only MCP server with an MCP App.
Public report API
Retrieve the latest completed Is Agentic report for a public URL. The response includes the score, Essential and Recommended buckets, bonus signals, evidence-backed issues, and the canonical browser report. This read-only endpoint does not launch a scan.
curl "https://is-agentic.com/api/report?url=https%3A%2F%2Fexample.com"Read the complete request and response schema in the Is Agentic OpenAPI description. Invalid URLs return 400, URLs without a completed stored report return 404, and temporary storage failures return 503.
Model Context Protocol
Connect a Streamable HTTP MCP client to the endpoint below. The server exposes the read-only is_agentic_get_report tool for retrieving completed reports as Markdown plus structured data.
https://is-agentic.com/mcpThe tool links to an interactive score card through the MCP Apps ui://is-agentic/score-report.html resource. Hosts that support MCP Apps can render the report directly in conversation; every other host still receives the same text and structured result.
Markdown content negotiation
Public content pages and completed scan reports support canonical Accept: text/markdown negotiation. Markdown variants set Content-Type: text/markdown; charset=utf-8 and include Accept in the Vary response header so shared caches never mix representations.
curl -H "Accept: text/markdown" https://is-agentic.com/methodologyAuthentication and write operations
The documented JSON API and MCP tool are public and read-only. They require no API key or OAuth flow, expose no credentials, and do not provide writes, webhooks, or event subscriptions. Start a new scan on the Is Agentic home page, then use these interfaces after the report completes.