Crawler Summary

brreg-mcp-server answer-first brief

MCP server for Brønnøysundregistrene (Brreg) API - Norwegian Business Registry Brreg MCP Server A Model Context Protocol (MCP) server for interacting with Brønnøysundregistrene (Brreg) API - Norwegian Business Registry. Features - **Company Search**: Search for companies with various filters - **Company Details**: Get detailed information about specific companies - **Company Roles**: Retrieve roles and board members - **Subunit Search**: Search for business units/subunits - **Subunit Details**: Published capability contract available. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/24/2026.

Freshness

Last checked 2/22/2026

Best For

Contract is available with explicit auth and schema references.

Not Ideal For

brreg-mcp-server is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.

Evidence Sources Checked

editorial-content, capability-contract, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 98/100

brreg-mcp-server

MCP server for Brønnøysundregistrene (Brreg) API - Norwegian Business Registry Brreg MCP Server A Model Context Protocol (MCP) server for interacting with Brønnøysundregistrene (Brreg) API - Norwegian Business Registry. Features - **Company Search**: Search for companies with various filters - **Company Details**: Get detailed information about specific companies - **Company Roles**: Retrieve roles and board members - **Subunit Search**: Search for business units/subunits - **Subunit Details**:

MCPverified

Public facts

7

Change events

1

Artifacts

0

Freshness

Feb 22, 2026

Verifiededitorial-content1 verified compatibility signal1 GitHub stars

Published capability contract available. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/24/2026.

1 GitHub starsSchema refs publishedTrust evidence available

Trust score

Unknown

Compatibility

MCP

Freshness

Feb 22, 2026

Vendor

David

Artifacts

0

Benchmarks

0

Last release

1.0.0

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Published capability contract available. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/24/2026.

Setup snapshot

git clone https://github.com/daveHylde/brreg-mcp-server.git
  1. 1

    Setup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

David

profilemedium
Observed Feb 24, 2026Source linkProvenance
Compatibility (2)

Protocol compatibility

MCP

contracthigh
Observed Feb 24, 2026Source linkProvenance

Auth modes

mcp, api_key

contracthigh
Observed Feb 24, 2026Source linkProvenance
Artifact (1)

Machine-readable schemas

OpenAPI or schema references published

contracthigh
Observed Feb 24, 2026Source linkProvenance
Adoption (1)

Adoption signal

1 GitHub stars

profilemedium
Observed Feb 24, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB MCP

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Executable Examples

bash

# Install globally
npm install -g brreg-mcp-server

# Or install locally in your project
npm install brreg-mcp-server

bash

# Clone repository
git clone https://github.com/david/brreg-mcp-server.git
cd brreg-mcp-server

# Install dependencies
npm install

# Build project
npm run build

# Start server
npm start

bash

# Run in development mode
npm run dev

json

{
  "name": "search_companies",
  "arguments": {
    "industryCode": ["62"],
    "municipalityNumber": ["0301"],
    "fromEmployees": 10,
    "size": 50
  }
}

json

{
  "name": "get_company",
  "arguments": {
    "organizationNumber": "123456789"
  }
}

json

{
  "name": "get_subunit",
  "arguments": {
    "organizationNumber": "987654321"
  }
}

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB MCP

Docs source

GITHUB MCP

Editorial quality

ready

MCP server for Brønnøysundregistrene (Brreg) API - Norwegian Business Registry Brreg MCP Server A Model Context Protocol (MCP) server for interacting with Brønnøysundregistrene (Brreg) API - Norwegian Business Registry. Features - **Company Search**: Search for companies with various filters - **Company Details**: Get detailed information about specific companies - **Company Roles**: Retrieve roles and board members - **Subunit Search**: Search for business units/subunits - **Subunit Details**:

Full README

Brreg MCP Server

A Model Context Protocol (MCP) server for interacting with Brønnøysundregistrene (Brreg) API - Norwegian Business Registry.

Features

  • Company Search: Search for companies with various filters
  • Company Details: Get detailed information about specific companies
  • Company Roles: Retrieve roles and board members
  • Subunit Search: Search for business units/subunits
  • Subunit Details: Get detailed information about specific subunits
  • Organization Forms: Get organization forms and their descriptions
  • Municipalities: Get Norwegian municipalities and their details
  • Role Information: Get role types, role group types, and representatives
  • Updates Tracking: Get updates for companies and subunits
  • NACE Codes: Search and filter by NACE industry codes with hierarchical support
  • Error Handling: Comprehensive error handling with validation
  • Type Safety: Full TypeScript support with proper type definitions

Installation

Option 1: Install from npm (Recommended)

# Install globally
npm install -g brreg-mcp-server

# Or install locally in your project
npm install brreg-mcp-server

Option 2: Clone from source

# Clone repository
git clone https://github.com/david/brreg-mcp-server.git
cd brreg-mcp-server

# Install dependencies
npm install

# Build project
npm run build

# Start server
npm start

Development

# Run in development mode
npm run dev

MCP Tools

1. search_companies

Search for companies in Norwegian Business Registry.

