Skip to content
AGNT

MCP Directory

MCP clients & servers

Model Context Protocol enables any LLM to call structured tools over SSE. Below are the clients that can connect and the servers that expose tools — including AGNT's own MCP endpoint.

Clients

Servers

What MCP tools work with AGNT?

AGNT exposes a Model Context Protocol server at /mcp/sse with three tools: search_venues, list_venues, and confirm_booking. Any MCP-compatible client — Claude Code, Cursor, Windsurf, Continue.dev, or Zed — can connect and call these tools directly without REST wrapping or custom schema translation.

On the server side, AGNT's fleet uses MCP servers for Obsidian (knowledge base), GitHub (issue tracking), and Slack (alerting). The protocol is the same in both directions: JSON schemas over SSE with structured input/output.