saas-api-mcp

DemetrioQ/saas-api-mcp
★ 0 stars C# 🤖 AI/LLM Updated today
Hosted MCP server exposing the SaaS API as AI agent tools. JWT + RFC 9728 + DCR. Native Claude Code OAuth UX.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "saas-api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "DemetrioQ/saas-api-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server that lets an AI agent — Claude Code, Claude Desktop, or any MCP-compatible client — operate a multi-tenant SaaS storefront via natural language. > *"How is my store doing this week?"* → agent calls `get_dashboard` > *"Create a product called Test Mug for $14.99 with stock 50"* → agent calls `create_product`

Tools (6)

ASPNETCORE_URLSJwt__AudienceJwt__IssuerJwt__SecretMCP_PUBLIC_URLSAAS_API_URL