AI & Machine Learning
is-agentic.com
Provides readiness reports, developer docs, and methodology to assess if a website supports AI agent interactions.
ENDPOINT 1
https://is-agentic.com/mcp
MCP server metadata
- Name
- io.github.vercel-labs/is-agentic
- Version
- 1.0.0
Use is_agentic_get_report for a completed public website-readiness report, is_agentic_get_methodology to explain the score, and is_agentic_get_developer_docs for integration guidance. Every tool is public and read-only; none launches scans or performs writes.
Known tools 3
is_agentic_get_reportRetrieve the latest completed Is Agentic readiness report stored for one public HTTP or HTTPS URL.
Inferred read-onlyis_agentic_get_developer_docsRetrieve the canonical Is Agentic developer documentation as Markdown plus structured content.
Inferred read-onlyis_agentic_get_methodologyRetrieve the canonical Is Agentic scoring methodology and limitations as Markdown plus structured content.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.io-github-vercel-labs-is-agentic]
url = "https://is-agentic.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"io-github-vercel-labs-is-agentic": {
"type": "http",
"url": "https://is-agentic.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: io-github-vercel-labs-is-agentic
Remote MCP URL: https://is-agentic.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"io-github-vercel-labs-is-agentic": {
"url": "https://is-agentic.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"io-github-vercel-labs-is-agentic": {
"type": "http",
"url": "https://is-agentic.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "io-github-vercel-labs-is-agentic",
"transport": "streamable-http",
"url": "https://is-agentic.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.