sndev.io is a developer platform that helps AI agents and the developers who build them understand, navigate, and work with ServiceNow's APIs.
Add sndev.io as a remote MCP server in Claude, Cursor, Windsurf, or any compatible client.
Your agent gains full access to the Zurich release API surface.
"Authorization": "Bearer <key>" — first come, first served, resets daily.
Want a long-lived key? hello@sndev.io
Use your API key for personal use, testing, or development.
{
"mcpServers": {
"servicenow": {
"url": "https://sndev.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Pay-per-query with USDC on Base — no accounts or keys required.
{
"mcpServers": {
"servicenow": {
"url": "https://sndev.io/mcp"
// No static headers — agent handles X-PAYMENT header
//
// x402 flow (no payment):
// → 402 response + JSON "accepts" array
// (exact scheme, eip155:8453, $0.001)
// → Agent pays via facilitator (Coinbase etc.)
// → Retry with X-PAYMENT proof header
//
// Tip: Use wrappers/proxies for auto-handling
}
}
}
// "Find all GlideRecord methods for querying" Object.entries( spec.classes["GlideRecord"].methods ).filter(([name, m]) => name.includes("query") || name.includes("Query") ).map(([name, m]) => ({ name, params: m.parameters, description: m.description }))
High-performance, agent-native access to ServiceNow — low latency, dual auth, complete Zurich coverage.
Agents write JavaScript expressions to query the full spec — classes, methods, params, returns, examples.
Cloudflare Workers in 300+ cities. Sub-100ms latency. Stateless MCP transport — no sessions.
API keys for devs. x402 micropayments for agents — $0.001 per request, no accounts needed.
Complete server-side reference from official Zurich docs — Glide*, FlowAPI, and 450+ classes.
Micropayments powered by the open x402 standard — transparent and interoperable.
Easy integration via open wrappers & proxies — join the ecosystem and extend sndev.io.
From GlideRecord to FlowAPI — the complete ServiceNow server-side scripting surface area, structured for machine consumption.
Table API, CMDB, Service Catalog, Attachment, Import Set — 111 API groups and 556 endpoints, structured with methods, paths, and parameters.
GlideForm, GlideList, GlideUser, GlideAjax, Service Portal utilities — every client-side and dual-scope class available in UI scripts, client scripts, and portals.
46 classes from @servicenow/sdk/core — define tables, columns, business rules, ACLs, and more
in .now.ts files. The declarative way to build scoped applications on ServiceNow.
Agents can discover which Server, REST, and Client APIs belong to each product — from CMDB and ITSM to HR Service Delivery and Workplace.
The complete ServiceNow data model — table inheritance, field metadata, and every reference relationship — searchable through a single MCP tool. Hover to explore.
Query tables, execute scripts, and discover schemas on real ServiceNow instances. Choose hosted (remote MCP) or local (stdio) — both provide the same three tools.
{
"mcpServers": {
"servicenow-live": {
"url": "https://sndev.io/live",
"headers": {
"Authorization": "Bearer YOUR_SNDEV_KEY",
"X-SN-Instance": "https://dev12345.service-now.com",
"X-SN-Username": "admin",
"X-SN-Password": "your-password"
}
}
}
}Query records from any ServiceNow table via the Table API. Supports encoded queries, field selection, and display values.
Execute server-side JavaScript on your instance. Run background scripts with full GlideRecord access.
Discover live table schemas — fields, types, references, and inheritance from sys_dictionary.
API reference search is just the beginning. We're building the tools AI agents need to work autonomously inside ServiceNow.
240+ scripting classes, 160+ REST API groups, 4,000+ table schemas, 4,600+ script includes, plugins, encoded query syntax, code patterns, and release metadata. Fourteen tools for agents to search, retrieve, and compare via MCP.
Production micropayments on Base and Solana mainnet. AI agents pay per query with USDC — no accounts, no subscriptions.
Local stdio MCP server connecting to real instances — query tables, execute scripts, and discover schemas via basic auth.
Build ServiceNow apps from code — TypeScript manifests, 15 skills, schema validation, ATF testing, and instance scans. docs.sndev.io