Parameters:

  • name (string): Company name (free text, 1-180 characters)
  • organizationNumber (array): Organization numbers (9 digits each)
  • parentCompany (string): Parent company organization number
  • fromEmployees (number): Minimum number of employees
  • toEmployees (number): Maximum number of employees
  • bankrupt (boolean): Filter by bankruptcy status
  • registeredInVAT (boolean): Filter by VAT registration
  • registeredInBusinessRegister (boolean): Filter by business register status
  • organizationForm (array): Organization forms (e.g., AS, ENK)
  • municipalityNumber (array): Municipality numbers (4 digits each)
  • industryCode (array): Industry codes (e.g., 41.109, 01.1)
  • page (number): Page number (default: 1)
  • size (number): Page size (default: 20)
  • sort (string): Sort field and order (e.g., antallAnsatte,ASC)

2. get_company

Get detailed information about a specific company.

Parameters:

  • organizationNumber (string, required): Organization number (9 digits)

3. get_company_roles

Get all roles for a specific company.

Parameters:

  • organizationNumber (string, required): Organization number (9 digits)

4. search_subunits

Search for business units/subunits.

Parameters:

  • name (string): Subunit name
  • organizationNumber (array): Organization numbers
  • parentCompany (string): Parent company
  • fromEmployees (number): Minimum employees
  • toEmployees (number): Maximum employees
  • registeredInVAT (boolean): VAT registration status
  • page (number): Page number
  • size (number): Page size

5. get_subunit

Get detailed information about a specific subunit.

Parameters:

  • organizationNumber (string, required): Organization number (9 digits)

6. get_organization_forms

Get all organization forms.

Parameters:

  • page (number): Page number (default: 1)
  • size (number): Page size (default: 20)
  • sort (string): Sort field and order (e.g., kode,ASC)

7. get_organization_forms_for_units

Get organization forms for main units.

Parameters:

  • page (number): Page number (default: 1)
  • size (number): Page size (default: 20)
  • sort (string): Sort field and order (e.g., kode,ASC)

8. get_organization_forms_for_subunits

Get organization forms for subunits.

Parameters:

  • page (number): Page number (default: 1)
  • size (number): Page size (default: 20)
  • sort (string): Sort field and order (e.g., kode,ASC)

9. get_organization_form

Get specific organization form by code.

Parameters:

  • organizationCode (string, required): Organization form code (e.g., AS, ENK, ASA)

10. get_municipalities

Get all Norwegian municipalities.

Parameters:

  • page (number): Page number (default: 1)
  • size (number): Page size (default: 20)
  • sort (string): Sort field and order (e.g., navn,ASC)

11. get_municipality

Get specific municipality by municipality number.

Parameters:

  • municipalityNumber (string, required): Municipality number (4 digits)

12. get_role_types

Get all role types.

13. get_role_group_types

Get all role group types.

14. get_role_representatives

Get all role representatives.

15. get_company_updates

Get updates for companies with optional filters.

Parameters:

  • date (string): Show updates from and including this timestamp (ISO-8601)
  • updatedBefore (string): Show updates to and including this timestamp (ISO-8601)
  • updateId (number): Show only updates from and including update ID (>= 1)
  • organizationNumber (array): Comma-separated list of organization numbers
  • includeChanges (boolean): Include the changes that caused the update to be published
  • page (number): Page number (default: 1)
  • size (number): Page size (default: 20, max: 10000)
  • sort (string): Sort field and order (e.g., id,ASC). Only id is supported

16. get_subunit_updates

Get updates for subunits with optional filters.

Parameters:

  • date (string): Show updates from and including this timestamp (ISO-8601)
  • updatedBefore (string): Show updates to and including this timestamp (ISO-8601)
  • updateId (number): Show only updates from and including update ID (>= 1)
  • organizationNumber (array): Comma-separated list of organization numbers
  • includeChanges (boolean): Include the changes that caused the update to be published
  • page (number): Page number (default: 1)
  • size (number): Page size (default: 20, max: 10000)
  • sort (string): Sort field and order (e.g., id,ASC). Only id is supported

17. search_nace_codes

Search NACE industry codes with hierarchical filtering support using the full SN2025 classification.

Parameters:

  • searchText (string): Text to search for in NACE code names, short names, codes, or notes
  • parentCode (string): Get all child codes for a specific NACE parent code (e.g., "01.1" will return all subcategories)
  • exactCode (string): Get specific NACE code by exact code
  • level (string): Filter by NACE level (1-5). Level 1 = sections, Level 2 = divisions, Level 3 = groups, Level 4 = classes, Level 5 = national subcategories
  • includeHierarchy (boolean): Include full hierarchical path in results (default: true)
  • includeNotes (boolean): Include detailed notes in results (default: false)

18. get_services

Get all available services from Brreg API.

Usage Examples

Search for software companies in Oslo

{
  "name": "search_companies",
  "arguments": {
    "industryCode": ["62"],
    "municipalityNumber": ["0301"],
    "fromEmployees": 10,
    "size": 50
  }
}

Get company details

{
  "name": "get_company",
  "arguments": {
    "organizationNumber": "123456789"
  }
}

Get subunit details

