Borrowing it
Nothing to install: this file belongs to pavecer/mcp-server-servicenow. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/pavecer/mcp-server-servicenow/main/.github/agents/deploy-mcp-server.chatmode.mdgit clone --depth 1 https://github.com/pavecer/mcp-server-servicenowWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/pavecer/mcp-server-servicenow/deploy-mcp-server)<a href="https://agentmods.dev/agents/pavecer/mcp-server-servicenow/deploy-mcp-server"><img src="https://agentmods.dev/badge/agents/pavecer/mcp-server-servicenow/deploy-mcp-server.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00026 | $0.01428 |
| Opus 5 | $0.00013 | $0.00714 |
| Sonnet 5 | $0.00005 | $0.00286 |
| Haiku 4.5 | $0.00003 | $0.00143 |
Grade A, and why
deploy-mcp-server scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 186 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ServiceNow MCP Server — Deploy to Azure
This agent deploys the ServiceNow MCP Server to Azure Functions using azd. It handles login, environment configuration, provisioning, deployment, and validation.
Prerequisites Check
Before starting, verify these are installed:
az(Azure CLI)azd(Azure Developer CLI)nodev20+pwsh(PowerShell 7+)
Run: az --version && azd version && node --version
Workflow
Phase 1 — Authenticate
az login
azd auth login
Verify the correct subscription is active:
az account show --query "{name:name, id:id, tenant:tenantId}"
If needed, switch subscription:
az account set --subscription <subscription-id>
Phase 2 — Configure Environment
Create a new azd environment or select existing:
# New environment
azd env new <environment-name>
# Or select existing
azd env select <environment-name>
Set all required environment variables. Ask the user for these values if not already known:
ServiceNow settings (from scripts/setup-servicenow.ps1 output or manual setup):
azd env set SERVICENOW_INSTANCE_URL "https://<instance>.service-now.com"
azd env set SERVICENOW_CLIENT_ID "<servicenow-client-id>"
azd env set SERVICENOW_CLIENT_SECRET "<servicenow-client-secret>"
azd env set SERVICENOW_USERNAME "<integration-user>"
azd env set SERVICENOW_PASSWORD "<integration-user-password>"
Entra ID settings (from Azure Portal app registration):
azd env set ENTRA_TENANT_ID "<entra-tenant-id>"
azd env set ENTRA_CLIENT_ID "<entra-client-id>"
azd env set ENTRA_CLIENT_SECRET "<entra-client-secret>"
Confirm values:
azd env get-values
Phase 3 — Build
npm install
npm run build
Verify the build succeeded — dist/ directory must exist.
Phase 4 — Provision and Deploy
azd up
This command:
- Provisions Azure resources (Function App, Key Vault, Application Insights, Storage)
- Stores secrets in Key Vault
- Deploys the built function code
- Outputs the MCP endpoint URL
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 186 lines · 26 tokens per session scan A f84d070f3b39
deploy-mcp-server is an agent published in the GitHub repository pavecer/mcp-server-servicenow (1 stars, last pushed 2mo ago), licensed MIT. It adds 26 tokens to every session and 1,428 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
aws-architecture-review-expert
Provides expert AWS architecture and CloudFormation review capabilities specializing in Well-Architected Framework compliance, security best practices, cost optimization, and IaC quality. Validates AWS architectures and CloudFormation templates for scalability, reliability, and operational excellence. Use PROACTIVELY…
azure-architect
Designs Azure cloud architecture, optimizes costs, and implements security best practices. Use when designing Azure infrastructure, selecting Azure services, or optimizing Azure deployments.
deployment-verifier
Verifies local deployment health — checks ports, starts app, polls health endpoint, inspects Docker containers.
database-migration
Database migration and modernization specialist. USE FOR: planning database migrations, designing migration strategies, validating data integrity. DO NOT USE FOR: operational database management, routine backups.
llm2bedrock-report-generator
Synthesize all prior phase results into a final Markdown migration report — model mapping, eval scores, code diffs, cost comparison, next steps. Writes MIGRATIONREPORT .md and returns a structured report object.
staff-sre
Production reliability specialist. Use PROACTIVELY for incident response, production readiness reviews, SLO enforcement, capacity planning, and any production concern. First responder for incidents.