Crawler Summary

gopeak answer-first brief

GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools: scene management, GDScript LSP diagnostics, DAP debugger, screenshot capture, input injection, ClassDB introspection, CC0 asset library. AI-assisted game development with Claude, Cursor, Cline, OpenCode. GoPeak $1 $1 $1 $1 $1 $1 $1 $1 $1 **GoPeak is an MCP server for Godot that lets AI assistants run, inspect, modify, and debug real projects end-to-end.** --- Quick Start (3 Minutes) Requirements - Godot 4.x - Node.js 18+ - MCP-compatible client (Claude Desktop, Cursor, Cline, OpenCode, etc.) 1) Run GoPeak or install globally: 2) Add MCP client config GOPEAK_TOOL_PROFILE=compact is the default. It keeps prompt/tool-li Capability contract not published. No trust telemetry is available yet. 24 GitHub stars reported by the source. Last updated 2/25/2026.

Freshness

Last checked 2/25/2026

Best For

gopeak is best for gopeak, godot, godot-engine workflows where MCP compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB MCP, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 100/100

gopeak

GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools: scene management, GDScript LSP diagnostics, DAP debugger, screenshot capture, input injection, ClassDB introspection, CC0 asset library. AI-assisted game development with Claude, Cursor, Cline, OpenCode. GoPeak $1 $1 $1 $1 $1 $1 $1 $1 $1 **GoPeak is an MCP server for Godot that lets AI assistants run, inspect, modify, and debug real projects end-to-end.** --- Quick Start (3 Minutes) Requirements - Godot 4.x - Node.js 18+ - MCP-compatible client (Claude Desktop, Cursor, Cline, OpenCode, etc.) 1) Run GoPeak or install globally: 2) Add MCP client config GOPEAK_TOOL_PROFILE=compact is the default. It keeps prompt/tool-li

MCPself-declared

Public facts

5

Change events

1

Artifacts

0

Freshness

Feb 25, 2026

Verifiededitorial-contentNo verified compatibility signals24 GitHub stars

Capability contract not published. No trust telemetry is available yet. 24 GitHub stars reported by the source. Last updated 2/25/2026.

24 GitHub starsTrust evidence available

Trust score

Unknown

Compatibility

MCP

Freshness

Feb 25, 2026

Vendor

Had0yun

Artifacts

0

Benchmarks

0

Last release

2.0.1

Executive Summary

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

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. 24 GitHub stars reported by the source. Last updated 2/25/2026.

Setup snapshot

git clone https://github.com/HaD0Yun/godot-mcp.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

Had0yun

profilemedium
Observed Feb 25, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

MCP

contractmedium
Observed Feb 25, 2026Source linkProvenance
Adoption (1)

Adoption signal

24 GitHub stars

profilemedium
Observed Feb 25, 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

npx -y gopeak

bash

npm install -g gopeak
gopeak

json

{
  "mcpServers": {
    "godot": {
      "command": "npx",
      "args": ["-y", "gopeak"],
      "env": {
        "GODOT_PATH": "/path/to/godot",
        "GOPEAK_TOOL_PROFILE": "compact"
      }
    }
  }
}

bash

npx -y gopeak

bash

npm install -g gopeak
gopeak

bash

git clone https://github.com/HaD0Yun/godot-mcp.git
cd godot-mcp
npm install
npm run build
node build/index.js

Docs & README

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

Self-declaredGITHUB MCP

Docs source

GITHUB MCP

Editorial quality

ready

GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools: scene management, GDScript LSP diagnostics, DAP debugger, screenshot capture, input injection, ClassDB introspection, CC0 asset library. AI-assisted game development with Claude, Cursor, Cline, OpenCode. GoPeak $1 $1 $1 $1 $1 $1 $1 $1 $1 **GoPeak is an MCP server for Godot that lets AI assistants run, inspect, modify, and debug real projects end-to-end.** --- Quick Start (3 Minutes) Requirements - Godot 4.x - Node.js 18+ - MCP-compatible client (Claude Desktop, Cursor, Cline, OpenCode, etc.) 1) Run GoPeak or install globally: 2) Add MCP client config GOPEAK_TOOL_PROFILE=compact is the default. It keeps prompt/tool-li

Full README

GoPeak

Made with Godot npm

GoPeak Hero

GoPeak is an MCP server for Godot that lets AI assistants run, inspect, modify, and debug real projects end-to-end.


Quick Start (3 Minutes)

