MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by thosor87

Created 6/2/2026
Updated about 4 hours ago
Repository documentation and setup instructions

@stackit-mcp

MCP servers for STACKIT — letting Claude and other AI assistants work with STACKIT cloud services directly from the conversation.

License: MIT Node.js


Packages

| Package | Description | npm | |---------|-------------|-----| | pricing/ | Multi-stage cost estimates with live pricing and Excel export | npm | | resources/ | List and manage STACKIT resources with interactive browser login | npm |


Quick start

Install all packages

# Pricing estimates
claude mcp add stackit-pricing -- npx -y @stackit-mcp/pricing@latest

Example conversations

Cost estimate with Excel export:

"Erstelle eine STACKIT-Kostenkalkulation für eine TYPO3-Website mit Dev, Staging und Produktion. Speichere als Excel."

Multi-server production setup:

"Kalkulation: Produktion mit 2× g2i.4 App-Servern, 1× m2i.4 DB-Server, PostgreSQL Flex, ALB und Object Storage."

Compare configurations:

"Was kostet der Unterschied zwischen g2i.2 und g2i.4 für unsere Staging-Umgebung über ein Jahr?"


@stackit-mcp/pricing

Cost estimates for STACKIT cloud services — directly in Claude, Cursor, or VS Code.

Install in Claude Code Install in Cursor Install in VS Code

Tools: search_services · get_service_fields · create_estimate · add_service · export_estimate · save_estimate

Supported services: Server (g2i/g3i/c2i/m2i), Block Storage, Object Storage, PostgreSQL Flex, MariaDB, Redis, Application Load Balancer, Public IP, Kubernetes Engine

Pricing: Live from pim.api.stackit.cloud — the same API the STACKIT calculator uses. Falls back to 24h disk cache, then bundled 700+ SKUs.

Export: .xlsx with two formatted sheets and color scale, .csv, .md

Full documentation


Repository structure

stackit-mcp/                    github.com/thosor87/stackit-mcp
├── pricing/                    @stackit-mcp/pricing
│   ├── src/
│   │   ├── tools/              MCP tool handlers
│   │   ├── pricing/            PIM API client, registry, cache
│   │   ├── calculator/         Link builder
│   │   └── estimate/           In-memory estimate store
│   ├── tests/                  32 tests (vitest)
│   ├── dist/                   Compiled output
│   └── package.json
└── docs/                       GitHub Pages (calculator launcher)

Contributing

New STACKIT service? Pricing bug? Open an issue or PR on github.com/thosor87/stackit-mcp.

Planned packages (PRs welcome):

  • @stackit-mcp/infra — Terraform/IaC templates for STACKIT
  • @stackit-mcp/portal — STACKIT Portal API integration

License

MIT — see LICENSE.

Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-stackit-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "thosor87-stackit-mcp": { "command": "npx", "args": [ "thosor87-stackit-mcp" ] } } }