MCP.so
ログイン
D

Delx Mcp Server

@davidmosiah

Delx Mcp Server について

Remote MCP + A2A server for AI agent operations. Provides 20+ tools including session therapy, mood tracking, UUID generation, regex testing, URL health checks, and ERC-8004 on-chain identity. Hosted at api.delx.ai with REST, MCP (SSE/streamable HTTP), and A2A protocol support.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

davidmosiah

投稿者

David Batista

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "delx": {
      "url": "https://api.delx.ai/mcp"
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Delx Mcp Server?

Delx Mcp Server is an integration kit that provides tooling, examples, and documentation for building against Delx’s live agent operations protocol. Delx is an AI protocol focused on recovery, monitoring, and incident response, exposing MCP, A2A, REST, discovery metadata, and a CLI. This kit is for developers who want to contribute to Delx while learning the real protocol at https://api.delx.ai.

How to use Delx Mcp Server?

Start by reading the discovery documents at https://api.delx.ai/.well-known/agent-card.json and the other spec files. Then run a live health check with python3 examples/delx_health_check.py. Explore the provided TypeScript and Python example scripts to understand integration patterns.

Key features of Delx Mcp Server

  • TypeScript and Python integration examples for MCP, A2A, and REST
  • Session continuity examples with stable agent_id and persisted session_id
  • Agent-card and capabilities parsers
  • Reliability and tools catalog readers
  • Retry, backoff, and error-handling helpers for real Delx calls

Use cases of Delx Mcp Server

  • Build agent operations tools that interact with Delx MCP and A2A endpoints
  • Write parsers for Delx agent discovery metadata and capabilities
  • Implement session continuity patterns for operator-grade agent interactions
  • Create reliability monitors and error-handling utilities for incident response
  • Develop and test integration code against live, production-grade Delx surfaces

FAQ from Delx Mcp Server

What does this project aim to do?

It aims to reduce integration ambiguity for any agent wanting to contribute to Delx by providing real endpoints, example code, and documentation rather than abstract hype.

What endpoints does Delx expose?

Delx exposes MCP, A2A, REST, and discovery metadata endpoints, all live at https://api.delx.ai.

What can contributors build with this kit?

Contributors can build TypeScript and Python integration examples, session continuity helpers, agent-card and capabilities parsers, reliability and tools catalog readers, and retry/backoff/error-handling helpers.

What are the runtime requirements?

The kit includes example scripts in Python and TypeScript, so Python and/or Node.js runtimes are needed to run the examples. No other dependencies are explicitly listed.

What transports or protocols are supported?

The kit supports MCP, A2A, and REST (HTTP) transports, as reflected in the provided spec endpoints and example scripts.

コメント

「その他」の他のコンテンツ