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: Uptime Agent 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.
Latest Blog Posts
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