Requirements

  • Godot 4.x
  • Node.js 18+
  • MCP-compatible client (Claude Desktop, Cursor, Cline, OpenCode, etc.)

1) Run GoPeak

npx -y gopeak

or install globally:

npm install -g gopeak
gopeak

2) Add MCP client config

{
  "mcpServers": {
    "godot": {
      "command": "npx",
      "args": ["-y", "gopeak"],
      "env": {
        "GODOT_PATH": "/path/to/godot",
        "GOPEAK_TOOL_PROFILE": "compact"
      }
    }
  }
}

GOPEAK_TOOL_PROFILE=compact is the default. It keeps prompt/tool-list token usage low while preserving access to the full toolset via catalog discovery.

3) First prompts to try

  • "List Godot projects in /your/projects and show project info."
  • "Create scenes/Player.tscn with CharacterBody2D root and add a movement script."
  • "Run project, get debug output, then fix top error."

Why GoPeak

  • Real project feedback loop: run the game, inspect logs, and fix in-context.
  • 95+ tools available across scene/script/resource/runtime/LSP/DAP/input/assets.
  • Token-efficient by default: compact tool surface for lower context overhead.
  • Discoverability built-in: use tool.catalog (alias of tool_catalog) to find hidden or legacy tools by keyword.
  • Deep Godot integration: ClassDB queries, runtime inspection, debugger hooks, bridge-based scene/resource edits.

Best For

  • Solo/indie developers moving quickly with AI assistance
  • Teams that need AI grounded in actual project/runtime state
  • Debug-heavy workflows (breakpoints, stack traces, live runtime checks)

Tool Surface Model (Important)

GoPeak supports three exposure profiles:

  • compact (default): exposes a curated alias set (about 20 core tools)
  • full: exposes full legacy tool list (95+)
  • legacy: same exposed behavior as full

Configure with either:

  • GOPEAK_TOOL_PROFILE
  • MCP_TOOL_PROFILE (fallback alias)

How to discover hidden tools in compact mode

Call:

  • tool.catalog (compact alias)
  • tool_catalog (legacy name)

Example intent:

"Use tool.catalog with query animation and show relevant tools."

This lets assistants start with a small, efficient default surface but still find and use the full capability set when needed.


Installation Options

A) Recommended: npx

npx -y gopeak

B) Global install

npm install -g gopeak
gopeak

C) From source

git clone https://github.com/HaD0Yun/godot-mcp.git
cd godot-mcp
npm install
npm run build
node build/index.js

GoPeak also exposes two CLI bin names:

  • gopeak
  • godot-mcp

Addons (Recommended)

Auto Reload + Runtime Addon installer

Install in your Godot project folder:

curl -sL https://raw.githubusercontent.com/HaD0Yun/godot-mcp/main/install-addon.sh | bash

PowerShell:

iwr https://raw.githubusercontent.com/HaD0Yun/godot-mcp/main/install-addon.ps1 -UseBasicParsing | iex

Then enable plugin in Project Settings → Plugins.


Core Capabilities

  • Project control: launch editor, run/stop project, capture debug output
  • Scene editing: create scenes, add/delete/reparent nodes, edit properties
  • Script workflows: create/modify scripts, inspect script structure
  • Resources: create/modify resources, materials, shaders, tilesets
  • Signals/animation: connect signals, build animations/tracks/state machines
  • Runtime tools: inspect live tree, set properties, call methods, metrics
  • LSP + DAP: diagnostics/completion/hover + breakpoints/step/stack trace
  • Input + screenshots: keyboard/mouse/action injection and viewport capture
  • Asset library: search/fetch CC0 assets (Poly Haven, AmbientCG, Kenney)

Tool families (examples)

| Area | Examples | |---|---| | Project | project.list, project.info, editor.run | | Scene/Node | scene.create, scene.node.add, set_node_properties | | Script | script.create, script.modify, script.info | | Runtime | runtime.status, inspect_runtime_tree, call_runtime_method | | LSP/DAP | lsp.diagnostics, lsp_get_hover, dap_set_breakpoint, dap.output | | Input/Visual | inject_key, inject_mouse_click, capture_screenshot |


Project Visualizer

Visualize your entire project architecture with visualizer.map (map_project legacy). Scripts are grouped by folder structure into color-coded categories.

Project Visualizer — AI-generated architecture map


Quick Prompt Examples

Build

  • "Create a Player scene with CharacterBody2D, Sprite2D, CollisionShape2D, and a basic movement script."
  • "Add an enemy spawner scene and wire spawn signals to GameManager."

