Savage in a Suit MCP Server

Savage in a Suit MCP Server

Enables Claude to directly manage the Savage in a Suit website through 31 tools for pages, events, members, testimonials, podcast episodes, and site content, with all changes logged.

Category
Visit Server

README

Savage in a Suit MCP server

Lets Claude manage the Savage in a Suit website directly. Once it is running and connected to Claude, you can say things like "add a Savage Hour on July 24," "change the home page headline," or "show me this week's leads," and Claude makes the change on the live site. Every change is logged.

It is a thin, safe layer over the site's own admin API: it can only do what the admin panel can do, and it needs the site's API key to do anything.

What Claude can manage (31 tools)

Pages (the words and photos on every page), events, members, testimonials, podcast episodes, the monthly letter, apparel display, site content (stats, announcement bar), and reading the leads that come in.

Two ways to run it

A. Hosted, so you can use it from Claude on the web or your phone (recommended)

Deploy it once to a host, then add the URL to Claude.

1. Deploy (Render, free tier works)

  • Push this repo to GitHub (already done if you are reading this there).
  • Go to render.com, sign in, click New > Blueprint, and pick this repo. Render reads render.yaml and sets up the service.
  • Set the three environment variables when prompted:
    • SIAS_BASE_URL = https://savage-in-a-suit-theta.vercel.app
    • SIAS_API_KEY = the site's admin API key (ask Ayush)
    • MCP_AUTH_TOKEN = any long random string you make up (this is the password for the connector; keep it private)
  • Deploy. Render gives you a URL like https://sias-mcp-server.onrender.com.
  • Check it is up: open https://<your-url>/health, it should say {"status":"ok"}.

2. Connect it to Claude

  • Your connector URL is: https://<your-url>/mcp?key=<your MCP_AUTH_TOKEN>
  • In Claude (claude.ai), go to Settings > Connectors > Add custom connector, paste that URL, and save.
  • Claude will list the tools. Done. Try: "list the pages on my site."

B. Local, with the Claude Desktop app

For running it on your own computer instead of a host.

npm install
npm run build

Then in Claude Desktop, Settings > Developer > edit config, add:

{
  "mcpServers": {
    "savage-in-a-suit": {
      "command": "node",
      "args": ["/ABSOLUTE/PATH/TO/mcp-server/dist/index.js"],
      "env": {
        "SIAS_BASE_URL": "https://savage-in-a-suit-theta.vercel.app",
        "SIAS_API_KEY": "the site's admin API key"
      }
    }
  }
}

Restart Claude Desktop. (Local mode does not need MCP_AUTH_TOKEN.)

Environment variables

Var What it is Needed by
SIAS_BASE_URL The live site URL both
SIAS_API_KEY The site's admin API key both
MCP_AUTH_TOKEN Secret guarding the hosted URL hosted (HTTP) only
PORT Port for the HTTP server (hosts set this) hosted (HTTP) only

Security

Anyone who has both the connector URL and the MCP_AUTH_TOKEN can edit the site. Keep the URL private. To rotate access, change MCP_AUTH_TOKEN on the host and update the URL in Claude. The site's SIAS_API_KEY is never exposed to Claude; it stays on the server.

Scripts

  • npm run build compiles TypeScript to dist/
  • npm start runs the hosted HTTP server (dist/http.js)
  • npm run start:stdio runs the local stdio server (dist/index.js)

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured