Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
S2TConsulting avatar

Accelerators

  • Updated March 20, 2026
  • S2TConsulting/accelerators-mcp

S2T Accelerators MCP is a MCP server that exposes 36 AWS, security, AI workflow, and ACI governance tools via the S2T platform.

About

S2T Accelerators MCP bundles thirty-six tools for AWS infrastructure, security compliance, AI workflows, and ACI governance behind one Model Context Protocol stdio server. developers who wear DevOps and security hats can ask their agent to draft or validate cloud posture, run compliance-oriented checks, and align AI control frameworks without jumping between dozen separate CLIs. You need an S2T Accelerator Platform API key from the vendor signup flow. The server fits multi-phase work: provisioning during build, compliance during ship, and ongoing governance during operate. It is oriented toward structured enterprise patterns on AWS rather than hobby static hosting. Register s2t-mcp-accelerators in Claude Code or Cursor when you want consolidated infra and governance tooling in the same session as your application code.

  • 36 MCP tools spanning AWS infrastructure, security compliance, AI workflows, and ACI governance
  • Single S2T_API_KEY gates the Accelerator Platform (free key via S2T dev portal)
  • npm stdio package s2t-mcp-accelerators v1.4.2
  • Suites security and compliance alongside cloud provisioning for agent-driven audits and setup

Accelerators by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --env S2T_API_KEY=YOUR_S2T_API_KEY s2t-mcp-accelerators -- npx -y s2t-mcp-accelerators

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Packages2t-mcp-accelerators
TransportSTDIO
AuthRequired
Last updatedMarch 20, 2026
RepositoryS2TConsulting/accelerators-mcp

What it does

Give your agent 36 AWS, security, compliance, and AI-governance tools through one S2T Accelerator Platform API key during infra and ship hardening.

Who is it for?

Best when you're targeting AWS and want agent-accessible compliance and infrastructure accelerators with a single API key.

Skip if: Skip if you're on other clouds only, or teams that refuse third-party platform keys for infra operations.

What you get

One MCP connection lets your agent invoke accelerator tools for infra, compliance, and governance from the same chat as your repo.

  • Agent-invokable AWS and compliance accelerator operations
  • ACI governance and AI workflow actions without manual portal hopping

By the numbers

  • 36 tools documented in server description
  • Server version 1.4.2
  • npm identifier s2t-mcp-accelerators with stdio transport
README.md

S2T Accelerators MCP Server

npm version License: MIT MCP Compatible

MCP server providing Claude with access to S2T's battle-tested enterprise accelerators:

  • Vector Embeddings (ACC-AI-001) - Generate embeddings for RAG, semantic search
  • CloudFormation Generator (ACC-AWS-001) - Generate production-ready SAM/CFN templates
  • OAuth Validator (ACC-INT-001) - Validate OAuth configurations before deployment

Quick Start

1. Install

npm install -g s2t-mcp-accelerators

2. Get an API Key

Visit https://dev.s2tconsulting.com/ai-sales/purchase.html to create an account and get your API key.

3. Configure Claude Desktop

Add to your Claude Desktop config file:

macOS/Linux: ~/.config/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "s2t-accelerators": {
      "command": "npx",
      "args": ["s2t-mcp-accelerators"],
      "env": {
        "S2T_API_KEY": "sk_live_your_api_key_here"
      }
    }
  }
}

Restart Claude Desktop to activate the tools.

Available Tools

s2t_embed

Generate vector embeddings for text. Supports automatic chunking for long documents.

Input:
- text: string (required) - Text to embed (max 100,000 characters)
- model: "amazon.titan-embed-text-v2:0" | "amazon.titan-embed-text-v1"
- chunk_size: number (100-2000, default: 512)
- chunk_overlap: number (0-500, default: 50)

Output: Embedding vectors with metadata

Use cases: RAG systems, semantic search, document similarity, knowledge base indexing

s2t_generate_cloudformation

Generate CloudFormation/SAM templates from natural language descriptions.

Input:
- description: string (required) - What infrastructure you need (max 5000 chars)
- format: "sam" | "cloudformation" (default: sam)
- include_parameters: boolean (default: true)
- include_outputs: boolean (default: true)

Output: Complete YAML template with best practices

Supported resources: Lambda, API Gateway, DynamoDB, S3, SQS, SNS, EventBridge, IAM

s2t_validate_oauth

Validate OAuth 2.0 configuration and detect common misconfigurations.

Input:
- provider: "google" | "microsoft" | "github" | "quickbooks" | "generic"
- client_id: string (required)
- redirect_uris: string[] (required)
- scopes: string[] (required)
- token_endpoint: string (optional, for generic)
- authorization_endpoint: string (optional, for generic)

Output: Validation results, warnings, recommendations

Detects: Invalid client IDs, insecure redirect URIs, missing scopes, deprecated endpoints

s2t_catalog

List all available S2T accelerators with their capabilities and pricing.

s2t_usage

Check your API usage statistics and remaining quota.

Pricing

Tier Price Rate Limit Monthly Limit
Free $0 10/min 100
Developer $29/mo 60/min 5,000
Business $99/mo 300/min 50,000
Enterprise $299/mo 1,000/min Unlimited

Local Development

git clone https://github.com/S2TConsulting/accelerators-mcp.git
cd accelerators-mcp
npm install
npm run build
npm test

MCP Inspector

Test the server interactively with the MCP Inspector:

npx @modelcontextprotocol/inspector node dist/index.js

Running Locally

# Set API key
export S2T_API_KEY="sk_live_your_api_key"

# Run server
npm start

Testing

npm test              # Run tests once
npm run test:watch    # Watch mode
npm run test:coverage # Coverage report

Configuration Options

Environment Variables

Variable Description Default
S2T_API_KEY Your S2T API key (required) -
S2T_API_URL Custom API endpoint Production API

Claude Code

For Claude Code projects, add to ~/.mcp.json (or project-level .mcp.json):

{
  "mcpServers": {
    "s2t-accelerators": {
      "command": "npx",
      "args": ["s2t-mcp-accelerators"],
      "env": {
        "S2T_API_KEY": "sk_live_your_api_key_here"
      }
    }
  }
}

Contributing

We welcome contributions! Here's how to get started:

  1. Fork the repo and create a feature branch
  2. Install dependencies: npm install
  3. Make your changes in src/
  4. Add tests for new functionality in src/handlers.test.ts
  5. Run the test suite: npm test
  6. Submit a PR with a clear description of the change

Please ensure all tests pass before submitting.

Support

License

MIT - See LICENSE file for details.

Recommended MCP Servers

How it compares

Multi-tool AWS and governance MCP suite, not a lone lint skill or a curated skills marketplace.

FAQ

Who is S2T Accelerators MCP for?

and small-team developers on AWS who want one MCP server for infrastructure, security compliance, AI workflows, and ACI governance tooling.

When should I use S2T Accelerators MCP?

Use it while integrating cloud resources, running compliance-oriented checks before launch, or maintaining AI governance during operations.

How do I add S2T Accelerators MCP to my agent?

Obtain S2T_API_KEY from the S2T Accelerator Platform, install s2t-mcp-accelerators via npm, and register the stdio server in your MCP-capable agent.

Cloud & Infrastructuredevopsintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.