echelon-ai-labs/servicenow-mcp — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python MCP server that lets Claude connect to a ServiceNow instance and actually get work done there. I want to be able to plug in my ServiceNow URL and credentials through environment variables, choose basic login, OAuth, or an API key, and then have Claude safely query records, create and update incidents, add comments, resolve tickets, manage change requests, work with service catalog items, and look up knowledge or users.

Please include a normal local mode for Claude Desktop style use, plus a web mode using Server Sent Events for other integrations. Add a debug option so I can troubleshoot connection and API issues without digging through code. I also want a simple way to limit which tools are exposed, like service desk, catalog builder, change coordinator, knowledge author, platform developer, system admin, agile, or everything.

Set it up cleanly with examples, tests, Docker support, and a sample env file. Look up current MCP and ServiceNow docs online if needed.

Want more depth? Deep Reverse