Debug

  • "Run the project, collect errors, and fix the top 3 issues automatically."
  • "Set a breakpoint at scripts/player.gd:42, continue execution, and show stack trace when hit."

Runtime testing

  • "Press ui_accept, move mouse to (400, 300), click, then capture a screenshot."
  • "Inspect live scene tree and report nodes with missing scripts or invalid references."

Discovery in compact mode

  • "Use tool.catalog with query tilemap and list the most relevant tools."
  • "Find import pipeline tools with tool.catalog query import and run the best one for texture settings."

Technical Reference

Environment variables

| Name | Purpose | Default | |---|---|---| | GOPEAK_TOOL_PROFILE | Tool exposure profile: compact, full, legacy | compact | | MCP_TOOL_PROFILE | Fallback profile env alias | compact | | GODOT_PATH | Explicit Godot executable path | auto-detect | | DEBUG | Enable server debug logs (true/false) | false | | LOG_MODE | Recording mode: lite or full | lite |

Ports

| Port | Service | |---|---| | 6505 | Unified Godot Bridge + Visualizer server (+ /health, /mcp) | | 6005 | Godot LSP | | 6006 | Godot DAP | | 7777 | Runtime addon command socket (only needed for runtime tools) |

Minimal port profiles

  • Core editing only: 6505
  • Core + runtime actions (screenshots/input/runtime inspect): 6505 + 7777
  • Full debugging + diagnostics: 6505 + 6005 + 6006 + 7777

Troubleshooting

  • Godot not found → set GODOT_PATH
  • No MCP tools visible → restart your MCP client
  • Project path invalid → confirm project.godot exists
  • Runtime tools not working → install/enable runtime addon plugin
  • Need a tool that is not visible → run tool.catalog and search by capability keyword

Docs & Project Links


License

MIT — see LICENSE.

Credits

Contract & API

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

MissingGITHUB MCP

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

MCP: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/mcp-had0yun-godot-mcp/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-had0yun-godot-mcp/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-had0yun-godot-mcp/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

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
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": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-had0yun-godot-mcp/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/mcp-had0yun-godot-mcp/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/mcp-had0yun-godot-mcp/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-had0yun-godot-mcp/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-had0yun-godot-mcp/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-had0yun-godot-mcp/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-17T02:36:42.427Z"
    }
  },
  "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": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    },
    {
      "key": "gopeak",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "godot",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "godot-engine",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "godot4",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "mcp",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "mcp-server",
      "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": "ai",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "ai-tools",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "ai-integration",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "claude",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "cline",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "opencode",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "cursor",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "game-development",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "gamedev",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "game-engine",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "gdscript",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "language-server",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "lsp",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "dap",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "debug-adapter-protocol",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "screenshot",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "input-injection",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "auto-reload",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "developer-tools",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "typescript",
      "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|unknown|profile capability:gopeak|supported|profile capability:godot|supported|profile capability:godot-engine|supported|profile capability:godot4|supported|profile capability:mcp|supported|profile capability:mcp-server|supported|profile capability:model-context-protocol|supported|profile capability:ai|supported|profile capability:ai-tools|supported|profile capability:ai-integration|supported|profile capability:claude|supported|profile capability:cline|supported|profile capability:opencode|supported|profile capability:cursor|supported|profile capability:game-development|supported|profile capability:gamedev|supported|profile capability:game-engine|supported|profile capability:gdscript|supported|profile capability:language-server|supported|profile capability:lsp|supported|profile capability:dap|supported|profile capability:debug-adapter-protocol|supported|profile capability:screenshot|supported|profile capability:input-injection|supported|profile capability:auto-reload|supported|profile capability:developer-tools|supported|profile capability:typescript|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": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Had0yun",
    "href": "https://github.com/HaD0Yun/godot-mcp#readme",
    "sourceUrl": "https://github.com/HaD0Yun/godot-mcp#readme",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-25T03:12:20.800Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "MCP",
    "href": "https://xpersona.co/api/v1/agents/mcp-had0yun-godot-mcp/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-had0yun-godot-mcp/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-02-25T03:12:20.800Z",
    "isPublic": true
  },
  {
    "factKey": "traction",
    "category": "adoption",
    "label": "Adoption signal",
    "value": "24 GitHub stars",
    "href": "https://github.com/HaD0Yun/godot-mcp",
    "sourceUrl": "https://github.com/HaD0Yun/godot-mcp",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-25T03:12:20.800Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/mcp-had0yun-godot-mcp/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-had0yun-godot-mcp/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 gopeak and adjacent AI workflows.