# ifuri Connect Install ifuri and urirun connectors from one catalog. Each connector documents its URI schemes, routes, requirements, install command and registry contract. Canonical site: https://connect.ifuri.com/ Machine catalog: https://connect.ifuri.com/connectors.json Runtime registry: https://connect.ifuri.com/registry.json Search index: https://connect.ifuri.com/search.json Installer endpoint: https://connect.ifuri.com/install?connectors=planfile Submit connector page: https://connect.ifuri.com/submit Validate connector endpoint: https://connect.ifuri.com/validate-connector Connector schema: https://connect.ifuri.com/schema/connector.schema.json Catalog version: ifuri.connectors.v1 Updated: 2026-06-20 ## Ecosystem - ifuri.com: https://ifuri.com - Main site - get.ifuri.com: https://get.ifuri.com - One-line node + connector installers - Docs: https://docs.ifuri.com/connectors.html - Connector documentation ## Connectors ### Planfile Tasks ID: planfile Status: available URL: https://connect.ifuri.com/connectors/planfile JSON manifest: https://connect.ifuri.com/connectors/planfile.json Summary: Plan, group and execute daily tasks through task:// and planfile:// URI commands. URI schemes: task://, planfile:// Routes: - task://host/tickets/query/list - task://host/ticket/command/create - planfile://host/dsl/command/run ### SQLite Context Store ID: sqlite-context Status: available URL: https://connect.ifuri.com/connectors/sqlite-context JSON manifest: https://connect.ifuri.com/connectors/sqlite-context.json Summary: Local data, artifacts, checks and logs over data://, artifact://, check:// and log://. URI schemes: data://, artifact://, check://, log:// Routes: - data://host/records/query/search - artifact://host/artifacts/query/list - log://host/logs/query/recent ### Domain Monitor ID: domain-monitor Status: available URL: https://connect.ifuri.com/connectors/domain-monitor JSON manifest: https://connect.ifuri.com/connectors/domain-monitor.json Summary: HTTP, DNS, screenshots, checks, logs and repair tickets for website operations. URI schemes: monitor://, dns://, flow://, check://, log:// Routes: - monitor://host/http/query/status - dns://host/records/query/current - flow://host/domain/command/check ### HTTP Check ID: http-check Status: available URL: https://connect.ifuri.com/connectors/http-check JSON manifest: https://connect.ifuri.com/connectors/http-check.json Summary: Check HTTP endpoints through httpcheck:// URI commands and a small Python CLI. URI schemes: httpcheck:// Routes: - httpcheck://host/http/query/status ### Namecheap DNS ID: namecheap-dns Status: available URL: https://connect.ifuri.com/connectors/namecheap-dns JSON manifest: https://connect.ifuri.com/connectors/namecheap-dns.json Summary: Safe DNS plan, backup and apply flow for Namecheap host records. URI schemes: dns:// Routes: - dns://host/records/command/plan - dns://host/records/command/backup - dns://host/records/command/apply ### gRPC Transport ID: grpc-transport Status: available URL: https://connect.ifuri.com/connectors/grpc-transport JSON manifest: https://connect.ifuri.com/connectors/grpc-transport.json Summary: Expose and call URI registries over gRPC for service-to-service communication. URI schemes: transport:// Routes: - transport://grpc/service/command/serve ### MQTT Device Bridge ID: mqtt Status: planned URL: https://connect.ifuri.com/connectors/mqtt JSON manifest: https://connect.ifuri.com/connectors/mqtt.json Summary: Publish, subscribe and bridge firmware/backend/frontend device commands through MQTT URI routes. URI schemes: mqtt://, device:// Routes: - mqtt://broker/topic/command/publish - device://device-01/led/command/set ### Browser Control ID: browser-control Status: planned URL: https://connect.ifuri.com/connectors/browser-control JSON manifest: https://connect.ifuri.com/connectors/browser-control.json Summary: Drive browser actions and screenshots through browser:// URI commands for demos and QA. URI schemes: browser:// Routes: - browser://desktop/page/command/open - browser://desktop/page/command/screenshot