{
  "name": "get_subunit",
  "arguments": {
    "organizationNumber": "987654321"
  }
}

Get organization forms

{
  "name": "get_organization_forms",
  "arguments": {
    "page": 1,
    "size": 50
  }
}

Get specific organization form

{
  "name": "get_organization_form",
  "arguments": {
    "organizationCode": "AS"
  }
}

Get municipalities

{
  "name": "get_municipalities",
  "arguments": {
    "page": 1,
    "size": 20,
    "sort": "navn,ASC"
  }
}

Get company updates

{
  "name": "get_company_updates",
  "arguments": {
    "date": "2024-01-01T00:00:00.000Z",
    "size": 50,
    "includeChanges": true
  }
}

Search NACE codes

{
  "name": "search_nace_codes",
  "arguments": {
    "searchText": "software",
    "level": "4",
    "includeHierarchy": true
  }
}

Get NACE codes by parent

{
  "name": "search_nace_codes",
  "arguments": {
    "parentCode": "62",
    "includeNotes": true
  }
}

Configuration

Claude Desktop Setup

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "brreg": {
      "command": "npx",
      "args": ["brreg-mcp-server"]
    }
  }
}

Or if installed globally:

{
  "mcpServers": {
    "brreg": {
      "command": "brreg-mcp-server"
    }
  }
}

Error Handling

The server provides comprehensive error handling:

  • Validation Errors: Invalid input parameters
  • Not Found Errors: Company or resource not found
  • Rate Limit Errors: API rate limits exceeded
  • Server Errors: Temporary server issues
  • Network Errors: Connection problems

Data Types

The server provides proper TypeScript types for:

  • Company information
  • Subunit data
  • Role information
  • API responses
  • Error responses

License

MIT License

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests
  5. Submit a pull request

Support

For issues related to the Brreg API itself, visit Brreg's documentation.

For issues with this MCP server, please create an issue in the repository.

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

Verifiedcapability-contract

Contract coverage

Status

ready

Auth

mcp, api_key

Streaming

No

Data region

global

Protocol support

MCP: verified

Requires: mcp, lang:typescript

Forbidden: none

Guardrails

Operational confidence: medium

Contract is available with explicit auth and schema references.
Trust confidence is not low and verification freshness is acceptable.
Protocol support is explicitly confirmed in contract metadata.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITLAB_AI_CATALOGgitlab-mcp

Rank

83

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_PUBLIC_PROJECTSgitlab-mcp

Rank

80

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-openapi

Rank

74

Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-actix-web

Rank

72

An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
Machine Appendix

Contract JSON

{
  "contractStatus": "ready",
  "authModes": [
    "mcp",
    "api_key"
  ],
  "requires": [
    "mcp",
    "lang:typescript"
  ],
  "forbidden": [],
  "supportsMcp": true,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": "https://github.com/daveHylde/brreg-mcp-server#input",
  "outputSchemaRef": "https://github.com/daveHylde/brreg-mcp-server#output",
  "dataRegion": "global",
  "contractUpdatedAt": "2026-02-24T19:46:45.949Z",
  "sourceUpdatedAt": "2026-02-24T19:46:45.949Z",
  "freshnessSeconds": 4421572
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "MCP"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_MCP",
      "generatedAt": "2026-04-16T23:59:38.502Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "MCP",
      "type": "protocol",
      "support": "supported",
      "confidenceSource": "contract",
      "notes": "Confirmed by capability contract"
    },
    {
      "key": "mcp",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "model-context-protocol",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "brreg",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "norway",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "business-registry",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "api",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "norwegian-companies",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "company-search",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "nace",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "industry-codes",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "cli",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:MCP|supported|contract capability:mcp|supported|profile capability:model-context-protocol|supported|profile capability:brreg|supported|profile capability:norway|supported|profile capability:business-registry|supported|profile capability:api|supported|profile capability:norwegian-companies|supported|profile capability:company-search|supported|profile capability:nace|supported|profile capability:industry-codes|supported|profile capability:cli|supported|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "MCP",
    "href": "https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:46:45.949Z",
    "isPublic": true
  },
  {
    "factKey": "auth_modes",
    "category": "compatibility",
    "label": "Auth modes",
    "value": "mcp, api_key",
    "href": "https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:46:45.949Z",
    "isPublic": true
  },
  {
    "factKey": "schema_refs",
    "category": "artifact",
    "label": "Machine-readable schemas",
    "value": "OpenAPI or schema references published",
    "href": "https://github.com/daveHylde/brreg-mcp-server#input",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:46:45.949Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "David",
    "href": "https://github.com/david/brreg-mcp-server#readme",
    "sourceUrl": "https://github.com/david/brreg-mcp-server#readme",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-24T19:43:14.176Z",
    "isPublic": true
  },
  {
    "factKey": "traction",
    "category": "adoption",
    "label": "Adoption signal",
    "value": "1 GitHub stars",
    "href": "https://github.com/daveHylde/brreg-mcp-server",
    "sourceUrl": "https://github.com/daveHylde/brreg-mcp-server",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-24T19:43:14.176Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-davehylde-brreg-mcp-server/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub · GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to brreg-mcp-server and adjacent AI workflows.