Modern LLM tool-calling frameworks (OpenAI Agents SDK, LangChain, CrewAI, Anthropic Claude, Google ADK, etc.) natively understand MCP. A one-line adapter call ingests every JazzMCP tool and hands them to the model.
JazzMCP pushes long-running results (crawler output, exec_py logs) over Server-Sent Events, so your agent can think while data flows.
Each tool advertises a JSON schema; the LLM knows valid parameter names, types, and constraints—no hallucinated arguments.
Add new endpoints (e.g., summarize_pdf, generate_image) on the server and all clients learn them automatically at the next list_tools refresh.