ai.decisionlog/mcp

MCPcomunidaden línea
v0.1.0ai.decisionlogUnknownActualizado hace 2 m

Append-only decisions with provenance, supersession, retrieval, and audited MCP actions.

Estado del endpointen línea
comprobado hace 1 día · 261 ms
100 % de las últimas 5 comprobaciones llegaron a este endpoint
Funciona en
ClaudeCursorCopilotChatGPTGemini

Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
hace 2 mÚltima actualización
Paquete
Autorai.decisionlog
LicenciaUnknown
Versión0.1.0
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/30
Publicador: este listado no tiene ningún repositorio registrado, así que `forge publish` no puede verificar la propiedad de forma automática. Usa «Reclamar este listado» arriba — en Forge lo revisamos a mano.
Verificación de dominio+0/10
Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
Análisis de inyección de prompts · limpio+30/30
Análisis de ofuscación / exfiltración · limpio+20/20
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
DependenciasSin auditar
Superficie de herramientas30 herramientas · ninguna privilegiada
Análisis de seguridad✓ Limpiovlive · hace 10 d¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado17 jul 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

30 herramientas · ninguna privilegiada
Observado en vivo desde el endpoint del proveedor10d ago

Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.

  • https://www.decisionlog.ai/api/mcp30 herramientas · 369 ms
decision_log_create_decisionCreate an immutable Decision when permitted, otherwise create a reviewable DecisionCandidate.

Create an immutable Decision when permitted, otherwise create a reviewable DecisionCandidate.

ParámetroTipoDescripción
title*stringConcise direct-action title without speaker wrappers or ellipses.
summarystringOptional summary.
decisionText*stringThe immutable meaning of the decision.
rationale*stringWhy the decision was made.
decisionType*string
sourceIdsarray
metadataobject
decision_log_search_decisionsSearch decisions in the authenticated workspace.

Search decisions in the authenticated workspace.

ParámetroTipoDescripción
querystringSearch text.
statusstringOptional Decision status filter.
decisionTypestringOptional Decision type filter.
decisionKeystringOptional stable Decision key filter.
projectIdOptional Project identifier filter.
tagstringOptional Tag slug filter.
domainstringOptional Domain slug filter.
includeSupersededboolean
currentOnlyboolean
sortstring
limitinteger
offsetinteger
decision_log_get_decisionRetrieve one decision by ID.

Retrieve one decision by ID.

ParámetroTipoDescripción
decisionId*stringDecision identifier.
decision_log_supersede_decisionCreate a replacement Decision and supersession relationship for an existing Decision.

Create a replacement Decision and supersession relationship for an existing Decision.

ParámetroTipoDescripción
decisionId*stringDecision being superseded.
title*stringConcise direct-action title without speaker wrappers or ellipses.
summarystringOptional summary.
decisionText*stringThe immutable meaning of the decision.
rationale*stringWhy the decision was made.
decisionType*string
sourceIdsarray
metadataobject
reason*stringReason for supersession.
decision_log_lock_decisionIrreversibly prevent a current Decision from ever being superseded; may create an approval request.

Irreversibly prevent a current Decision from ever being superseded; may create an approval request.

ParámetroTipoDescripción
decisionId*stringDecision to lock.
rationale*stringWhy permanent finality is required.
sourceIdsarray
decision_log_approve_decision_actionRecord one immutable approval or rejection attestation.

Record one immutable approval or rejection attestation.

ParámetroTipoDescripción
approvalRequestId*stringApproval request identifier.
approvalGroupId*stringApproval group identifier.
decision*string
commentstringOptional approval comment.
decision_log_get_decision_governanceRetrieve lock, authority snapshot, and approval state for a Decision.

Retrieve lock, authority snapshot, and approval state for a Decision.

ParámetroTipoDescripción
decisionId*stringDecision identifier.
decision_log_list_recent_decisionsList the most recent decisions in the authenticated workspace.

