← All WebMCP sites

isainative.dev

Developer Toolshttps://isainative.dev/listed as of 2026-08-01
Scan public GitHub repositories for prompts, instructions, agents, skills, hooks, and MCP setup across GitHub Copilot, Claude Code, and OpenAI Codex.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 73/100 (B).

Tools

list_available_toolsanswerimperative
List the WebMCP tools this page exposes to agents, including each tool's name, description, input schema, and result schema. Call it to discover the available actions before invoking them.
Input schema
{
  "type": "object",
  "additionalProperties": false,
  "properties": {}
}
scan_repository_formactdeclarative
Scan a GitHub repository for AI-native development primitives by submitting the page form and updating the visible report. Accepts owner/repository or a full GitHub URL.
Input schema
{
  "type": "object",
  "properties": {
    "repo_url": {
      "type": "string",
      "description": "owner/repository or full URL"
    }
  },
  "required": [
    "repo_url"
  ]
}
Listings are sourced from public community registries and shown as reported.