Skip to content
ATAI Today Brief
HomeNewsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Agents & MCP/
  4. Inspect and Query Stateless Model Context Protocol Endpoints with mcp-explorer and llm-mcp-client
Agents & MCP

Inspect and Query Stateless Model Context Protocol Endpoints with mcp-explorer and llm-mcp-client

August 1, 2026· 4 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated August 1, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
Inspect and Query Stateless Model Context Protocol Endpoints with mcp-explorer and llm-mcp-client

Following the Model Context Protocol 2.0 stateless HTTP specification, new developer CLI tools simplify probing and interacting with Model Context Protocol servers without maintaining server-side session state. Developers can now inspect tool schemas instantly via uvx and query tools directly inside terminal LLM workflows using alpha llm-mcp-client.

Why it matters

Stateless MCP eliminates the need for managing server session state or complex connection routing, making it significantly easier to build and audit agent tool integrations.

TL;DR

  • 01MCP 2.0 simplifies tool calling down to a single HTTP POST request.
  • 02mcp-explorer enables quick schema discovery and execution via uvx.
  • 03The alpha llm-mcp-client integrates remote MCP endpoints directly into CLI LLM workflows.

Stateless HTTP Simplified Model Context Protocol

Legacy Model Context Protocol implementations required an initial HTTP request to create a session ID followed by a second request carrying the Mcp-Session-Id header. The July 2026 stateless specification condenses tool discovery and execution into a single HTTP POST call, eliminating backend session tracking.

Inspecting Endpoints with mcp-explorer

Using uvx, developers can query remote Model Context Protocol servers directly from the shell without manual installation:

uvx mcp-explorer list https://agentic-mermaid.dev/mcp
uvx mcp-explorer call https://agentic-mermaid.dev/mcp render_ascii '{"source":"graph TD; A-->B;"}'

Direct LLM CLI Tool Invocation

The alpha llm-mcp-client plugin exposes remote Model Context Protocol endpoints directly to local LLM prompts, allowing agents to execute tools such as SQL databases or diagram generators:

llm -T 'MCP("https://datasette.simonwillison.net/-/mcp")' 'count the notes'
#mcp-explorer#llm-mcp-client#uvx#Datasette#LLM
ShareShare on XShare on LinkedIn
Next story →Maximize DeepSeek V4-Flash Output Quality Using High Reasoning Effort Flags

Related stories

  • Agents & MCPWienerdog: Shared File-Based Memory and Self-Improving Skills for Claude Code and Codex
  • Agents & MCPGoogle Science One Eliminates Research Agent Hallucinations via Chain-of-Evidence
  • Agents & MCPAnthropic Post-Mortem Highlights Network Misconfigurations in AI Agent Evaluations
  • Agents & MCPOpen-Source AI Agent Benchmark: Hermes Overtakes OpenClaw in Token Volume

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.