List the most recent decisions in the authenticated workspace.

ParámetroTipoDescripción
limitinteger
decision_log_submit_sourceSubmit source content for ingestion and later provenance links.

Submit source content for ingestion and later provenance links.

ParámetroTipoDescripción
titlestringOptional source title.
contentTextstringInline source text.
contentBlobUrlstring
externalIdstringExternal provider identifier.
externalUrlstring
sourceTypestringSource type; defaults to mcp.
metadataobject
decision_log_list_sourcesList visible SourceContent using bounded excerpts and canonical retention redaction.

List visible SourceContent using bounded excerpts and canonical retention redaction.

ParámetroTipoDescripción
querystringOptional title, content, or external identifier search.
sourceTypestringOptional exact source type.
retentionStatestringOptional exact retention lifecycle state.
sortstring
limitinteger
offsetinteger
decision_log_get_sourceRetrieve one visible SourceContent detail projection. Redacted, purged, and unknown retention states never return stored title, content, blob URL, or metadata.

Retrieve one visible SourceContent detail projection. Redacted, purged, and unknown retention states never return stored title, content, blob URL, or metadata.

ParámetroTipoDescripción
sourceId*stringSourceContent identifier.
decision_log_get_source_decisionsRetrieve visible DecisionSource links for one SourceContent record with each linked Decision's lifecycle, authoritative current-state, and supersession identity.

Retrieve visible DecisionSource links for one SourceContent record with each linked Decision's lifecycle, authoritative current-state, and supersession identity.

ParámetroTipoDescripción
sourceId*stringSourceContent identifier.
decision_log_list_candidatesList reviewable DecisionCandidates visible in the current Organization and Workspace before taking a resolution action.

List reviewable DecisionCandidates visible in the current Organization and Workspace before taking a resolution action.

ParámetroTipoDescripción
querystringOptional title, summary, decision text, or rationale search.
statusstringOptional exact candidate review status.
decisionTypestringOptional exact decision type.
sortstring
limitinteger
offsetinteger
decision_log_get_candidateGet the complete visible review context for one DecisionCandidate before approving, rejecting, or converting it.

Get the complete visible review context for one DecisionCandidate before approving, rejecting, or converting it.

ParámetroTipoDescripción
candidateId*stringDecisionCandidate identifier.
decision_log_create_candidateCreate a reviewable DecisionCandidate.

Create a reviewable DecisionCandidate.

ParámetroTipoDescripción
title*stringConcise direct-action title without speaker wrappers or ellipses.
summarystringOptional summary.
decisionText*stringThe immutable meaning of the decision.
rationale*stringWhy the decision was made.
decisionType*string
sourceIdsarray
metadataobject
confidenceinteger
decision_log_resolve_candidateApprove or reject a pending DecisionCandidate.

Approve or reject a pending DecisionCandidate.

ParámetroTipoDescripción
candidateId*stringCandidate identifier.
resolution*string
reasonstringOptional rejection reason.
titlestringConcise direct-action title without speaker wrappers or ellipses.
summarystringOptional summary.
decisionTextstringThe immutable meaning of the decision.
rationalestringWhy the decision was made.
decisionTypestring
sourceIdsarray
metadataobject
decision_log_convert_candidate_to_supersessionApprove a pending DecisionCandidate as the immutable replacement for one current Decision, preserving provenance and supersession history.

Approve a pending DecisionCandidate as the immutable replacement for one current Decision, preserving provenance and supersession history.

ParámetroTipoDescripción
candidateId*stringPending DecisionCandidate identifier.
replacesDecisionId*stringCurrent Decision identifier that the candidate replaces.
reasonstringOptional reason for the supersession.
decision_log_get_current_decisionGet the newest active decision in a domain.

Get the newest active decision in a domain.

ParámetroTipoDescripción
domain*stringDomain slug.
decision_log_get_supersession_historyRetrieve the complete visible Decision supersession chain in oldest-to-newest order. Malformed chains fail closed and never claim a current Decision.

