paper-with-me

홈 › Papers

Euclid-MCP: A Model Context Protocol Server for Deterministic Logical Reasoning via Prolog

2026-07-23 · Bartolomeo Bogliolo arxiv

Large Language Models (LLMs) excel at natural language understanding and generation but remain unreliable for multi-step logical reasoning, especially in safety-critical or compliance-sensitive domains. Recent neuro-symbolic approaches address this gap by coupling neural models with external symbolic engines, yet most integrations are bespoke and lack a standardized interface for tool-augmented agents. This paper presents Euclid-MCP, an open-source MCP server that provides deterministic logical reasoning via SWI-Prolog. Euclid-MCP introduces Euclid-IR, an engine-agnostic intermediate representation for Horn-clause logic that is human-readable, easy for LLMs to generate, and straightforward to compile into Prolog or alternative backends. The server exposes a compact tool interface that supports a translate-run-inspect-repair loop, enabling LLM clients to delegate inference while retaining full access to proof traces and derivation logs. We evaluate Euclid-MCP on a realistic IT security and compliance use case. Results show that while LLMs alone are sufficient on small knowledge bases, they hallucinate systematically on larger problems, whereas Euclid-MCP delivers exact answers with lower latency and more compact outputs. We argue that semantic RAG is fundamentally unsuited for rule enforcement, and that Euclid-MCP can serve as a stable, shared reasoning substrate for both RAG-based assistants and agentic systems.

📄 PDF Abstract BibTeX arXiv:2607.21412

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language UnderstandingLogical Reasoning

Similar Papers 제목 키워드 기반

Unicode TAG-Block Concealment of Tool-Metadata Payloads in the Model Context Protocol: An Approval-View Fidelity Gap Across Three Independent Server Implementations

2026-07-07 · Mohammadreza Rashidi arxiv

The Model Context Protocol (MCP) is the dominant way coding agents discover and invoke external tools. A server advertises each tool through a tools/list handshake that returns a name, a natural-language description, and…

Bridging Protocol and Production: Design Patterns for Deploying AI Agents with Model Context Protocol

2026-03-12 · Vasundra Srinivasan arxiv

The Model Context Protocol (MCP) standardizes how AI agents discover and invoke external tools, with over 10,000 active servers and 97 million monthly SDK downloads as of early 2026. Yet MCP does not yet standardize how …

DeltaMCP: Incremental Regeneration via Spec-Aware Transformation for MCP servers

2026-05-27 · Aditya Pujara, Xiaogang Zhu, Hsiang-Ting Chen arxiv

The rapid development of LLMs coupled with the introduction of Model Context Protocol (MCP) has revolutionized how intelligent agents interact with APIs through deterministic and structured methods \cite{ModelContextProt…

An Efficient Protocol for Distributed Column Subset Selection in the Entrywise $\ell_p$ Norm

2021-01-01 · Shuli Jiang, Dongyu Li, Irene Mengze Li, Arvind V. Mahankali 외

We give a distributed protocol with nearly-optimal communication and number of rounds for Column Subset Selection with respect to the entrywise {$\ell_1$} norm ($k$-CSS$_1$), and more generally, for the $\ell_p$-norm wit…

3D Reconstruction

Separating Intelligence from Execution: A Workflow Engine for the Model Context Protocol

2026-03-13 · Abhinav Singh Parmar arxiv

Large Language Model (LLM) agents increasingly interact with external systems through tool-calling protocols such as the Model Context Protocol (MCP). In prevailing architectures, the agent must reason about every tool i…