SLA.directory MCP Server
Provides access to Adyen's SLA data including uptime commitments, service credits, claim windows, and per-service SLAs via SLA.directory.
Provides access to Amazon Web Services' SLA data including uptime commitments, service credits, claim windows, and per-service SLAs (e.g., S3, EC2) via SLA.directory.
Provides access to PayPal's SLA data including uptime commitments, service credits, claim windows, and per-service SLAs via SLA.directory.
Provides access to Stripe's SLA data including uptime commitments, service credits, claim windows, and per-service SLAs via SLA.directory.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SLA.directory MCP ServerCompare Stripe, Adyen, and PayPal SLA credits"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SLA.directory MCP server
An MCP server that lets AI assistants query SLA.directory in context: uptime commitments, service credits, claim windows, and per-service SLAs for cloud and SaaS vendors.
It reads the public SLA.directory API at runtime (with a short cache). No API key, no data bundled.
Tools
search_vendors(query): find vendors and services by name or category.get_vendor(slug): full SLA record for one vendor.get_service_sla(slug, service?): per-service SLAs (e.g. AWS S3 vs EC2), optionally filtered.compare_vendors(slugs[]): key terms side by side (uptime, max credit, claim window, auto-credit).list_categories()andvendors_in_category(category).
Vendor lookups are fuzzy (e.g. "Amazon Web Services" resolves to aws), answers are concise and cited (every result carries the official source URL and verification date), and tools are marked read-only so assistants can call them freely.
Related MCP server: GetMonitor MCP Server
Prompts
Ready-made flows you can pick in the client:
sla_review(vendor): summarize one vendor's SLA (uptime, credits, claim process, exclusions, weakest services).compare_for_renewal(vendors): compare several vendors for a renewal decision.weakest_services(vendor): find a vendor's lowest-uptime services for error-budget planning.
Use it
Run with Node 18+ (no install needed once published):
npx sla-directory-mcpClaude Desktop / Cursor
Add to your MCP config:
{
"mcpServers": {
"sla-directory": {
"command": "npx",
"args": ["-y", "sla-directory-mcp"]
}
}
}Then ask things like "What's AWS S3's SLA?", "Compare Stripe, Adyen, and PayPal SLA credits", or "Which security vendors offer automatic credits?"
Run from source
npm install
npm run build
node dist/index.js # stdio serverPoint it at a different API base with SLA_API_BASE (defaults to https://sla.directory/api/v1).
License
MIT. SLA data served by the API is licensed CC-BY-4.0 by SLA.directory. Always confirm against the vendor's official SLA before relying on this data for contractual or financial decisions.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI assistants to interact with Uptime Agent monitoring system to check uptime status, manage incidents, create new monitors, and analyze downtime through natural conversation.Last updated71

GetMonitor MCP Serverofficial
AlicenseCqualityBmaintenanceConnects AI assistants to GetMonitor status pages, monitors, incidents, and maintenance schedules via read-only tools.Last updated10015Apache 2.0- AlicenseAqualityCmaintenanceEnables querying telecom routing data (LRN, CNAM, DNO, LERG, toll-free routing) directly from AI assistants like Claude, ChatGPT.Last updated14133MIT
- Alicense-qualityDmaintenanceEnables AI assistants to read messages, threads, channel info, user profiles, search conversations, and generate permalinks in Slack workspaces.Last updated1MIT
Related MCP Connectors
Search your knowledge bases from any AI assistant using hybrid RAG.
AI agent run monitoring with incident replay and SLA receipts.
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/self9dmin/sla-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server