Retrieve the complete visible Decision supersession chain in oldest-to-newest order. Malformed chains fail closed and never claim a current Decision.

ParámetroTipoDescripción
decisionId*stringDecision identifier from any point in the chain.
decision_log_get_decision_sourcesRetrieve retention-safe provenance links for one visible Decision, including relationship, source lifecycle, and submitter metadata.

Retrieve retention-safe provenance links for one visible Decision, including relationship, source lifecycle, and submitter metadata.

ParámetroTipoDescripción
decisionId*stringDecision identifier.
decision_log_list_audit_eventsList the visible append-only audit events for the current Organization using the canonical permission-aware, attribution-safe projection.

List the visible append-only audit events for the current Organization using the canonical permission-aware, attribution-safe projection.

ParámetroTipoDescripción
querystringOptional actor, action, resource, or identifier search.
actionstringOptional exact AuditEvent action.
resourceTypestringOptional exact resource type.
actorTypestringOptional exact actor type.
sortstring
limitinteger
offsetinteger
decision_log_list_decisions_by_tagList decisions related to an exact tag slug.

List decisions related to an exact tag slug.

ParámetroTipoDescripción
tag*stringTag slug.
decision_log_list_decisions_by_domainList decisions related to an exact domain slug.

List decisions related to an exact domain slug.

ParámetroTipoDescripción
domain*stringDomain slug.
decision_log_render_decisionUse this when the user wants to inspect one known Decision in a visual card. Call a data retrieval tool first when the Decision ID is unknown.

Use this when the user wants to inspect one known Decision in a visual card. Call a data retrieval tool first when the Decision ID is unknown.

ParámetroTipoDescripción
decisionId*stringDecision identifier returned by a retrieval tool.
decision_log_render_workspace_briefUse this when the user wants a visual briefing of recent decisions, pending candidates, and source activity.

Use this when the user wants a visual briefing of recent decisions, pending candidates, and source activity.

No se publicó ningún esquema de entrada para esta herramienta.

decision_log_render_decision_explorerUse this when the user wants to browse the five most recent Decisions and optionally inspect one in detail.

Use this when the user wants to browse the five most recent Decisions and optionally inspect one in detail.

ParámetroTipoDescripción
decisionIdstringOptional Decision identifier to open immediately.
decision_log_render_candidate_reviewUse this when the user wants to inspect and disposition one known DecisionCandidate in a visual review workbench.

Use this when the user wants to inspect and disposition one known DecisionCandidate in a visual review workbench.

ParámetroTipoDescripción
candidateId*stringDecisionCandidate identifier.
decision_log_render_supersession_composerUse this when the user has a known active Decision and complete replacement meaning to review before supersession.

Use this when the user has a known active Decision and complete replacement meaning to review before supersession.

ParámetroTipoDescripción
decisionId*stringDecision being superseded.
title*stringConcise direct-action title without speaker wrappers or ellipses.
summarystringOptional summary.
decisionText*stringThe immutable meaning of the decision.
rationale*stringWhy the decision was made.
decisionType*string
sourceIdsarray
metadataobject
reason*stringReason for supersession.
decision_log_render_source_pipelineUse this when the user wants to inspect one known source, its provenance lifecycle, and extracted candidates.

Use this when the user wants to inspect one known source, its provenance lifecycle, and extracted candidates.

ParámetroTipoDescripción
sourceId*stringDecisionSource identifier.
decision_log_render_audit_explorerUse this when the user wants to visually inspect attributable, append-only audit events with filtering and pagination.

Use this when the user wants to visually inspect attributable, append-only audit events with filtering and pagination.

ParámetroTipoDescripción
querystringOptional audit event filter.
limitinteger

30 de 30 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

Append-only decisions with provenance, supersession, retrieval, and audited MCP actions.

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.