← Back to home

Genius Biz Systems Documentation

Welcome to the Genius Biz Systems documentation portal. Here you will find installation guides, API specifications, and configuration parameters for all our AI agent tools and infrastructure components.

AgentDocs

AgentDocs converts standard developer documentation websites or folders into structured, machine-parseable, and agent-ready formats such as JSON-LD, Model Context Protocol (MCP) schemas, and OpenAPI spec stubs.

Installation

npm install -g @geniusbizsystems/agentdocs

Quick Start

# Convert a single URL
agentdocs convert https://stripe.com/docs/api

# Convert an entire documentation directory recursively
agentdocs convert https://stripe.com/docs/api --recursive

FAQ

Q: How does it handle client-side JavaScript?
A: AgentDocs spawns a headless Chrome instance to render SPAs dynamically before scraping and parsing.

AgentID

AgentID provides identity authorization, authentication, and secure permissions boundaries for autonomous AI agents. Enforce wallet limits and budget rules dynamically.

Quick Start

# Start the Local Permission Boundary Server
agentid-server --port 8080 --config config.yaml

Local Business MCP

Connect local brick-and-mortar services to AI agents. Exposes tools to query availability, process deposits, and book appointments via Model Context Protocol.

Quick Start

# Launch server
npx @geniusbizsystems/local-business-mcp --port 3030

AEO Score Auditor

Analyze your web applications for AI agent readability. Evaluates accessibility by search crawlers, LLMs, and scraping bots, then returns optimization blueprints.

Quick Start

aeo-audit https://mywebsite.com

AgentSight

Traffic loggers, block rate analytics, and bot telemetry tracking dashboards designed specifically for incoming AI agent scrapers.

Quick Start

# Integrate server middleware
npm install @geniusbizsystems/agentsight-express