{
    "version": "ifuri.registry.v1",
    "generatedAt": "2026-06-19T21:36:39+00:00",
    "connectors": [
        {
            "id": "planfile",
            "name": "Planfile Tasks",
            "status": "available",
            "category": "Planning",
            "summary": "Plan, group and execute daily tasks through task:// and planfile:// URI commands.",
            "description": "Planfile Tasks turns a local planfile project into URI-addressable work items. It is the connector for daily tasks, sprint grouping, status changes and LLM-generated task execution plans.",
            "uriSchemes": [
                "task",
                "planfile"
            ],
            "routes": [
                "task://host/tickets/query/list",
                "task://host/ticket/command/create",
                "planfile://host/dsl/command/run"
            ],
            "examples": [
                {
                    "title": "List host tickets",
                    "uri": "task://host/tickets/query/list",
                    "payload": {
                        "sprint": "all"
                    }
                },
                {
                    "title": "Create a ticket",
                    "uri": "task://host/ticket/command/create",
                    "payload": {
                        "title": "Check DNS records",
                        "group": "ops"
                    }
                }
            ],
            "flowExample": [
                "task://host/ticket/command/create",
                "task://host/tickets/query/list",
                "planfile://host/dsl/command/run"
            ],
            "install": {
                "mode": "bundled",
                "pipPackages": [
                    "planfile>=0.1.103"
                ]
            },
            "docsUrl": "https://github.com/if-uri/docs",
            "hubUrl": "https://connect.ifuri.com/connectors/planfile",
            "manifestUrl": "https://connect.ifuri.com/connectors/planfile.json"
        },
        {
            "id": "sqlite-context",
            "name": "SQLite Context Store",
            "status": "available",
            "category": "Data",
            "summary": "Local data, artifacts, checks and logs over data://, artifact://, check:// and log://.",
            "description": "SQLite Context Store gives the host a small durable memory for records, artifacts, checks and logs. It is useful for workflows that need to remember what was checked, imported, generated or changed.",
            "uriSchemes": [
                "data",
                "artifact",
                "check",
                "log"
            ],
            "routes": [
                "data://host/records/query/search",
                "artifact://host/artifacts/query/list",
                "log://host/logs/query/recent"
            ],
            "examples": [
                {
                    "title": "Search local context",
                    "uri": "data://host/records/query/search",
                    "payload": {
                        "q": "domain",
                        "limit": 10
                    }
                },
                {
                    "title": "Read recent logs",
                    "uri": "log://host/logs/query/recent",
                    "payload": {
                        "limit": 20
                    }
                }
            ],
            "flowExample": [
                "data://host/records/query/search",
                "artifact://host/artifacts/query/list",
                "log://host/logs/query/recent"
            ],
            "install": {
                "mode": "bundled",
                "pipPackages": []
            },
            "docsUrl": "https://github.com/if-uri/docs",
            "hubUrl": "https://connect.ifuri.com/connectors/sqlite-context",
            "manifestUrl": "https://connect.ifuri.com/connectors/sqlite-context.json"
        },
        {
            "id": "domain-monitor",
            "name": "Domain Monitor",
            "status": "available",
            "category": "Operations",
            "summary": "HTTP, DNS, screenshots, checks, logs and repair tickets for website operations.",
            "description": "Domain Monitor is the operational connector for recurring website checks. It can query HTTP status, inspect DNS state, create logs and prepare repair tickets when a domain fails validation.",
            "uriSchemes": [
                "monitor",
                "dns",
                "flow",
                "check",
                "log"
            ],
            "routes": [
                "monitor://host/http/query/status",
                "dns://host/records/query/current",
                "flow://host/domain/command/check"
            ],
            "examples": [
                {
                    "title": "Check HTTP status",
                    "uri": "monitor://host/http/query/status",
                    "payload": {
                        "url": "https://ifuri.com"
                    }
                },
                {
                    "title": "Run domain flow",
                    "uri": "flow://host/domain/command/check",
                    "payload": {
                        "domain": "ifuri.com"
                    }
                }
            ],
            "flowExample": [
                "monitor://host/http/query/status",
                "dns://host/records/query/current",
                "task://host/ticket/command/create"
            ],
            "install": {
                "mode": "bundled",
                "pipPackages": [
                    "planfile>=0.1.103"
                ]
            },
            "docsUrl": "https://github.com/if-uri/docs",
            "hubUrl": "https://connect.ifuri.com/connectors/domain-monitor",
            "manifestUrl": "https://connect.ifuri.com/connectors/domain-monitor.json"
        },
        {
            "id": "http-check",
            "name": "HTTP Check",
            "status": "available",
            "category": "Operations",
            "summary": "Check HTTP endpoints through httpcheck:// URI commands and a small Python CLI.",
            "description": "HTTP Check is a minimal external urirun connector package. It verifies that a URL responds, optionally checks an expected status code, and returns structured JSON for host workflows, smoke tests and daily operations.",
            "uriSchemes": [
                "httpcheck"
            ],
            "routes": [
                "httpcheck://host/http/query/status"
            ],
            "examples": [
                {
                    "title": "Check ifuri.com",
                    "uri": "httpcheck://host/http/query/status",
                    "payload": {
                        "url": "https://ifuri.com",
                        "expectStatus": 200
                    }
                }
            ],
            "flowExample": [
                "httpcheck://host/http/query/status"
            ],
            "install": {
                "mode": "urirun-extra",
                "pipSpec": "urirun-connector-http-check @ git+https://github.com/if-uri/urirun-connector-http-check.git@main"
            },
            "docsUrl": "https://github.com/if-uri/urirun-connector-http-check",
            "hubUrl": "https://connect.ifuri.com/connectors/http-check",
            "manifestUrl": "https://connect.ifuri.com/connectors/http-check.json"
        },
        {
            "id": "namecheap-dns",
            "name": "Namecheap DNS",
            "status": "available",
            "category": "DNS",
            "summary": "Safe DNS plan, backup and apply flow for Namecheap host records.",
            "description": "Namecheap DNS wraps the Namecheap API as URI commands. Workflows can plan changes, back up current host records and apply a reviewed DNS update without hard-coding SDK calls in the host app.",
            "uriSchemes": [
                "dns"
            ],
            "routes": [
                "dns://host/records/command/plan",
                "dns://host/records/command/backup",
                "dns://host/records/command/apply"
            ],
            "examples": [
                {
                    "title": "Plan a DNS update",
                    "uri": "dns://host/records/command/plan",
                    "payload": {
                        "domain": "example.com",
                        "records": []
                    }
                },
                {
                    "title": "Back up records",
                    "uri": "dns://host/records/command/backup",
                    "payload": {
                        "domain": "example.com"
                    }
                }
            ],
            "flowExample": [
                "dns://host/records/command/backup",
                "dns://host/records/command/plan",
                "dns://host/records/command/apply"
            ],
            "install": {
                "mode": "bundled",
                "pipPackages": [
                    "planfile>=0.1.103"
                ]
            },
            "docsUrl": "https://github.com/if-uri/docs",
            "hubUrl": "https://connect.ifuri.com/connectors/namecheap-dns",
            "manifestUrl": "https://connect.ifuri.com/connectors/namecheap-dns.json"
        },
        {
            "id": "grpc-transport",
            "name": "gRPC Transport",
            "status": "available",
            "category": "Transport",
            "summary": "Expose and call URI registries over gRPC for service-to-service communication.",
            "description": "gRPC Transport is a transport connector for exposing URI registries between services. It keeps the same URI binding contract while switching the network transport to gRPC.",
            "uriSchemes": [
                "transport"
            ],
            "routes": [
                "transport://grpc/service/command/serve"
            ],
            "examples": [
                {
                    "title": "Serve URI runtime over gRPC",
                    "uri": "transport://grpc/service/command/serve",
                    "payload": {
                        "host": "0.0.0.0",
                        "port": 50051
                    }
                }
            ],
            "flowExample": [
                "transport://grpc/service/command/serve"
            ],
            "install": {
                "mode": "bundled",
                "pipPackages": [
                    "grpcio>=1.60"
                ]
            },
            "docsUrl": "https://github.com/if-uri/docs",
            "hubUrl": "https://connect.ifuri.com/connectors/grpc-transport",
            "manifestUrl": "https://connect.ifuri.com/connectors/grpc-transport.json"
        },
        {
            "id": "mqtt",
            "name": "MQTT Device Bridge",
            "status": "planned",
            "category": "IoT",
            "summary": "Publish, subscribe and bridge firmware/backend/frontend device commands through MQTT URI routes.",
            "description": "MQTT Device Bridge will map device, firmware, backend and frontend actions to shared URI routes. The goal is to control firmware and read telemetry without a separate SDK per layer.",
            "uriSchemes": [
                "mqtt",
                "device"
            ],
            "routes": [
                "mqtt://broker/topic/command/publish",
                "device://device-01/led/command/set"
            ],
            "examples": [
                {
                    "title": "Set a device LED",
                    "uri": "device://device-01/led/command/set",
                    "payload": {
                        "on": true
                    }
                }
            ],
            "flowExample": [
                "mqtt://broker/topic/command/publish",
                "device://device-01/led/command/set"
            ],
            "install": {
                "mode": "planned",
                "pipSpec": "urirun-connectors-mqtt"
            },
            "docsUrl": "https://github.com/if-uri/examples",
            "hubUrl": "https://connect.ifuri.com/connectors/mqtt",
            "manifestUrl": "https://connect.ifuri.com/connectors/mqtt.json"
        },
        {
            "id": "browser-control",
            "name": "Browser Control",
            "status": "planned",
            "category": "Automation",
            "summary": "Drive browser actions and screenshots through browser:// URI commands for demos and QA.",
            "description": "Browser Control will expose browser actions as URI commands for visual checks, screenshots and demo automation. In the LAN lab it should target the noVNC machine, not the physical host browser.",
            "uriSchemes": [
                "browser"
            ],
            "routes": [
                "browser://desktop/page/command/open",
                "browser://desktop/page/command/screenshot"
            ],
            "examples": [
                {
                    "title": "Open a page",
                    "uri": "browser://desktop/page/command/open",
                    "payload": {
                        "url": "https://example.com/"
                    }
                }
            ],
            "flowExample": [
                "browser://desktop/page/command/open",
                "browser://desktop/page/command/screenshot"
            ],
            "install": {
                "mode": "planned",
                "pipSpec": "urirun-connectors-browser"
            },
            "docsUrl": "https://github.com/if-uri/examples",
            "hubUrl": "https://connect.ifuri.com/connectors/browser-control",
            "manifestUrl": "https://connect.ifuri.com/connectors/browser-control.json"
        }
    ]
}