Delx Mcp Server
@davidmosiah
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"delx": {
"url": "https://api.delx.ai/mcp"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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_idand persistedsession_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.
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments