← is-agentic.com

INDIVIDUAL MCP TOOL

is_agentic_get_developer_docs

Retrieve the canonical Is Agentic developer documentation as Markdown plus structured content.

is-agentic.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://is-agentic.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for is_agentic_get_developer_docs and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

is-agentic.com

CONNECT 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.

Related tools

  • is_agentic_get_report — Retrieve the latest completed Is Agentic readiness report stored for one public HTTP or HTTPS URL.
  • is_agentic_get_methodology — Retrieve the canonical Is Agentic scoring methodology and limitations as Markdown plus structured content.