Announcement
|
by Autom TeamAutom MCP updated to MCP 2026-07-28
We updated the Autom MCP server to MCP 2026-07-28, the latest Model Context Protocol release.
What changed
The new spec moves MCP to a stateless request/response core. That makes servers easier to run on serverless and edge infrastructure, with less session machinery in the way.
For you, nothing breaks. Same endpoint, same API key, same SERP tools. The protocol underneath is just cleaner and more aligned with how Claude and the rest of the ecosystem are shipping MCP support.
Connect in one command
claude mcp add --transport http autom https://mcp.autom.dev/ \
--header "x-api-key: YOUR_API_KEY"
Get your key at app.autom.dev. Full setup for Claude, Cursor, Gemini, and OpenAI is in our MCP docs.